8.0
general documentation
Loading...
Searching...
No Matches
vof Module Reference

Functions/Subroutines

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

Variables

real(c_double), pointer, save rho1
 reference density of fluid 1 (kg/m3). By convention, liquid phase for cavitation model.
real(c_double), pointer, save rho2
 reference density of fluid 2 (kg/m3). By convention, gas phase for cavitation model.
real(c_double), pointer, save mu1
 reference molecular viscosity of fluid 1 (kg/(m s))
real(c_double), pointer, save mu2
 reference molecular viscosity of fluid 2 (kg/(m s))
real(c_double), pointer, save sigmas
 surface tension (N/m)
real(c_double), pointer, save cdrift
 Drift flux factor.
real(c_double), pointer, save kdrift
 volume fraction gradient factor in drift velocity

Function/Subroutine Documentation

◆ vof_model_init()

subroutine vof_model_init

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