Skip to content

Commit 7f08352

Browse files
committed
format
1 parent 0ff4dd5 commit 7f08352

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

src/simulation/m_global_parameters.fpp

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -148,35 +148,35 @@ module m_global_parameters
148148
logical :: nv_uvm_pref_gpu !< Enable explicit gpu memory hints (default FALSE)
149149
!> @}
150150

151-
real(wp) :: muscl_eps !< MUSCL limiter slope-product threshold
152-
real(wp) :: weno_eps !< Binding for the WENO nonlinear weights
153-
real(wp) :: teno_CT !< Smoothness threshold for TENO
154-
logical :: mp_weno !< Monotonicity preserving (MP) WENO
155-
logical :: weno_avg !< Average left/right cell-boundary states
156-
logical :: weno_Re_flux !< WENO reconstruct velocity gradients for viscous stress tensor
157-
integer :: riemann_solver !< Riemann solver algorithm
158-
logical :: riemann_hypo_ADC
159-
real(wp) :: ADC_kappa
160-
logical :: hll_u_interface !< T = HLL Method 2 (u-interface), F = HLL Method 1 (alpha-interface)
161-
logical :: hypo_hll_interface_rhs !< When T, HLL hypo uses interface-consistent RHS instead of legacy FD
162-
logical :: hypo_nc_finite_diff
163-
logical :: hypo_nc_interface
164-
logical :: hypo_nc_dual_pass
165-
logical :: adv_src_alpha_iface !< flux_src exports per-fluid interface alpha
166-
logical :: adv_src_vel_iface !< flux_src exports shared face-normal interface velocity
167-
logical :: adv_src_none !< flux_src exports no NC advection quantity
168-
logical :: use_nc_iface_vel !< nc_iface_vel exports interface velocities needed outside flux_src
169-
integer :: low_Mach !< Low Mach number fix to HLLC Riemann solver
170-
integer :: wave_speeds !< Wave speeds estimation method
171-
integer :: avg_state !< Average state evaluation method
172-
logical :: alt_soundspeed !< Alternate mixture sound speed
173-
logical :: null_weights !< Null undesired WENO weights
174-
logical :: mixture_err !< Mixture properties correction
175-
logical :: hypoelasticity !< hypoelasticity modeling
176-
logical :: hyperelasticity !< hyperelasticity modeling
177-
integer :: int_comp !< Interface compression: 0=off, 1=THINC, 2=MTHINC
178-
real(wp) :: ic_eps !< THINC Epsilon to compress on surface cells
179-
real(wp) :: ic_beta !< THINC Sharpness Parameter
151+
real(wp) :: muscl_eps !< MUSCL limiter slope-product threshold
152+
real(wp) :: weno_eps !< Binding for the WENO nonlinear weights
153+
real(wp) :: teno_CT !< Smoothness threshold for TENO
154+
logical :: mp_weno !< Monotonicity preserving (MP) WENO
155+
logical :: weno_avg !< Average left/right cell-boundary states
156+
logical :: weno_Re_flux !< WENO reconstruct velocity gradients for viscous stress tensor
157+
integer :: riemann_solver !< Riemann solver algorithm
158+
logical :: riemann_hypo_ADC
159+
real(wp) :: ADC_kappa
160+
logical :: hll_u_interface !< T = HLL Method 2 (u-interface), F = HLL Method 1 (alpha-interface)
161+
logical :: hypo_hll_interface_rhs !< When T, HLL hypo uses interface-consistent RHS instead of legacy FD
162+
logical :: hypo_nc_finite_diff
163+
logical :: hypo_nc_interface
164+
logical :: hypo_nc_dual_pass
165+
logical :: adv_src_alpha_iface !< flux_src exports per-fluid interface alpha
166+
logical :: adv_src_vel_iface !< flux_src exports shared face-normal interface velocity
167+
logical :: adv_src_none !< flux_src exports no NC advection quantity
168+
logical :: use_nc_iface_vel !< nc_iface_vel exports interface velocities needed outside flux_src
169+
integer :: low_Mach !< Low Mach number fix to HLLC Riemann solver
170+
integer :: wave_speeds !< Wave speeds estimation method
171+
integer :: avg_state !< Average state evaluation method
172+
logical :: alt_soundspeed !< Alternate mixture sound speed
173+
logical :: null_weights !< Null undesired WENO weights
174+
logical :: mixture_err !< Mixture properties correction
175+
logical :: hypoelasticity !< hypoelasticity modeling
176+
logical :: hyperelasticity !< hyperelasticity modeling
177+
integer :: int_comp !< Interface compression: 0=off, 1=THINC, 2=MTHINC
178+
real(wp) :: ic_eps !< THINC Epsilon to compress on surface cells
179+
real(wp) :: ic_beta !< THINC Sharpness Parameter
180180
$:GPU_DECLARE(create='[int_comp, ic_eps, ic_beta]')
181181
integer :: hyper_model !< hyperelasticity solver algorithm
182182
logical :: elasticity !< elasticity modeling, true for hyper or hypo

0 commit comments

Comments
 (0)