This boundary condition provides a kinematic turbulent thermal conductivity for using wall functions, using the Jayatilleke 'P' function. More...
#include <alphatJayatillekeWallFunctionFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("alphatJayatillekeWallFunction") | |
| Runtime type information. | |
| alphatJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| alphatJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| alphatJayatillekeWallFunctionFvPatchScalarField (const alphatJayatillekeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphatJayatillekeWallFunctionFvPatchScalarField onto a new patch. | |
| alphatJayatillekeWallFunctionFvPatchScalarField (const alphatJayatillekeWallFunctionFvPatchScalarField &) | |
| Construct as copy. | |
| alphatJayatillekeWallFunctionFvPatchScalarField (const alphatJayatillekeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
Protected Member Functions | |
| virtual void | checkType () |
| Check the type of the patch. | |
| tmp< scalarField > | yPlus (const turbulenceModel &turbModel) const |
| Return the patch y+. | |
| scalar | yPlusTherm (const scalar P, const scalar Prat) const |
| `P' function */ scalar Psmooth(const scalar Prat) const; | |
Protected Attributes | |
| scalar | Prt_ |
| Turbulent Prandtl number. | |
| scalar | kappa_ |
| Von Karman constant. | |
| scalar | E_ |
| E coefficient. | |
Static Protected Attributes | |
| static scalar | tolerance_ = 0.01 |
| static label | maxIters_ = 10 |
This boundary condition provides a kinematic turbulent thermal conductivity for using wall functions, using the Jayatilleke 'P' function.
<patchName>
{
// Mandatory entries
type alphatJayatillekeWallFunction;
// Optional entries
Prt <scalar>;
kappa <scalar>;
E <scalar>;
// Inherited entries
...
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: alphatJayatillekeWallFunction | word | yes | - |
Prt | Turbulent Prandtl number | scalar | no | 0.85 |
kappa | von Karman constant | scalar | no | 0.41 |
E | Wall roughness parameter | scalar | no | 9.8 |
The inherited entries are elaborated in:
Definition at line 117 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
| alphatJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 131 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References checkType(), E_, kappa_, p, and Prt_.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), and TypeName().


| alphatJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 165 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References checkType(), dict, E_, kappa_, p, and Prt_.

| alphatJayatillekeWallFunctionFvPatchScalarField | ( | const alphatJayatillekeWallFunctionFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given alphatJayatillekeWallFunctionFvPatchScalarField onto a new patch.
Definition at line 147 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References alphatJayatillekeWallFunctionFvPatchScalarField(), checkType(), E_, kappa_, p, and Prt_.

| alphatJayatillekeWallFunctionFvPatchScalarField | ( | const alphatJayatillekeWallFunctionFvPatchScalarField & | wfpsf | ) |
Construct as copy.
Definition at line 182 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References alphatJayatillekeWallFunctionFvPatchScalarField(), checkType(), E_, kappa_, and Prt_.

| alphatJayatillekeWallFunctionFvPatchScalarField | ( | const alphatJayatillekeWallFunctionFvPatchScalarField & | wfpsf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 197 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References alphatJayatillekeWallFunctionFvPatchScalarField(), checkType(), E_, kappa_, and Prt_.

|
protectedvirtual |
Check the type of the patch.
Definition at line 43 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::isA(), and Foam::nl.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), and alphatJayatillekeWallFunctionFvPatchScalarField().


|
protected |
Return the patch y+.
Definition at line 57 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::isA(), Foam::mag(), TurbulenceModel< Alpha, Rho, BasicTurbulenceModel, TransportModel >::nu(), nut, fvPatchField< Type >::snGrad(), Foam::sqrt(), y, and nutWallFunctionFvPatchScalarField::yPlus().
Referenced by updateCoeffs().


|
protected |
`P' function */ scalar Psmooth(const scalar Prat) const;
/*!
Calculate y+ at the edge of the thermal laminar sublayer
Definition at line 97 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References E_, f(), kappa_, Foam::log(), Foam::mag(), maxIters_, and tolerance_.
Referenced by updateCoeffs().


| TypeName | ( | "alphatJayatillekeWallFunction" | ) |
Runtime type information.
References alphatJayatillekeWallFunctionFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 236 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 244 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 215 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::dimless, E_, forAll, IOobject::groupName(), kappa_, Foam::log(), Foam::max(), nu, Pr(), turbulenceModel::propertiesName, Prt_, transportProperties(), fvPatchField< Type >::updateCoeffs(), yPlus(), yPlus, and yPlusTherm().

|
virtual |
Write.
Definition at line 282 of file alphatJayatillekeWallFunctionFvPatchScalarField.C.
References E_, kappa_, os(), Prt_, fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().

|
protected |
Turbulent Prandtl number.
Definition at line 128 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), updateCoeffs(), and write().
|
protected |
Von Karman constant.
Definition at line 133 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), updateCoeffs(), write(), and yPlusTherm().
|
protected |
E coefficient.
Definition at line 138 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), alphatJayatillekeWallFunctionFvPatchScalarField(), updateCoeffs(), write(), and yPlusTherm().
|
staticprotected |
Definition at line 143 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by yPlusTherm().
|
staticprotected |
Definition at line 144 of file alphatJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by yPlusTherm().