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 alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch. 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.
<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 96 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 41 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 54 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 68 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | awfpsf | ) |
Construct as copy.
Definition at line 83 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | awfpsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 95 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| TypeName | ( | "compressible::alphatPhaseChangeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Return the rate of phase-change.
Definition at line 182 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change.
Definition at line 190 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 198 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Return the rate of phase-change for specific phase pair.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 206 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 214 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
inlinevirtual |
Return the rate of phase-change for specific phase.
Definition at line 222 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change for specific phase.
Definition at line 230 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 109 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_, alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_, os(), fvPatchField< Type >::write(), Field< Type >::writeEntry(), and fvPatchField< Type >::writeValueEntry().

|
protected |
Rate of phase-change.
Definition at line 107 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 112 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::dmdt(), alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::mDotL(), alphatWallBoilingWallFunctionFvPatchScalarField::qe(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeWallFunctionFvPatchScalarField::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.