13 REAL(wp),
PARAMETER ::
tolh = 10.0_wp * epsilon(1.0_wp)
integer n_rk
Runge-Kutta order.
real(wp) dt0
Initial time step.
type(bc), dimension(:), allocatable bcw
bcW&flag defines the west boundary condition:
real(wp) t_output
time of the next output
integer n_vars
Number of conservative variables.
integer, parameter max_nl_iter
real(wp) dt_output
time interval for the output of the solution
real(wp) cfl
Courant-Friedrichs-Lewy parameter.
real(wp), parameter tol_abs
real(wp) t_runout
time of the next runout output
character(len=20) solver_scheme
Finite volume method: .
real(wp), parameter tol_rel
real(wp) t_end
end time for the run
integer, dimension(10) limiter
Limiter for the slope in the linear reconstruction: .
integer, parameter wp
working precision
type(bc), dimension(:), allocatable bcn
bcN&flag defines the north boundary condition:
integer n_eqns
Number of equations.
real(wp) max_dt
Largest time step allowed.
real(wp) t_start
initial time for the run
type(bc), dimension(:), allocatable bcs
bcS&flag defines the south boundary condition:
type(bc), dimension(:), allocatable bce
bcE&flag defines the east boundary condition:
real(wp), dimension(4) time_param
real(wp) eps_newton
threshold for the convergence of the Newton's method
real(wp) theta
Van Leer limiter parameter.
real(wp) eps_sing
parameter for desingularization
real(wp) reconstr_coeff
Slope coefficient in the linear reconstruction.
logical interfaces_relaxation
Flag to add the relaxation terms after the linear reconstruction: .
integer n_nh
Number of non-hyperbolic terms.
real(wp) t_steady
end time when reached steady solution