version 0.6.0

Topics

 VOF-PLIC
 Volume-of-Fluid method using Piecewise Linear Interface Construction of the interface and lagrangien advection.
 

Namespaces

module  enum_vof_schemes
 Module containing the list of the various advection schemes related to VoF representation.
 

Functions

subroutine mod_multiphase_vof_advect_phase::vof_advect_phase (phases, phase_advection_boundary_condition, phase_advection_phase_method)
 Wrapper for the various advection schemes for the VoF representation. More...
 

Detailed Description

Function Documentation

◆ 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 
)
Parameters
[in,out]phasesphases to advect
[in]phase_advection_boundary_conditionboundary conditions
[in]phase_advection_phase_methodadvection scheme (PLIC, etc.)