|
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dx |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dy |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dz |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dx_r |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dy_r |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dz_r |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dx_t |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dy_t |
| |
| double precision, dimension(:), allocatable | variables_cell_spatial_steps::dz_t |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dx_u |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dy_v |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dz_w |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dx_u_r |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dy_v_r |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dz_w_r |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dx_u_t |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dy_v_t |
| |
| double precision, dimension(:), allocatable | variables_face_spatial_steps::dz_w_t |
| |
| double precision, parameter | variables_spatial_steps::dz_2d = 1d0 |
| | Dummy spatial step for 2D simulations.
|
| |