My Project
programmer's documentation
|
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... | |
Module for Volume-Of-Fluid method