|
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 using the Merkle model:
with | |
| subroutine | cavitation_correct_visc_turb (crom, voidf, visct) |
| Modify eddy viscosity using the Reboud correction:
. More... | |
Variables | |
| 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... | |
Module for cavitation modeling.
Please refer to the cavitation model section of the theory guide for more informations.
1.8.13