Merkle cavitation model. More...
Merkle cavitation model.
C. L. Merkle, J. Feng, and P. E. O. Buelow, "Computational modeling of the dynamics of sheet cavitation", in Proceedings Third International Symposium on Cavitation Grenoble, France 1998.
Definition at line 59 of file Merkle.H.
Public Member Functions | |
TypeName ("Merkle") | |
Runtime type information.
| |
Merkle (const volVectorField &U, const surfaceScalarField &phi, const word &alpha1Name="alpha1") | |
construct from components
| |
virtual | ~Merkle () |
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 Merkle phaseChange model.
| |
virtual bool | read () |
Read the transportProperties dictionary and update.
|
Merkle | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
const word & | alpha1Name = "alpha1"
|
||
) |
construct from components
TypeName | ( | "Merkle" | ) |
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 Merkle phaseChange model.
Implements phaseChangeTwoPhaseMixture.
virtual bool read | ( | ) | [virtual]
|
Read the transportProperties dictionary and update.
Implements phaseChangeTwoPhaseMixture.