Functions/Subroutines | |
| double precision function, dimension(3) | compute_physical_coordinates_cell (i, j, k) |
| Computes the coordinates of the cell (i,j,k) | |
| double precision function | get_min_cell_size () |
| double precision function | get_max_cell_size () |
| double precision function, dimension(3) | get_cell_size (i, j, k) |
| Computes the size of the control volume around cell (i,j,k) | |
| double precision function | get_cell_size_x (i) |
| Computes the x size of the control volume around cell i. | |
| double precision function | get_cell_size_y (j) |
| Computes the y size of the control volume around cell j. | |
| double precision function | get_cell_size_z (k) |
| Computes the z size of the control volume around cell k. | |
| double precision function | get_spatial_step_cell_to_prev_face_x (i) |
| Gets the distance from the cell i to the previous face i. | |
| double precision function | get_spatial_step_cell_to_next_face_x (i) |
| Gets the distance from the cell i to the next face i. | |
| double precision function | get_spatial_step_cell_to_prev_face_y (j) |
| Gets the distance from the cell j to the previous face j. | |
| double precision function | get_spatial_step_cell_to_next_face_y (j) |
| Gets the distance from the cell j to the next face j. | |
| double precision function | get_spatial_step_cell_to_prev_face_z (k) |
| Gets the distance from the cell k to the previous face k. | |
| double precision function | 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) | 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) | get_spatial_step_cell_to_next_cell (ind) |
| Gets the distance to the next cell "ind" in the 3 directions (diagonal) | |
| double precision function | get_spatial_step_cell_to_prev_cell_x (i) |
| Gets the distance to the previous cell "i". | |
| double precision function | get_spatial_step_cell_to_next_cell_x (i) |
| Gets the distance to the next cell "i". | |
| double precision function | get_spatial_step_cell_to_prev_cell_y (j) |
| Gets the distance to the previous cell "j". | |
| double precision function | get_spatial_step_cell_to_next_cell_y (j) |
| Gets the distance to the next cell "j". | |
| double precision function | get_spatial_step_cell_to_prev_cell_z (k) |
| Gets the distance to the previous cell "k". | |
| double precision function | get_spatial_step_cell_to_next_cell_z (k) |
| Gets the distance to the next cell "k". | |
| double precision function, dimension(3) mod_grid_get_coordinates_cell::compute_physical_coordinates_cell | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
Computes the coordinates of the cell (i,j,k)
| i,j,k | The cell's indices in (nx,ny,nz) |
| double precision function, dimension(3) mod_grid_get_coordinates_cell::get_cell_size | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
Computes the size of the control volume around cell (i,j,k)
| i,j,k | The cell's indices in (nx,ny,nz) |
| double precision function mod_grid_get_coordinates_cell::get_cell_size_x | ( | integer, intent(in) | i | ) |
Computes the x size of the control volume around cell i.
| i | The cell's index in nx |
| double precision function mod_grid_get_coordinates_cell::get_cell_size_y | ( | integer, intent(in) | j | ) |
Computes the y size of the control volume around cell j.
| i | The cell's index in ny |
| double precision function mod_grid_get_coordinates_cell::get_cell_size_z | ( | integer, intent(in) | k | ) |
Computes the z size of the control volume around cell k.
| i | The cell's index in nz |
| double precision function mod_grid_get_coordinates_cell::get_max_cell_size |
| double precision function mod_grid_get_coordinates_cell::get_min_cell_size |
| double precision function, dimension(3) mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell | ( | integer, dimension(3), intent(in) | ind | ) |
Gets the distance to the next cell "ind" in the 3 directions (diagonal)
| ind | The cell's indices in (nx,ny,nz) |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell_x | ( | integer | i | ) |
Gets the distance to the next cell "i".
| i | The cell's i's index |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell_y | ( | integer | j | ) |
Gets the distance to the next cell "j".
| j | The cell's j's index |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_cell_z | ( | integer | k | ) |
Gets the distance to the next cell "k".
| k | The cell's k's index |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_face_x | ( | integer, intent(in) | i | ) |
Gets the distance from the cell i to the next face i.
| i | The cell's index Equivalent to dx(i)/2 |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_face_y | ( | integer, intent(in) | j | ) |
Gets the distance from the cell j to the next face j.
| j | The cell's index Equivalent to dy(j)/2 |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_next_face_z | ( | integer, intent(in) | k | ) |
Gets the distance from the cell k to the next face k.
| k | The cell's index Equivalent to dz(k)/2 |
| double precision function, dimension(3) mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell | ( | integer, dimension(3), intent(in) | ind | ) |
Gets the distance to the previous cell "ind" in the 3 directions (diagonal)
| ind | The cell's indices in (nx,ny,nz) |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell_x | ( | integer | i | ) |
Gets the distance to the previous cell "i".
| i | The cell's i's index |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell_y | ( | integer | j | ) |
Gets the distance to the previous cell "j".
| j | The cell's j's index |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_cell_z | ( | integer | k | ) |
Gets the distance to the previous cell "k".
| k | The cell's k's index |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_face_x | ( | integer, intent(in) | i | ) |
Gets the distance from the cell i to the previous face i.
| i | The cell's index Equivalent to dx(i)/2 |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_face_y | ( | integer, intent(in) | j | ) |
Gets the distance from the cell j to the previous face j.
| j | The cell's index Equivalent to dy(j)/2 |
| double precision function mod_grid_get_coordinates_cell::get_spatial_step_cell_to_prev_face_z | ( | integer, intent(in) | k | ) |
Gets the distance from the cell k to the previous face k.
| k | The cell's index Equivalent to dz(k)/2 |