Lightweight t_phase_geometry structure adapted to MOF. More...
Public Attributes | |
| double precision, dimension(:,:,:), allocatable | volume_fraction |
| Field of volume fraction. | |
| double precision, dimension(:,:,:,:), allocatable | centroid |
| Field of centroid. | |
| logical, dimension(:,:,:), allocatable | is_mixed |
| Flag to know whether the current material is alone in the cell. | |
| logical, dimension(:,:,:), allocatable | has_filament |
| Flag to know if the current material is split in filaments in the cell. | |
| type(t_mof_filament), dimension(:,:,:), allocatable | filament |
| Filament structure. | |
Lightweight t_phase_geometry structure adapted to MOF.
| double precision, dimension(:,:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::centroid |
Field of centroid.
| type(t_mof_filament), dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::filament |
Filament structure.
| logical, dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::has_filament |
Flag to know if the current material is split in filaments in the cell.
| logical, dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::is_mixed |
Flag to know whether the current material is alone in the cell.
| double precision, dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::volume_fraction |
Field of volume fraction.