|
| double precision, dimension(:,:,:), allocatable | fields_mof::mof_volume_difference |
| | Difference between the volume of the advected cell and the real cell.
|
| |
| type(t_polygon), dimension(:,:), allocatable | fields_mof::mof_ib_inner_polygon |
| | Contains the polygons that represent the parts of the cells inside the computational domain.
|
| |
| type(t_polygon), dimension(:,:), allocatable | fields_mof::mof_ib_outer_polygon |
| | Contains the polygons that represent the parts of the cells outside the computational domain.
|
| |
| logical, dimension(:,:,:), allocatable | fields_mof::mof_cell_has_immersed_boundary |
| | True if the cell contains an immersed boundary.
|
| |
| logical, dimension(:,:,:), allocatable | fields_mof::mof_is_outer_region_empty |
| | True if the region inside the immersed boundary contains no phases.
|
| |