|
subroutine | geometry_2d::init_grid |
| Finite volume grid initialization. More...
|
|
subroutine | geometry_2d::interp_1d_scalar (x1, f1, x2, f2) |
| Scalar interpolation. More...
|
|
subroutine | geometry_2d::interp_2d_scalar (x1, y1, f1, x2, y2, f2) |
| Scalar interpolation (2D) More...
|
|
subroutine | geometry_2d::interp_2d_scalarb (x1, y1, f1, x2, y2, f2) |
| Scalar interpolation (2D) More...
|
|
real *8 function | geometry_2d::topography_function (x, y) |
| Topography function. More...
|
|
|
real *8, dimension(:), allocatable | geometry_2d::x_comp |
| Location of the centers (x) of the control volume of the domain. More...
|
|
real *8, dimension(:), allocatable | geometry_2d::x_stag |
| Location of the boundaries (x) of the control volumes of the domain. More...
|
|
real *8, dimension(:), allocatable | geometry_2d::y_comp |
| Location of the centers (y) of the control volume of the domain. More...
|
|
real *8, dimension(:), allocatable | geometry_2d::y_stag |
| Location of the boundaries (x) of the control volumes of the domain. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::b_stag_x |
| Topography at the boundaries (x) of the control volumes. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::b_stag_y |
| Topography at the boundaries (y) of the control volumes. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::b_ver |
| Topography at the vertices of the control volumes. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::b_cent |
| Topography at the centers of the control volumes. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::b_prime_x |
| Topography slope (x direction) at the centers of the control volumes. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::b_prime_y |
| Topography slope (y direction) at the centers of the control volumes. More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::grid_output |
| Solution in ascii grid format (ESRI) More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::grav_surf |
| gravity vector wrt surface coordinates for each cell More...
|
|
real *8, dimension(:,:), allocatable | geometry_2d::curv_xy |
| curvature wrt mixed directions for each cell More...
|
|
real *8, dimension(:,:,:), allocatable | geometry_2d::topography_profile |
|
integer | geometry_2d::n_topography_profile_x |
|
integer | geometry_2d::n_topography_profile_y |
|
real *8 | geometry_2d::dx |
| Control volumes size. More...
|
|
real *8 | geometry_2d::x0 |
| Left of the physical domain. More...
|
|
real *8 | geometry_2d::xn |
| Right of the physical domain. More...
|
|
real *8 | geometry_2d::dy |
| Control volumes size. More...
|
|
real *8 | geometry_2d::y0 |
| Bottom of the physical domain. More...
|
|
real *8 | geometry_2d::yn |
| Top of the physical domain. More...
|
|
real *8 | geometry_2d::dx2 |
| Half x Control volumes size. More...
|
|
real *8 | geometry_2d::dy2 |
| Half y Control volumes size. More...
|
|
integer | geometry_2d::comp_cells_x |
| Number of control volumes x in the comp. domain. More...
|
|
integer | geometry_2d::comp_interfaces_x |
| Number of interfaces (comp_cells_x+1) More...
|
|
integer | geometry_2d::comp_cells_y |
| Number of control volumes y in the comp. domain. More...
|
|
integer | geometry_2d::comp_interfaces_y |
| Number of interfaces (comp_cells_y+1) More...
|
|
real *8 | geometry_2d::cell_size |
|