![]() |
programmer's documentation
|
Solving the void fraction for cavitation model.
More...
Functions/Subroutines | |
subroutine | resvoi (dt, rtp, rtpa, propce) |
Solving the void fraction for cavitation model.
This function solves the equation:
with the vaporization source term (Merkle model) and
the reference gas density.
subroutine resvoi | ( | double precision, dimension(ncelet) | dt, |
double precision, dimension(ncelet,nflown:nvar) | rtp, | ||
double precision, dimension(ncelet,nflown:nvar) | rtpa, | ||
double precision, dimension(ncelet,*) | propce | ||
) |
[in] | dt | time step (per cell) |
[in,out] | rtp | calculated variables at cell centers (at the current time step) |
[in] | rtpa | calculated variables at cell centers (at the previous time step) |
[in] | propce | physical properties at cell centers |