Skip to content

Commit cd50df5

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
Formatting
1 parent 1be6711 commit cd50df5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/simulation/m_rhs.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ contains
20862086
@:DEALLOCATE(flux_src_n(i)%vf(l)%sf)
20872087
end do
20882088
end if
2089-
2089+
20902090
if (chem_params%diffusion .and. .not. viscous) then
20912091
@:DEALLOCATE(flux_src_n(i)%vf(E_idx)%sf)
20922092
end if

src/simulation/m_riemann_solvers.fpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,8 +2488,8 @@ contains
24882488

24892489
call get_species_specific_heats_r(T_L, Cp_iL)
24902490
call get_species_specific_heats_r(T_R, Cp_iR)
2491-
!print *, chem_params%gamma_method
2492-
if (chem_params%gamma_method == 1) then
2491+
2492+
if (chem_params%gamma_method == 1) then
24932493
!> gamma_method = 1: Ref. Section 2.3.1 Formulation of doi:10.7907/ZKW8-ES97.
24942494
Gamma_iL = Cp_iL/(Cp_iL - 1.0_wp)
24952495
Gamma_iR = Cp_iR/(Cp_iR - 1.0_wp)
@@ -2596,8 +2596,7 @@ contains
25962596
! variables are placeholders to call the subroutine.
25972597
call s_compute_speed_of_sound(pres_R, rho_avg, gamma_avg, pi_inf_R, H_avg, alpha_R, &
25982598
vel_avg_rms, c_sum_Yi_Phi, c_avg)
2599-
! print *, pres_R
2600-
! print *, Ys_L(9)
2599+
26012600
if (viscous) then
26022601
if (chemistry) then
26032602
call compute_viscosity_and_inversion(T_L, Ys_L, T_R, Ys_R, Re_L(1), Re_R(1))

0 commit comments

Comments
 (0)