![]() |
IMEX_SfloW2D
0.9
Shallowwatergranularflowmodel
|
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::initial_conditions |
| Problem initialization. More... | |
| subroutine | init_2d::init_source |
| Source initialization. More... | |
| real *8 function | init_2d::thickness_function (x, y, Bj) |
| Thickness function. More... | |
| real *8 function | init_2d::velocity_u_function (x, y) |
| Velocity u function. More... | |
| real *8 function | init_2d::velocity_v_function (x, y) |
| Velocity v function. More... | |
| real *8 function | init_2d::sediment_function (x, y) |
| Sediment function. More... | |
| real *8 function | init_2d::temperature_function (x, y) |
| Temperature function. 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 | init_2d::xs_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 | init_2d::xs_e |
| Right sediment concentration. More... | |
| real *8 | init_2d::t_e |
| Right temperature. More... | |
1.8.11