Replies: 2 comments 2 replies
-
Is this a programming question about what mlmg.apply does or a math question about what the viscous terms are? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The getViscTerms function is a little different though. It is (1/Vol) Integral( Div(tau) ), i.e., does not have the time discretization terms that are usually the and is volume weighted, thus there's no a*alpha contribution, and b=-1 to get the sign right. |
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 IAMR (Diffusion.cpp, line 1647) Diffusion::getTensorViscTerms uses mlmg.apply to calculate the viscous terms. I can't figure out how it does so. Could you please suggest where to look for to understand this maths?
Beta Was this translation helpful? Give feedback.
All reactions