![]() |
programmer's documentation
|
Module for Volume-Of-Fluid method. More...
Modules | |
module | vof |
Functions/Subroutines | |
subroutine | init_vof |
Default initialization of the module variables. More... | |
subroutine | vof_update_phys_prop (voidf, coavoi, cobvoi, ivoifl, bvoifl, crom, brom, imasfl, bmasfl) |
Compute the mixture density, mixture dynamic viscosity and mixture mass flux given the volumetric flux, the volume fraction and the reference density and dynamic viscosity ![]() ![]()
. More... | |
subroutine | vof_print_mass_budget (crom, croma, brom, dt, imasfl_rel, bmasfl_rel) |
Print the global mixture mass budget:
. More... | |
Variables | |
double precision, save | rho1 |
reference density of fluid 1 (kg/m3). By convention, liquid phase for cavitation model. More... | |
double precision, save | rho2 |
reference density of fluid 2 (kg/m3). By convention, gas phase for cavitation model. More... | |
double precision, save | mu1 |
reference molecular viscosity of fluid 1 (kg/(m s)) More... | |
double precision, save | mu2 |
reference molecular viscosity of fluid 2 (kg/(m s)) More... | |
double precision, save | clvfmn |
clipping min. for the volume fraction More... | |
double precision, save | clvfmx |
clipping max. for the volume fraction More... | |
Module for Volume-Of-Fluid method.