mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
phaseChangeTwoPhaseMixtures: Correct docs for mDotP function
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -108,9 +108,8 @@ public:
|
|||||||
// and a coefficient to multiply alphal for the vaporisation rate
|
// and a coefficient to multiply alphal for the vaporisation rate
|
||||||
virtual Pair<tmp<volScalarField> > mDotAlphal() const;
|
virtual Pair<tmp<volScalarField> > mDotAlphal() const;
|
||||||
|
|
||||||
//- Return the mass condensation and vaporisation rates as an
|
//- Return the mass condensation and vaporisation rates as coefficients
|
||||||
// explicit term for the condensation rate and a coefficient to
|
// to multiply (p - pSat)
|
||||||
// multiply (p - pSat) for the vaporisation rate
|
|
||||||
virtual Pair<tmp<volScalarField> > mDotP() const;
|
virtual Pair<tmp<volScalarField> > mDotP() const;
|
||||||
|
|
||||||
//- Correct the Kunz phaseChange model
|
//- Correct the Kunz phaseChange model
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
========Merkle= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -102,9 +102,8 @@ public:
|
|||||||
// and a coefficient to multiply alphal for the vaporisation rate
|
// and a coefficient to multiply alphal for the vaporisation rate
|
||||||
virtual Pair<tmp<volScalarField> > mDotAlphal() const;
|
virtual Pair<tmp<volScalarField> > mDotAlphal() const;
|
||||||
|
|
||||||
//- Return the mass condensation and vaporisation rates as an
|
//- Return the mass condensation and vaporisation rates as coefficients
|
||||||
// explicit term for the condensation rate and a coefficient to
|
// to multiply (p - pSat)
|
||||||
// multiply (p - pSat) for the vaporisation rate
|
|
||||||
virtual Pair<tmp<volScalarField> > mDotP() const;
|
virtual Pair<tmp<volScalarField> > mDotP() const;
|
||||||
|
|
||||||
//- Correct the Merkle phaseChange model
|
//- Correct the Merkle phaseChange model
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -115,9 +115,8 @@ public:
|
|||||||
// and a coefficient to multiply alphal for the vaporisation rate
|
// and a coefficient to multiply alphal for the vaporisation rate
|
||||||
virtual Pair<tmp<volScalarField> > mDotAlphal() const;
|
virtual Pair<tmp<volScalarField> > mDotAlphal() const;
|
||||||
|
|
||||||
//- Return the mass condensation and vaporisation rates as an
|
//- Return the mass condensation and vaporisation rates as coefficients
|
||||||
// explicit term for the condensation rate and a coefficient to
|
// to multiply (p - pSat)
|
||||||
// multiply (p - pSat) for the vaporisation rate
|
|
||||||
virtual Pair<tmp<volScalarField> > mDotP() const;
|
virtual Pair<tmp<volScalarField> > mDotP() const;
|
||||||
|
|
||||||
//- Correct the SchnerrSauer phaseChange model
|
//- Correct the SchnerrSauer phaseChange model
|
||||||
|
|||||||
@ -139,9 +139,8 @@ public:
|
|||||||
// and a coefficient to multiply alphal for the vaporisation rate
|
// and a coefficient to multiply alphal for the vaporisation rate
|
||||||
virtual Pair<tmp<volScalarField> > mDotAlphal() const = 0;
|
virtual Pair<tmp<volScalarField> > mDotAlphal() const = 0;
|
||||||
|
|
||||||
//- Return the mass condensation and vaporisation rates as an
|
//- Return the mass condensation and vaporisation rates as coefficients
|
||||||
// explicit term for the condensation rate and a coefficient to
|
// to multiply (p - pSat)
|
||||||
// multiply (p - pSat) for the vaporisation rate
|
|
||||||
virtual Pair<tmp<volScalarField> > mDotP() const = 0;
|
virtual Pair<tmp<volScalarField> > mDotP() const = 0;
|
||||||
|
|
||||||
//- Return the volumetric condensation and vaporisation rates as a
|
//- Return the volumetric condensation and vaporisation rates as a
|
||||||
@ -149,9 +148,8 @@ public:
|
|||||||
// and a coefficient to multiply alphal for the vaporisation rate
|
// and a coefficient to multiply alphal for the vaporisation rate
|
||||||
Pair<tmp<volScalarField> > vDotAlphal() const;
|
Pair<tmp<volScalarField> > vDotAlphal() const;
|
||||||
|
|
||||||
//- Return the volumetric condensation and vaporisation rates as an
|
//- Return the volumetric condensation and vaporisation rates as
|
||||||
// explicit term for the condensation rate and a coefficient to
|
// coefficients to multiply (p - pSat)
|
||||||
// multiply (p - pSat) for the vaporisation rate
|
|
||||||
Pair<tmp<volScalarField> > vDotP() const;
|
Pair<tmp<volScalarField> > vDotP() const;
|
||||||
|
|
||||||
//- Correct the phaseChange model
|
//- Correct the phaseChange model
|
||||||
|
|||||||
Reference in New Issue
Block a user