My Project
programmer's documentation
Modules | Functions/Subroutines | Variables
VOF model for free surface flow or dispersed flow
Collaboration diagram for VOF model for free surface flow or dispersed flow:

Modules

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

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...
 

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

◆ 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.