Abstract base-class for all alphatWallFunctions supporting phase-change. More...
Public Member Functions | |
| TypeName ("compressible::alphatPhaseChangeWallFunction") | |
| Runtime type information. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &) | |
| Construct as copy. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual const scalarField & | dmdt () const |
| Return the rate of phase-change. More... | |
| virtual const scalarField & | mDotL () const |
| Return the enthalpy source due to phase-change. More... | |
| virtual bool | activePhasePair (const phasePairKey &) const |
| Is there phase change mass transfer for this phasePair. More... | |
| virtual const scalarField & | dmdt (const phasePairKey &) const |
| Return the rate of phase-change for specific phase pair. More... | |
| virtual const scalarField & | mDotL (const phasePairKey &) const |
| Return the rate of phase-change for specific phase pair. More... | |
| virtual scalarField | dmdt (const word &) const |
| Return the rate of phase-change for specific phase. More... | |
| virtual scalarField | mDotL (const word &) const |
| Return the enthalpy source due to phase-change for specific phase. More... | |
| virtual void | updateCoeffs ()=0 |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Protected Attributes | |
| scalarField | dmdt_ |
| Rate of phase-change. More... | |
| scalarField | mDotL_ |
| Latent heat of the phase-change. More... | |
Abstract base-class for all alphatWallFunctions supporting phase-change.
Definition at line 57 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 48 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given.
alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch
Definition at line 85 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | awfpsf | ) |
Construct as copy.
Definition at line 100 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | awfpsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 112 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| TypeName | ( | "compressible::alphatPhaseChangeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Return the rate of phase-change.
Definition at line 125 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change.
Definition at line 131 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
inlinevirtual |
Is there phase change mass transfer for this phasePair.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 137 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Return the rate of phase-change for specific phase pair.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 143 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the rate of phase-change for specific phase pair.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 149 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
inlinevirtual |
Return the rate of phase-change for specific phase.
Definition at line 155 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change for specific phase.
Definition at line 161 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
pure virtual |
Update the coefficients associated with the patch field.
Implemented in alphatWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
|
virtual |
Write.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 126 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_, alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_, fvPatchField< Type >::write(), and Field< Type >::writeEntry().
|
protected |
Rate of phase-change.
Definition at line 66 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::dmdt(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeWallFunctionFvPatchScalarField::write().
|
protected |
Latent heat of the phase-change.
Definition at line 69 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::dmdt(), alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::mDotL(), alphatWallBoilingWallFunctionFvPatchScalarField::qe(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeWallFunctionFvPatchScalarField::write().