0.6.0
Loading...
Searching...
No Matches
mod_mof2d_backward_advection::t_mof_structure Type Reference

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.
 

Detailed Description

Lightweight t_phase_geometry structure adapted to MOF.

Member Data Documentation

◆ centroid

double precision, dimension(:,:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::centroid

Field of centroid.

◆ filament

type(t_mof_filament), dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::filament

Filament structure.

◆ has_filament

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.

◆ is_mixed

logical, dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::is_mixed

Flag to know whether the current material is alone in the cell.

◆ volume_fraction

double precision, dimension(:,:,:), allocatable mod_mof2d_backward_advection::t_mof_structure::volume_fraction

Field of volume fraction.


The documentation for this type was generated from the following file: