integer n_rk
Runge-Kutta order.
integer idx_p2
Index of p2 in the qp array.
logical local_time_step
Flag for local time stepping.
integer idx_ex_gas_eqn_last
logical complex_step_speed
character(len=20) solver_scheme
Finite volume method: .
logical residual_smoothing
real *8, parameter alfa_impl
Parameter for numerical scheme: .
real *8 t_output
time of the next output
integer idx_u2
Index of u2 in the qp array.
real *8 eps_newton
threshold for the convergence of the Newton's method
integer n_gas
Numbeer of crystal phases.
real *8 eps_conv
Residual for the convergence of the shooting method. The solution is accepted if one of these conditi...
real *8, parameter tol_abs
logical shooting
Flag for the shooting technique: .
logical dual_time
Flag for dual time stepping.
integer idx_ex_gas_eqn_first
logical interfaces_relaxation
Flag to add the relaxation terms after the linear reconstruction: .
real *8 max_dt
Largest time step allowed.
real *8 t_end
end time for the run
integer idx_alfa_first
First index of alfa in the qp array.
real *8 cfl
Courant-Friedrichs-Lewy parameter.
integer n_cry
Numbeer of crystal phases.
real *8, parameter tol_rel
character(len=20) limiter
Limiter for the slope in the linear reconstruction: .
integer, parameter max_nl_iter
Maximum iterations of the Newthon-Raphson solver.
real *8 dt_output
time interval for the output of the solution
integer idx_alfa_last
Last index of alfa in the qp array.
logical moments_flag
Flag for the crystal moments: .
integer idx_beta_first
First index of beta in the qp array.
integer n_mom
Number of moments for each crystal phase.
integer idx_dis_gas_eqn_first
real *8, parameter eps_thr
integer idx_xd_first
First index of xd in the qp array.
integer idx_p1
Index of p1 in the qp array.
integer idx_u1
Index of u1 in the qp array.
integer idx_cry_eqn_first
integer idx_beta_last
Last index of beta in the qp array.
real *8 theta
Van Leer limiter parameter.
integer idx_dis_gas_eqn_last
integer n_vars
Number of conservative variables.
logical entropic_prec
Flag for the preconditioning on conservative or entropic variables.
real *8 t_start
initial time for the run
real *8 reconstr_coeff
Slope coefficient in the linear reconstruction.
integer idx_t
Index of T in the qp array.
integer idx_xd_last
Last index of xd in the qp array.
logical preconditioning
Flag for the preconditioning.
integer n_eqns
Number of equations.