PLUME-MoM-TSM  1.0
VolcanicPlumeModel
Data Types | Modules | Variables
parameters_2d.f90 File Reference

Go to the source code of this file.

Data Types

type  parameters_2d::bc
 

Modules

module  parameters_2d
 Parameters.
 

Variables

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