Wall function boundary condition for rough walls. More...
#include <incompressibleRASModels/nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H>
Wall function boundary condition for rough walls.
Definition at line 53 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
Public Member Functions | |
TypeName ("nutSpalartAllmarasStandardRoughWallFunction") | |
Runtime type information. | |
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. | |
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. | |
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField &) | |
Construct as copy. | |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone. | |
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField &, 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. | |
const scalar & | roughnessHeight () const |
Return the roughness height. | |
scalar & | roughnessHeight () |
Return reference to the roughness height to allow adjustment. | |
const scalar & | roughnessConstant () const |
Return the roughness constant scale. | |
scalar & | roughnessConstant () |
Return reference to the roughness constant to allow adjustment. | |
const scalar & | roughnessFudgeFactor () const |
Return the roughness scale factor. | |
scalar & | roughnessFudgeFactor () |
Return reference to the roughness scale factor to allow. | |
virtual tmp< scalarField > | yPlus () const |
Calculate and return the yPlus at the boundary. | |
virtual void | write (Ostream &os) const |
Write. | |
![]() | |
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 void | updateCoeffs () |
Update the coefficients associated with the patch field. |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
scalar | Cmu_ |
Cmu coefficient. | |
scalar | kappa_ |
Von Karman constant. | |
scalar | E_ |
E coefficient. | |
scalar | yPlusLam_ |
Y+ at the edge of the laminar sublayer. |
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 204 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
Referenced by nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField::clone().
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 234 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField | ( | const nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField onto a new patch
Definition at line 218 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField | ( | const nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField & | rwfpsf | ) |
Construct as copy.
Definition at line 249 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField | ( | const nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField & | rwfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 262 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
TypeName | ( | "nutSpalartAllmarasStandardRoughWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 121 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 141 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inline |
Return the roughness height.
Definition at line 161 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inline |
Return reference to the roughness height to allow adjustment.
Definition at line 167 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inline |
Return the roughness constant scale.
Definition at line 174 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inline |
Return reference to the roughness constant to allow adjustment.
Definition at line 180 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inline |
Return the roughness scale factor.
Definition at line 186 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
inline |
Return reference to the roughness scale factor to allow.
adjustment
Definition at line 193 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.
|
virtual |
Calculate and return the yPlus at the boundary.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 277 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
References Foam::mag(), and RASModel().
|
virtual |
Write.
Reimplemented from nutWallFunctionFvPatchScalarField.
Definition at line 290 of file nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().