Boundary condition for turbulent (kinematic) viscosity when for use with low Reynolds number models. More...
#include <compressibleRASModels/mutLowReWallFunctionFvPatchScalarField.H>
Boundary condition for turbulent (kinematic) viscosity when for use with low Reynolds number models.
Sets mut to zero, and provides an access to calculate y+.
Definition at line 56 of file mutLowReWallFunctionFvPatchScalarField.H.
Public Member Functions | |
TypeName ("mutLowReWallFunction") | |
Runtime type information.
| |
mutLowReWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field.
| |
mutLowReWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
mutLowReWallFunctionFvPatchScalarField (const mutLowReWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given.
| |
mutLowReWallFunctionFvPatchScalarField (const mutLowReWallFunctionFvPatchScalarField &) | |
Construct as copy.
| |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone.
| |
mutLowReWallFunctionFvPatchScalarField (const mutLowReWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
Protected Member Functions | |
virtual tmp< scalarField > | calcMut () const |
Calculate the turbulence viscosity.
|
mutLowReWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 52 of file mutLowReWallFunctionFvPatchScalarField.C.
mutLowReWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 74 of file mutLowReWallFunctionFvPatchScalarField.C.
mutLowReWallFunctionFvPatchScalarField | ( | const mutLowReWallFunctionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
mutLowReWallFunctionFvPatchScalarField onto a new patch
Definition at line 62 of file mutLowReWallFunctionFvPatchScalarField.C.
mutLowReWallFunctionFvPatchScalarField | ( | const mutLowReWallFunctionFvPatchScalarField & | mlrwfpsf ) |
Construct as copy.
Definition at line 85 of file mutLowReWallFunctionFvPatchScalarField.C.
mutLowReWallFunctionFvPatchScalarField | ( | const mutLowReWallFunctionFvPatchScalarField & | mlrwfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 94 of file mutLowReWallFunctionFvPatchScalarField.C.
tmp< scalarField > calcMut | ( | ) | const [protected, virtual]
|
Calculate the turbulence viscosity.
Reimplemented from mutWallFunctionFvPatchScalarField.
Definition at line 43 of file mutLowReWallFunctionFvPatchScalarField.C.
TypeName | ( | "mutLowReWallFunction" | ) |
Runtime type information.
virtual tmp<fvPatchScalarField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from mutWallFunctionFvPatchScalarField.
Definition at line 109 of file mutLowReWallFunctionFvPatchScalarField.H.
References mutLowReWallFunctionFvPatchScalarField::clone().
Referenced by mutLowReWallFunctionFvPatchScalarField::clone().
virtual tmp<fvPatchScalarField> clone | ( | const DimensionedField< scalar, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from mutWallFunctionFvPatchScalarField.
Definition at line 126 of file mutLowReWallFunctionFvPatchScalarField.H.