7.0
general documentation
vof.f90 File Reference

Module for Volume-Of-Fluid method. More...

Modules

module  vof
 

Functions/Subroutines

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

Variables

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

Detailed Description

Module for Volume-Of-Fluid method.