@@ -513,8 +513,8 @@ contains
513513 call get_mixture_molecular_weight(Ys_L, MW_L)
514514 call get_mixture_molecular_weight(Ys_R, MW_R)
515515
516- Xs_L(:) = Ys_L(:)* MW_L/ mol_weights (:)
517- Xs_R(:) = Ys_R(:)* MW_R/ mol_weights (:)
516+ Xs_L(:) = Ys_L(:)* MW_L/ molecular_weights (:)
517+ Xs_R(:) = Ys_R(:)* MW_R/ molecular_weights (:)
518518
519519 R_gas_L = gas_constant/ MW_L
520520 R_gas_R = gas_constant/ MW_R
@@ -1029,8 +1029,8 @@ contains
10291029 Y_L = qL_prim_rs${XYZ}$_vf(j, k, l, i)
10301030 Y_R = qR_prim_rs${XYZ}$_vf(j + 1, k, l, i)
10311031
1032- flux_rs${XYZ}$_vf(j, k, l, i) = (s_M*Y_R*rho_R*vel_R(dir_idx(norm_dir )) &
1033- - s_P*Y_L*rho_L*vel_L(dir_idx(norm_dir )) &
1032+ flux_rs${XYZ}$_vf(j, k, l, i) = (s_M*Y_R*rho_R*vel_R(dir_idx(1 )) &
1033+ - s_P*Y_L*rho_L*vel_L(dir_idx(1 )) &
10341034 + s_M*s_P*(Y_L*rho_L - Y_R*rho_R)) &
10351035 /(s_M - s_P)
10361036 flux_src_rs${XYZ}$_vf(j, k, l, i) = 0._wp
@@ -2573,8 +2573,8 @@ contains
25732573 call get_mixture_molecular_weight(Ys_L, MW_L)
25742574 call get_mixture_molecular_weight(Ys_R, MW_R)
25752575
2576- Xs_L(:) = Ys_L(:)*MW_L/mol_weights (:)
2577- Xs_R(:) = Ys_R(:)*MW_R/mol_weights (:)
2576+ Xs_L(:) = Ys_L(:)*MW_L/molecular_weights (:)
2577+ Xs_R(:) = Ys_R(:)*MW_R/molecular_weights (:)
25782578
25792579 R_gas_L = gas_constant/MW_L
25802580 R_gas_R = gas_constant/MW_R
0 commit comments