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 3657f95 commit e3a22deCopy full SHA for e3a22de
src/simulation/m_riemann_solvers.fpp
@@ -3170,8 +3170,8 @@ contains
3170
F_R(5:6) = vel%R(1)*B%R(2:3) - vel%R(2:3)*B%R(1)
3171
F_R(7) = (E%R + pTot_R)*vel%R(1) - B%R(1)*(vel%R(1)*B%R(1) + vel%R(2)*B%R(2) + vel%R(3)*B%R(3))
3172
! Compute the star flux using HLL relation
3173
- F_starL = F_L + s_M*(U_starL - U_L)
3174
- F_starR = F_R + s_M*(U_starR - U_R)
+ F_starL = F_L + s_L*(U_starL - U_L)
+ F_starR = F_R + s_R*(U_starR - U_R)
3175
! Compute the rotational (Alfvén) speeds
3176
s_starL = s_M - abs(B%L(1))/sqrt(rhoL_star)
3177
s_starR = s_M + abs(B%L(1))/sqrt(rhoR_star)
0 commit comments