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 &) | |
| Copy constructor. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor 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 55 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Construct from patch and internal field.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | , | ||
| const dictionary & | |||
| ) |
Construct from patch, internal field and dictionary.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | , |
| const fvPatch & | , | ||
| const DimensionedField< scalar, volMesh > & | , | ||
| const fvPatchFieldMapper & | |||
| ) |
Construct by mapping given.
alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | ) |
Copy constructor.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Copy constructor setting internal field reference.
| TypeName | ( | "compressible::alphatPhaseChangeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Return the rate of phase-change.
Definition at line 121 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::clone(), and alphatWallBoilingWallFunctionFvPatchScalarField::clone().

|
inlinevirtual |
Return the enthalpy source due to phase-change.
Definition at line 127 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::clone(), and alphatWallBoilingWallFunctionFvPatchScalarField::clone().

|
inlinevirtual |
Is there phase change mass transfer for this phasePair.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 133 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Return the rate of phase-change for specific phase pair.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 139 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 145 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_.
|
inlinevirtual |
Return the rate of phase-change for specific phase.
Definition at line 151 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_.
|
inlinevirtual |
Return the enthalpy source due to phase-change for specific phase.
Definition at line 157 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL_, alphatPhaseChangeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeWallFunctionFvPatchScalarField::write().

|
pure virtual |
Update the coefficients associated with the patch field.
Implemented in alphatWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL().

|
virtual |
Write.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL().

|
protected |
Rate of phase-change.
Definition at line 64 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt().
|
protected |
Latent heat of the phase-change.
Definition at line 67 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::mDotL(), and alphatWallBoilingWallFunctionFvPatchScalarField::qe().