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 &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| bool | activeInterface (const phaseInterface &) const |
| Is there phase change mass transfer for this interface? More... | |
| const scalarField & | dmdtf () const |
| Return the rate of phase-change. More... | |
| const scalarField & | dmdtf (const phaseInterface &) const |
| Return the rate of phase-change for an interface. More... | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const fvPatchScalarField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. More... | |
| virtual void | reset (const fvPatchScalarField &) |
| Reset the fvPatchField to the given fvPatchField. More... | |
| virtual void | updateCoeffs ()=0 |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Public Member Functions inherited from alphatPhaseJayatillekeWallFunctionFvPatchScalarField | |
| TypeName ("compressible::alphatPhaseJayatillekeWallFunction") | |
| Runtime type information. More... | |
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseJayatillekeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. More... | |
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseJayatillekeWallFunctionFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseJayatillekeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| tmp< scalarField > | calcAlphat (const scalarField &prevAlphat) const |
| Evaluate the turbulent thermal diffusivity. More... | |
Protected Attributes | |
| const word | otherPhaseName_ |
| Name of the other phase. More... | |
| const scalar | relax_ |
| Relaxation factor. More... | |
| scalarField | dmdtf_ |
| Rate of phase-change. More... | |
Protected Attributes inherited from alphatPhaseJayatillekeWallFunctionFvPatchScalarField | |
| scalar | Prt_ |
| Turbulent Prandtl number. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from alphatPhaseJayatillekeWallFunctionFvPatchScalarField | |
| tmp< scalarField > | Psmooth (const scalarField &Prat) const |
| 'P' function More... | |
| tmp< scalarField > | yPlusTherm (const nutWallFunctionFvPatchScalarField &nutw, const scalarField &P, const scalarField &Prat) const |
| Calculate y+ at the edge of the thermal laminar sublayer. More... | |
Static Protected Attributes inherited from alphatPhaseJayatillekeWallFunctionFvPatchScalarField | |
| static scalar | maxExp_ |
| static scalar | tolerance_ |
| static label | maxIters_ |
Abstract base-class for all alphatWallFunctions supporting phase-change.
Definition at line 56 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
|
delete |
Disallow copy without setting internal field reference.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Copy constructor setting internal field reference.
| TypeName | ( | "compressible::alphatPhaseChangeWallFunction" | ) |
Runtime type information.
| bool activeInterface | ( | const phaseInterface & | ) | const |
Is there phase change mass transfer for this interface?
| const scalarField& dmdtf | ( | ) | const |
Return the rate of phase-change.
| const scalarField& dmdtf | ( | const phaseInterface & | ) | const |
Return the rate of phase-change for an interface.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Used to update fields following mesh topology change
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Used to reconstruct fields
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField.
|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField.
|
pure virtual |
Update the coefficients associated with the patch field.
Reimplemented from alphatPhaseJayatillekeWallFunctionFvPatchScalarField.
Implemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtfWallBoilingWallFunctionFvPatchScalarField.
|
virtual |
Write.
Reimplemented from alphatPhaseJayatillekeWallFunctionFvPatchScalarField.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtfWallBoilingWallFunctionFvPatchScalarField.
|
protected |
Name of the other phase.
Definition at line 65 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
|
protected |
Relaxation factor.
Definition at line 68 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
|
protected |
Rate of phase-change.
Definition at line 71 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.