Questions about Pressure Update Term 'dp' in smoothers.F90 #346
Unanswered
xiaoyangqh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I'm currently using the version mdolab/public:u20-gcc-ompi-stable and I have two questions regarding the code in smoothers.F90, specifically within the subroutine named
executeDADIStep
:Instead of directly using the equation of state
p=gm1*(w(i,j,k,irhoE) - 0.5*w(i,j,k,irho)*v2)
to update the pressure?The comment suggests that the expression for dp remains valid even when gamma or cp (specific heat at constant pressure) changes. However, the update term for dp does not seem to include any changes in the specific heat ratio gamma or cp. Is there an issue here?
I appreciate any guidance or clarification on these matters. Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions