|
| double precision function, dimension(3) | mod_grid_get_coordinates_cell::compute_physical_coordinates_cell (i, j, k) |
| | Computes the coordinates of the cell (i,j,k)
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_min_cell_size () |
| |
| double precision function | mod_grid_get_coordinates_cell::get_max_cell_size () |
| |
| double precision function, dimension(3) | mod_grid_get_coordinates_cell::get_cell_size (i, j, k) |
| | Computes the size of the control volume around cell (i,j,k)
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_cell_size_x (i) |
| | Computes the x size of the control volume around cell i.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_cell_size_y (j) |
| | Computes the y size of the control volume around cell j.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_cell_size_z (k) |
| | Computes the z size of the control volume around cell k.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_face_x (i) |
| | Gets the distance from the cell i to the previous face i.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_face_x (i) |
| | Gets the distance from the cell i to the next face i.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_face_y (j) |
| | Gets the distance from the cell j to the previous face j.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_face_y (j) |
| | Gets the distance from the cell j to the next face j.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_face_z (k) |
| | Gets the distance from the cell k to the previous face k.
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_face_z (k) |
| | Gets the distance from the cell k to the next face k.
|
| |
| double precision function, dimension(3) | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell (ind) |
| | Gets the distance to the previous cell "ind" in the 3 directions (diagonal)
|
| |
| double precision function, dimension(3) | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell (ind) |
| | Gets the distance to the next cell "ind" in the 3 directions (diagonal)
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell_x (i) |
| | Gets the distance to the previous cell "i".
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell_x (i) |
| | Gets the distance to the next cell "i".
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell_y (j) |
| | Gets the distance to the previous cell "j".
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell_y (j) |
| | Gets the distance to the next cell "j".
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell_z (k) |
| | Gets the distance to the previous cell "k".
|
| |
| double precision function | mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell_z (k) |
| | Gets the distance to the next cell "k".
|
| |