My Project
programmer's documentation
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
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))