This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat) based on the Jayatilleke model for the Eulerian multiphase solvers.
More...


Public Member Functions | |
| 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... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Protected Member Functions | |
| 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... | |
Protected Attributes | |
| scalar | Prt_ |
| Turbulent Prandtl number. More... | |
Static Protected Attributes | |
| static scalar | maxExp_ |
| static scalar | tolerance_ |
| static label | maxIters_ |
This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat) based on the Jayatilleke model for the Eulerian multiphase solvers.
| Property | Description | Required | Default value |
|---|---|---|---|
Prt | Turbulent Prandtl number | no | 0.85 |
Cmu | Model coefficient | no | 0.09 |
kappa | von Karman constant | no | 0.41 |
E | Model coefficient | no | 9.8 |
Example of the boundary condition specification:
<patchName>
{
type alphatPhaseJayatillekeWallFunction;
Prt 0.85;
kappa 0.41;
E 9.8;
value uniform 0; // optional value entry
}
Definition at line 102 of file alphatPhaseJayatillekeWallFunctionFvPatchScalarField.H.
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Construct from patch and internal field.
Referenced by alphatPhaseJayatillekeWallFunctionFvPatchScalarField::clone().

| alphatPhaseJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | , | ||
| const dictionary & | |||
| ) |
Construct from patch, internal field and dictionary.
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseJayatillekeWallFunctionFvPatchScalarField & | , |
| const fvPatch & | , | ||
| const DimensionedField< scalar, volMesh > & | , | ||
| const fvPatchFieldMapper & | |||
| ) |
Construct by mapping given.
alphatPhaseJayatillekeWallFunctionFvPatchScalarField onto a new patch
|
delete |
Disallow copy without setting internal field reference.
| alphatPhaseJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseJayatillekeWallFunctionFvPatchScalarField & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Copy constructor setting internal field reference.
|
protected |
'P' function
|
protected |
Calculate y+ at the edge of the thermal laminar sublayer.
| TypeName | ( | "compressible::alphatPhaseJayatillekeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtfWallBoilingWallFunctionFvPatchScalarField.
Definition at line 184 of file alphatPhaseJayatillekeWallFunctionFvPatchScalarField.H.
References alphatPhaseJayatillekeWallFunctionFvPatchScalarField::alphatPhaseJayatillekeWallFunctionFvPatchScalarField(), alphatPhaseJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), alphatPhaseJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseJayatillekeWallFunctionFvPatchScalarField::write().

| tmp<scalarField> calcAlphat | ( | const scalarField & | prevAlphat | ) | const |
Evaluate the turbulent thermal diffusivity.
Referenced by alphatPhaseJayatillekeWallFunctionFvPatchScalarField::clone().

|
virtual |
Update the coefficients associated with the patch field.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeWallFunctionFvPatchScalarField, and alphatFixedDmdtfWallBoilingWallFunctionFvPatchScalarField.
Referenced by alphatPhaseJayatillekeWallFunctionFvPatchScalarField::clone().

|
virtual |
Write.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, alphatPhaseChangeWallFunctionFvPatchScalarField, and alphatFixedDmdtfWallBoilingWallFunctionFvPatchScalarField.
Referenced by alphatPhaseJayatillekeWallFunctionFvPatchScalarField::clone().

|
protected |
Turbulent Prandtl number.
Definition at line 112 of file alphatPhaseJayatillekeWallFunctionFvPatchScalarField.H.
|
staticprotected |
Definition at line 116 of file alphatPhaseJayatillekeWallFunctionFvPatchScalarField.H.
|
staticprotected |
Definition at line 117 of file alphatPhaseJayatillekeWallFunctionFvPatchScalarField.H.
|
staticprotected |
Definition at line 118 of file alphatPhaseJayatillekeWallFunctionFvPatchScalarField.H.