We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fdb51 commit ec8834aCopy full SHA for ec8834a
src/simulation/include/inline_riemann.fpp
@@ -33,7 +33,7 @@
33
vel_avg_rms = (sqrt(rho_L)*vel_L(1) + sqrt(rho_R)*vel_R(1))**2._wp/ &
34
(sqrt(rho_L) + sqrt(rho_R))**2._wp
35
36
- qv_avg = (sqrt(qv_L)*H_L + sqrt(qv_R)*H_r)/ &
+ qv_avg = (sqrt(rho_L)*qv_L + sqrt(rho_R)*qv_R)/ &
37
(sqrt(rho_L) + sqrt(rho_R))
38
39
if (chemistry) then
0 commit comments