![]() |
IMEX_SfloW2D
0.9
Shallowwatergranularflowmodel
|
Go to the source code of this file.
Data Types | |
| type | parameters_2d::bc |
Modules | |
| module | parameters_2d |
| Parameters. | |
Variables | |
| real *8 | parameters_2d::eps_newton |
| threshold for the convergence of the Newton's method More... | |
| real *8 | parameters_2d::dt0 |
| Initial time step. More... | |
| real *8 | parameters_2d::max_dt |
| Largest time step allowed. More... | |
| real *8 | parameters_2d::cfl |
| Courant-Friedrichs-Lewy parameter. More... | |
| real *8 | parameters_2d::eps_sing |
| parameter for desingularization More... | |
| character(len=20) | parameters_2d::reconstr_variables |
| real *8 | 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... | |
| logical | parameters_2d::topography_function_flag |
| Flag to choose in which way we upload the topography. More... | |
| logical | parameters_2d::topography_demfile |
| Flag for uploading topography from a different file (topography_dem.asc) More... | |
| logical | parameters_2d::riemann_flag |
| Flag to choose the sort of problem to solve. More... | |
| logical | parameters_2d::rheology_flag |
| Flag to choose if we add the rheology. More... | |
| integer | parameters_2d::rheology_model |
| choice of the rheology model More... | |
| logical | parameters_2d::temperature_flag |
| Flag to choose if we model temperature transport. More... | |
| logical | parameters_2d::solid_transport_flag |
| Flag to choose if we model solid phase transport. More... | |
| logical | parameters_2d::source_flag |
| Flag to choose if there is a source of mass within the domain. More... | |
| real *8 | parameters_2d::x_source |
| real *8 | parameters_2d::y_source |
| real *8 | parameters_2d::r_source |
| real *8 | parameters_2d::vfr_source |
| real *8 | parameters_2d::vel_source |
| real *8 | parameters_2d::t_source |
| real *8 | parameters_2d::released_volume |
| Initial volume of the flow. More... | |
| real *8 | parameters_2d::x_release |
| Initial x-coordiante of the pile. More... | |
| real *8 | parameters_2d::y_release |
| Initial y-coordinate of the pile. More... | |
| real *8 | parameters_2d::velocity_mod_release |
| Initial velocity module of the pile. More... | |
| real *8 | parameters_2d::velocity_ang_release |
| Initial velocity direction (angle in degree): . More... | |
| real *8 | parameters_2d::t_init |
| Initial temperature of the pile of material. More... | |
| real *8 | parameters_2d::t_ambient |
| Ambient temperature. More... | |
| real *8 | parameters_2d::xs_init |
| Initial sediment concentration in the pile of material. More... | |
| real *8 | parameters_2d::xs_ambient |
| Ambient sediment concentration. More... | |
| real *8 | parameters_2d::sed_vol_perc |
| 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 *8, parameter | parameters_2d::tol_abs = 1.D-5 |
| real *8, parameter | parameters_2d::tol_rel = 1.D-5 |
| integer, dimension(10) | parameters_2d::limiter |
| Limiter for the slope in the linear reconstruction: . More... | |
| character(len=20) | parameters_2d::solver_scheme |
| Finite volume method: . More... | |
| real *8 | parameters_2d::theta |
| Van Leer limiter parameter. More... | |
| real *8 | parameters_2d::t_start |
| initial time for the run More... | |
| real *8 | parameters_2d::t_end |
| end time for the run More... | |
| real *8 | parameters_2d::t_output |
| time of the next output More... | |
| real *8 | parameters_2d::dt_output |
| time interval for the output of the solution More... | |
| real *8 | parameters_2d::t_runout |
| time of the next runout output More... | |
| real *8 | 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... | |
1.8.11