7.2
general documentation
VOF model for free surface flow or dispersed flow
+ Collaboration diagram for VOF model for free surface flow or dispersed flow:

Modules

 Masks used to specify Volume of Fluid models
 
 Mixture properties
 
 Cavitation model
 

Functions/Subroutines

subroutine vof_model_init
 Initialize Fortran VOF model API. This maps Fortran pointers to global C structure members and indicator. More...
 

Variables

integer(c_int), pointer, save ivofmt
 VoF model (sum of masks defining VoF model and submodels). See defined masks in Masks used to specify Volume of Fluid models. More...
 
integer(c_int), pointer, save idrift
 

Detailed Description

Function/Subroutine Documentation

◆ vof_model_init()

subroutine vof::vof_model_init ( )

Initialize Fortran VOF model API. This maps Fortran pointers to global C structure members and indicator.

Variable Documentation

◆ idrift

integer(c_int), pointer, save idrift

◆ ivofmt

integer(c_int), pointer, save ivofmt

VoF model (sum of masks defining VoF model and submodels). See defined masks in Masks used to specify Volume of Fluid models.