In the input file, how can I take a moment using values from another moment? #4303
Unanswered
moisesa2
asked this question in
Data Analysis
Replies: 2 comments 5 replies
-
|
Thanks a lot for raising this issue. Would you be willing to post your full input script (or a modified version thereof that still reproduces the above error)? I think it would help understand where the problem is coming from. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Can your expression be multiplied out so it is a function of the basic terms? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am trying to calculate the heat flux given which is defined as
q = integral { m /2 (vx-Vx) |v-V|^2 }fdx
where Vx and V require a moment calculation itself.
When I try to use Vx which I have defined as flow, the second moment (q) does not run and I get the following error
Beta Was this translation helpful? Give feedback.
All reactions