Skip to content

Commit bc483c2

Browse files
committed
formatting
1 parent 3384c8f commit bc483c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -868,13 +868,13 @@ contains
868868
end do
869869
! Recalculating the radial momentum geometric source flux
870870
flux_gsrc_rs${XYZ}$_vf(j, k, l, contxe + dir_idx(1)) = &
871-
(s_M*(rho_R*vel_R(dir_idx(1)) &
872-
*vel_R(dir_idx(1))) &
873-
- s_P*(rho_L*vel_L(dir_idx(1)) &
874-
*vel_L(dir_idx(1))) &
875-
+ s_M*s_P*(rho_L*vel_L(dir_idx(1)) &
876-
- rho_R*vel_R(dir_idx(1)))) &
877-
/(s_M - s_P)
871+
(s_M*(rho_R*vel_R(dir_idx(1)) &
872+
*vel_R(dir_idx(1))) &
873+
- s_P*(rho_L*vel_L(dir_idx(1)) &
874+
*vel_L(dir_idx(1))) &
875+
+ s_M*s_P*(rho_L*vel_L(dir_idx(1)) &
876+
- rho_R*vel_R(dir_idx(1)))) &
877+
/(s_M - s_P)
878878
! Geometrical source of the void fraction(s) is zero
879879
!$acc loop seq
880880
do i = advxb, advxe

0 commit comments

Comments
 (0)