This boundary condition provides a turbulent thermal diffusivity condition when using wall functions. More...
Public Member Functions | |
TypeName ("compressible::alphatWallFunction") | |
alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &) | |
virtual tmp< fvPatchScalarField > | clone () const |
alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
This boundary condition provides a turbulent thermal diffusivity condition when using wall functions.
The turbulent thermal diffusivity calculated using:
where
![]() | = | turblence thermal diffusivity |
![]() | = | turblence viscosity |
![]() | = | turblent Prandtl number |
Property | Description | Required | Default value |
---|---|---|---|
nut | turbulence viscosity field name | no | nut |
Prt | turbulent Prandtl number | no | 0.85 |
Example of the boundary condition specification:
<patchName> { type alphatWallFunction; nut nut; Prt 0.85; value uniform 0; // optional value entry }
Definition at line 115 of file alphatWallFunctionFvPatchScalarField.H.
alphatWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 38 of file alphatWallFunctionFvPatchScalarField.C.
Referenced by alphatWallFunctionFvPatchScalarField::clone().
alphatWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 62 of file alphatWallFunctionFvPatchScalarField.C.
alphatWallFunctionFvPatchScalarField | ( | const alphatWallFunctionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Definition at line 49 of file alphatWallFunctionFvPatchScalarField.C.
alphatWallFunctionFvPatchScalarField | ( | const alphatWallFunctionFvPatchScalarField & | awfpsf | ) |
Definition at line 74 of file alphatWallFunctionFvPatchScalarField.C.
alphatWallFunctionFvPatchScalarField | ( | const alphatWallFunctionFvPatchScalarField & | awfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 84 of file alphatWallFunctionFvPatchScalarField.C.
TypeName | ( | "compressible::alphatWallFunction" | ) |
|
inlinevirtual |
Definition at line 166 of file alphatWallFunctionFvPatchScalarField.H.
References alphatWallFunctionFvPatchScalarField::alphatWallFunctionFvPatchScalarField().
|
inlinevirtual |
Definition at line 183 of file alphatWallFunctionFvPatchScalarField.H.
References alphatWallFunctionFvPatchScalarField::alphatWallFunctionFvPatchScalarField().
|
virtual |
Definition at line 96 of file alphatWallFunctionFvPatchScalarField.C.
References GeometricField::boundaryField(), Foam::constant::atomic::group, IOobject::groupName(), turbulenceModel::nut(), Foam::operator==(), Foam::foamVersion::patch, turbulenceModel::propertiesName, and compressibleTurbulenceModel::rho().
|
virtual |
Definition at line 125 of file alphatWallFunctionFvPatchScalarField.C.
References os(), and fvPatchField::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.