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 &) | |
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.
<patchName> { // Optional entries dmdt <scalarField>; mDotL <scalarField>; // Inherited entries ... }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
dmdt | Rate of phase-change | scalarField | no | 0.0 |
mDotL | Latent heat of the phase-change | scalarField | no | 0.0 |
The inherited entries are elaborated in:
Definition at line 100 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 46 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 59 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
References dict, alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_, dictionary::found(), p, and UList< T >::size().
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 83 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | awfpsf | ) |
Construct as copy.
Definition at line 98 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | awfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 110 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
TypeName | ( | "compressible::alphatPhaseChangeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Return the rate of phase-change.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 168 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change.
Definition at line 174 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
inlinevirtual |
Is there phase change mass transfer for this phasePair.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 180 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Return the rate of phase-change for specific phase pair.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, alphatWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 186 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the rate of phase-change for specific phase pair.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 192 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
inlinevirtual |
Return the rate of phase-change for specific phase.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 198 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change for specific phase.
Definition at line 204 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
pure virtual |
Update the coefficients associated with the patch field.
Implemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
|
virtual |
Write.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 125 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_, alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_, os(), ObukhovLength::write(), and Field< Type >::writeEntry().
|
protected |
Rate of phase-change.
Definition at line 109 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField(), alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField(), alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::dmdt(), alphatWallBoilingWallFunctionFvPatchScalarField::dmdt(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::write(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write(), alphatPhaseChangeWallFunctionFvPatchScalarField::write(), and alphatWallBoilingWallFunctionFvPatchScalarField::write().
|
protected |
Latent heat of the phase-change.
Definition at line 112 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::dmdt(), alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::mDotL(), alphatWallBoilingWallFunctionFvPatchScalarField::mDotL(), alphatWallBoilingWallFunctionFvPatchScalarField::qe(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeWallFunctionFvPatchScalarField::write().