Volume of Fluid methods.
More...
|
| | VOF-PLIC |
| | Volume-of-Fluid method using Piecewise Linear Interface Construction of the interface and lagrangien advection.
|
| |
|
| module | enum_vof_schemes |
| | Module containing the list of the various advection schemes related to VoF representation.
|
| |
Volume of Fluid methods.
◆ vof_advect_phase()
| subroutine mod_multiphase_vof_advect_phase::vof_advect_phase |
( |
type(t_phase_geometry), dimension(:), intent(inout), allocatable | phases, |
|
|
type(t_boundary_condition), dimension(:), intent(in), allocatable | phase_advection_boundary_condition, |
|
|
integer, dimension(:), intent(in), allocatable | phase_advection_phase_method ) |
Wrapper for the various advection schemes for the VoF representation.
- Parameters
-
| [in,out] | phases | phases to advect |
| [in] | phase_advection_boundary_condition | boundary conditions |
| [in] | phase_advection_phase_method | advection scheme (PLIC, etc.) |