SchnerrSauer cavitation model. More...
SchnerrSauer cavitation model.
Schnerr, G. H., And Sauer, J., "Physical and Numerical Modeling of Unsteady Cavitation Dynamics", Proc. 4th International Conference on Multiphase Flow, New Orleans, U.S.A., 2001.
Definition at line 59 of file SchnerrSauer.H.
Public Member Functions | |
TypeName ("SchnerrSauer") | |
Runtime type information.
| |
SchnerrSauer (const volVectorField &U, const surfaceScalarField &phi, const word &alpha1Name="alpha1") | |
construct from components
| |
virtual | ~SchnerrSauer () |
virtual Pair< tmp < volScalarField > > | mDotAlphal () const |
Return the mass condensation and vaporisation rates as a.
| |
virtual Pair< tmp < volScalarField > > | mDotP () const |
Return the mass condensation and vaporisation rates as an.
| |
virtual void | correct () |
Correct the SchnerrSauer phaseChange model.
| |
virtual bool | read () |
Read the transportProperties dictionary and update.
|
SchnerrSauer | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
const word & | alpha1Name = "alpha1"
|
||
) |
construct from components
virtual ~SchnerrSauer | ( | ) | [inline, virtual]
|
Definition at line 108 of file SchnerrSauer.H.
TypeName | ( | "SchnerrSauer" | ) |
Runtime type information.
virtual Pair<tmp<volScalarField> > mDotAlphal | ( | ) | const [virtual]
|
Return the mass condensation and vaporisation rates as a.
coefficient to multiply (1 - alphal) for the condensation rate and a coefficient to multiply alphal for the vaporisation rate
Implements phaseChangeTwoPhaseMixture.
virtual Pair<tmp<volScalarField> > mDotP | ( | ) | const [virtual]
|
Return the mass condensation and vaporisation rates as an.
explicit term for the condensation rate and a coefficient to multiply (p - pSat) for the vaporisation rate
Implements phaseChangeTwoPhaseMixture.
virtual void correct | ( | ) | [virtual]
|
Correct the SchnerrSauer phaseChange model.
Implements phaseChangeTwoPhaseMixture.
virtual bool read | ( | ) | [virtual]
|
Read the transportProperties dictionary and update.
Implements phaseChangeTwoPhaseMixture.