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.
Inheritance diagram for mutLowReWallFunctionFvPatchScalarField:
Collaboration diagram for mutLowReWallFunctionFvPatchScalarField: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. | |
Public Member Functions inherited from mutWallFunctionFvPatchScalarField | |
| TypeName ("mutWallFunction") | |
| Runtime type information. | |
| mutWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| mutWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| mutWallFunctionFvPatchScalarField (const mutWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| mutWallFunctionFvPatchScalarField (const mutWallFunctionFvPatchScalarField &) | |
| Construct as copy. | |
| mutWallFunctionFvPatchScalarField (const mutWallFunctionFvPatchScalarField &, 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 > | calcMut () const |
| Calculate the turbulence viscosity. | |
Protected Member Functions inherited from mutWallFunctionFvPatchScalarField | |
| 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 | |
Protected Attributes inherited from mutWallFunctionFvPatchScalarField | |
| scalar | Cmu_ |
| Cmu coefficient. | |
| scalar | kappa_ |
| Von Karman constant. | |
| scalar | E_ |
| E coefficient. | |
| scalar | yPlusLam_ |
| Y+ at the edge of the laminar sublayer. | |
| 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.
|
protectedvirtual |
Calculate the turbulence viscosity.
Reimplemented from mutWallFunctionFvPatchScalarField.
Definition at line 43 of file mutLowReWallFunctionFvPatchScalarField.C.
| TypeName | ( | "mutLowReWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from mutWallFunctionFvPatchScalarField.
Definition at line 109 of file mutLowReWallFunctionFvPatchScalarField.H.
References mutLowReWallFunctionFvPatchScalarField::clone().
Referenced by mutLowReWallFunctionFvPatchScalarField::clone().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from mutWallFunctionFvPatchScalarField.
Definition at line 126 of file mutLowReWallFunctionFvPatchScalarField.H.