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