Definition of the type t_phase_geometry.
◆ phase_geometry_finalize()
subroutine type_phase_geometry::phase_geometry_finalize |
( |
type(t_phase_geometry), intent(inout) | phase | ) |
|
- Parameters
-
[in,out] | phase | phase geometry |
◆ phase_initialize()
subroutine type_phase_geometry::phase_initialize |
( |
class(t_phase_geometry), intent(inout) | phase, |
|
|
double precision, intent(in) | volume_fraction ) |
Allocate the volume_fraction array and compute associated geometrical fields (normal, curvature) if needed.
- Parameters
-
[in,out] | phase | phase geometry |
[in] | volume_fraction | the given initial volume fraction |
◆ phase_initialize_representation()
subroutine type_phase_geometry::phase_initialize_representation |
( |
class(t_phase_geometry), intent(inout) | phase, |
|
|
integer, intent(in) | phase_representation ) |
Allocate the volume_fraction array and the corresponding representation's data.
- Parameters
-
[in,out] | phase | phase geometry |
[in] | phase_representation | phase representation (VOF, MOF, level-set, etc.) |