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 28ec0c7 commit f2dc4d5Copy full SHA for f2dc4d5
src/simulation/m_qbmm.fpp
@@ -247,6 +247,7 @@ contains
247
n_tait = gammas(1)
248
n_tait = 1.d0/n_tait + 1.d0 !make this the usual little 'gamma'
249
B_tait = pi_infs(1)
250
+ B_tait = B_tait*(n_tait-1)/n_tait ! make this the usual pi_inf
251
c = n_tait*(pres + B_tait)/(rho*(1.d0 - alf))
252
if (c > 0.d0) then
253
c = DSQRT(c)
0 commit comments