Replies: 1 comment
-
I also found a similar line in rheoInterFoam/VoF/alphaEqn.H:
Please correct me if I am misunderstanding, but I believe in the current form this line just compares the two sides, computes a boolean and then discards it immediately. |
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
-
I use rheoTool on OpenFOAM 9.
In rheoInterFoam, in pEqn.H, line 103 reads
p == p_rgh + rho*gh;
I think this should be
p = p_rgh + rho*gh;
The same thing is in of70 on line 94.
Kind regards
Hendrik
Beta Was this translation helpful? Give feedback.
All reactions