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.
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. | |
![]() | |
TypeName ("nutWallFunction") | |
Runtime type information. | |
nutWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. | |
nutWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
nutWallFunctionFvPatchScalarField (const nutWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. | |
nutWallFunctionFvPatchScalarField (const nutWallFunctionFvPatchScalarField &) | |
Construct as copy. | |
nutWallFunctionFvPatchScalarField (const nutWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< scalarField > | yPlus () const |
Calculate and return the yPlus at the boundary. | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. | |
virtual void | write (Ostream &) const |
Write. |
Protected Member Functions | |
virtual tmp< scalarField > | calcNut () const |
Calculate the turbulence viscosity. | |
![]() | |
virtual void | checkType () |
Check the type of the patch. | |
virtual scalar | calcYPlusLam (const scalar kappa, const scalar E) const |
Calculate the Y+ at the edge of the laminar sublayer. | |
virtual void | writeLocalEntries (Ostream &) const |
Write local wall function variables. |
Additional Inherited Members | |
![]() | |
scalar | Cmu_ |
Cmu coefficient. | |
scalar | kappa_ |
Von Karman constant. | |
scalar | E_ |
E coefficient. | |
scalar | yPlusLam_ |
Y+ at the edge of the laminar sublayer. |
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.
|
protectedvirtual |
Calculate the turbulence viscosity.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 43 of file nutLowReWallFunctionFvPatchScalarField.C.
TypeName | ( | "nutLowReWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 109 of file nutLowReWallFunctionFvPatchScalarField.H.
References nutLowReWallFunctionFvPatchScalarField::nutLowReWallFunctionFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 126 of file nutLowReWallFunctionFvPatchScalarField.H.
References nutLowReWallFunctionFvPatchScalarField::nutLowReWallFunctionFvPatchScalarField().