Variables describing the global domain.
More...
Variables describing the global domain.
See computational_domain for more information.
◆ coordinate_system
Dimension of the domain (2 or 3)
◆ domain_corner1
| double precision, dimension(3) variables_domain::domain_corner1 = 0d0 |
Coordinates of the left, bottom, back corner.
◆ domain_corner2
| double precision, dimension(3) variables_domain::domain_corner2 = 0d0 |
Coordinates of the right, top, front corner.
◆ domain_height
| double precision variables_domain::domain_height = 0d0 |
Extent along the y-direction.
◆ domain_length
| double precision variables_domain::domain_length = 0d0 |
Extent along the x-direction.
◆ domain_volume
| double precision variables_domain::domain_volume = 0d0 |
◆ domain_width
| double precision variables_domain::domain_width = 0d0 |
Extent along the z-direction.
◆ is_axisymmetric
| logical variables_domain::is_axisymmetric = .false. |
◆ is_centered_axisymmetric
| logical variables_domain::is_centered_axisymmetric = .false. |
Axisymmetric domain around \( r_min = 0 \).
◆ is_periodic_x
| logical variables_domain::is_periodic_x = .false. |
Periodicity along the x-direction.
◆ is_periodic_y
| logical variables_domain::is_periodic_y = .false. |
Periodicity along the y-direction.
◆ is_periodic_z
| logical variables_domain::is_periodic_z = .false. |
Periodicity along the z-direction.
◆ is_symmetric_back
| logical variables_domain::is_symmetric_back = .false. |
◆ is_symmetric_bottom
| logical variables_domain::is_symmetric_bottom = .false. |
◆ is_symmetric_front
| logical variables_domain::is_symmetric_front = .false. |
◆ is_symmetric_left
| logical variables_domain::is_symmetric_left = .false. |
◆ is_symmetric_right
| logical variables_domain::is_symmetric_right = .false. |
◆ is_symmetric_top
| logical variables_domain::is_symmetric_top = .false. |
◆ n_subdomains
| integer variables_domain::n_subdomains = 0 |
◆ spatial_dimension
| integer variables_domain::spatial_dimension = 2 |
◆ subdomains
List of subdomains In case of overlapping, the subdomains defined after overwrite the subdomains defined before.