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 7bd0efa commit 62d430eCopy full SHA for 62d430e
src/common/m_variables_conversion.fpp
@@ -1634,7 +1634,7 @@ contains
1634
pi_infs(2))/gammas(2)
1635
c = (1._wp/(rho*(adv(1)/blkmod1 + adv(2)/blkmod2)))
1636
elseif (model_eqns == 3) then
1637
- c = sum( adv * gs_min * ( pres + ps_inf ) ) / rho
+ c = sum(adv*gs_min*(pres + ps_inf))/rho
1638
elseif (((model_eqns == 4) .or. (model_eqns == 2 .and. bubbles_euler))) then
1639
! Sound speed for bubble mmixture to order O(\alpha)
1640
0 commit comments