Go to the source code of this file.
|
| 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...
|
| |