SW_VAR_DENS_MODEL  0.9
Dept-averagedgas-particlemodel
Modules | Functions/Subroutines | Variables
init_2d.f90 File Reference

Go to the source code of this file.

Modules

module  init_2d
 Initial solution.
 

Functions/Subroutines

subroutine init_2d::riemann_problem
 Riemann problem initialization. More...
 
subroutine init_2d::collapsing_volume
 Collapsing volume initialization. More...
 

Variables

real *8, dimension(:,:,:), allocatable init_2d::q_init
 
real *8, dimension(:,:), allocatable init_2d::thickness_init
 
real *8 init_2d::riemann_interface
 Riemann problem interface relative position. It is a value between 0 and 1. More...
 
real *8 init_2d::hb_w
 Left height. More...
 
real *8 init_2d::u_w
 Left velocity x. More...
 
real *8 init_2d::v_w
 Left velocity y. More...
 
real *8, dimension(:), allocatable init_2d::alphas_w
 Left sediment concentration. More...
 
real *8 init_2d::t_w
 Left temperature. More...
 
real *8 init_2d::hb_e
 Right height. More...
 
real *8 init_2d::u_e
 Right velocity x. More...
 
real *8 init_2d::v_e
 Right velocity y. More...
 
real *8, dimension(:), allocatable init_2d::alphas_e
 Right sediment concentration. More...
 
real *8 init_2d::t_e
 Right temperature. More...