![]() |
programmer's documentation
|
Module for cavitation modeling. More...
Modules | |
module | cavitation |
Functions/Subroutines | |
subroutine | init_cavitation |
Default initialization of the module variables. More... | |
subroutine | cavitation_compute_source_term (pressure, voidf) |
Compute the vaporization source term ![]()
with | |
subroutine | cavitation_update_phys_prop (voidf, coavoi, cobvoi, ivoifl, bvoifl, crom, brom, viscl, imasfl, bmasfl) |
Compute the mixture density, mixture dynamic viscosity and mixture mass flux given the volumetric flux, the void fraction and the reference density and dynamic viscosity ![]() ![]()
. More... | |
subroutine | cavitation_correct_visc_turb (crom, voidf, visct) |
Modify eddy viscosity using the Reboud correction:
. More... | |
subroutine | cavitation_print_mass_budget (crom, croma, dt, imasfl, bmasfl) |
Print the global mixture mass budget:
. More... | |
Variables | |
double precision, save | rol |
reference density of the liquid phase in kg/m3 More... | |
double precision, save | rov |
reference density of the gas phase in kg/m3 More... | |
double precision, save | mul |
reference molecular viscosity of the liquid phase kg/(m s) More... | |
double precision, save | muv |
reference molecular viscosity of the gas phase kg/(m s) More... | |
double precision, save | presat |
reference saturation pressure in kg/(m s2) More... | |
double precision, save | linf |
reference length scale of the flow in meters More... | |
double precision, save | uinf |
reference velocity of the flow in m/s More... | |
double precision, save | cprod |
constant Cprod of the vaporization source term (Merkle model) More... | |
double precision, save | cdest |
constant Cdest of the condensation source term (Merkle model) More... | |
integer, save | icvevm |
activation of the eddy-viscosity correction (Reboud correction) More... | |
double precision, save | mcav |
constant mcav of the eddy-viscosity correction (Reboud correction) More... | |
integer, save | itscvi |
implicitation in pressure of the vaporization/condensation model More... | |
double precision, save | clvfmn |
clipping min. for the void fraction More... | |
double precision, save | clvfmx |
clipping max. for the void fraction More... | |
Module for cavitation modeling.