Whole domain heat flux estimation as function of time #998
Unanswered
rodrigogdourado
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to estimate the heat flux boundary condition given by the discrete values
q = [q_1,q_2, ..., q_N], in the whole time domaint = [t_1, t_2, ... , t_N]using known dataY = [Y_1, Y_2, ..., Y_N]at a point within the domain. I've already tried several ways without success. Now, I'm definingqinitial guess as a vector withNcomponents:q = dde.Variable(np.ones[(len(Y),1], dtype='float32')), but I'm not sure if it works since it doesn't seem like the algorithm update theqcomponents over the iterations.I would like to know if someone has an idea how to solve this problem.
Here is the problem (estimate q using Y):
Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions