This boundary condition provides a turbulent thermal diffusivity condition when using wall functions. More...
#include <alphatWallFunctionFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("compressible::alphatWallFunction") | |
| Runtime type information. | |
| alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphatWallFunctionFvPatchScalarField onto a new patch. | |
| alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &) | |
| Construct as copy. | |
| alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, 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. | |
This boundary condition provides a turbulent thermal diffusivity condition when using wall functions.
The turbulent thermal diffusivity calculated using:
![\[ \alpha_t = \frac{\mu_t}{Pr_t}
\]](form_1000.png)
where
![]() | = | Turbulence thermal diffusivity |
![]() | = | Turbulence viscosity |
![]() | = | Turbulent Prandtl number |
<patchName>
{
// Mandatory entries
type alphatWallFunction;
// Optional entries
Prt <scalar>;
// Inherited entries
...
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: alphatWallFunction | word | yes | - |
Prt | Turbulent Prandtl number | scalar | no | 0.85 |
The inherited entries are elaborated in:
Definition at line 124 of file alphatWallFunctionFvPatchScalarField.H.
| alphatWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 37 of file alphatWallFunctionFvPatchScalarField.C.
References p.
Referenced by alphatWallFunctionFvPatchScalarField(), alphatWallFunctionFvPatchScalarField(), alphatWallFunctionFvPatchScalarField(), and TypeName().

| alphatWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file alphatWallFunctionFvPatchScalarField.C.
| alphatWallFunctionFvPatchScalarField | ( | const alphatWallFunctionFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given alphatWallFunctionFvPatchScalarField onto a new patch.
Definition at line 48 of file alphatWallFunctionFvPatchScalarField.C.
References alphatWallFunctionFvPatchScalarField(), and p.

| alphatWallFunctionFvPatchScalarField | ( | const alphatWallFunctionFvPatchScalarField & | awfpsf | ) |
Construct as copy.
Definition at line 73 of file alphatWallFunctionFvPatchScalarField.C.
References alphatWallFunctionFvPatchScalarField().

| alphatWallFunctionFvPatchScalarField | ( | const alphatWallFunctionFvPatchScalarField & | awfpsf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 83 of file alphatWallFunctionFvPatchScalarField.C.
References alphatWallFunctionFvPatchScalarField().

| TypeName | ( | "compressible::alphatWallFunction" | ) |
Runtime type information.
References alphatWallFunctionFvPatchScalarField().

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

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

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 96 of file alphatWallFunctionFvPatchScalarField.C.
References IOobject::groupName(), Foam::operator==(), and turbulenceModel::propertiesName.

|
virtual |
Write.
Definition at line 124 of file alphatWallFunctionFvPatchScalarField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
