This boundary condition provides a wall constraint on the turbulent viscosity, i.e. nut
, for low Reynolds number models. It sets nut
to zero, and provides an access function to calculate y+
.
More...
Protected Member Functions | |
virtual tmp< scalarField > | calcNut () const |
![]() | |
virtual const volVectorField & | U (const turbulenceModel &turb) const |
virtual void | checkType () |
virtual void | writeLocalEntries (Ostream &) const |
Additional Inherited Members | |
![]() | |
static const nutWallFunctionFvPatchScalarField & | nutw (const turbulenceModel &turbModel, const label patchi) |
static scalar | yPlusLam (const scalar kappa, const scalar E) |
![]() | |
enum | blendingType { STEPWISE, MAX, BINOMIAL, EXPONENTIAL } |
![]() | |
enum blendingType | blending_ |
const scalar | n_ |
word | UName_ |
scalar | Cmu_ |
scalar | kappa_ |
scalar | E_ |
scalar | yPlusLam_ |
![]() | |
static const Enum< blendingType > | blendingTypeNames |
This boundary condition provides a wall constraint on the turbulent viscosity, i.e. nut
, for low Reynolds number models. It sets nut
to zero, and provides an access function to calculate y+
.
<patchName> { // Mandatory entries (unmodifiable) type nutLowReWallFunction; // Optional (inherited) entries ... }
where the entries mean:
Property | Description | Type | Req'd | Dflt |
---|---|---|---|---|
type | Type name: nutLowReWallFunction | word | yes | - |
The inherited entries are elaborated in:
Definition at line 86 of file nutLowReWallFunctionFvPatchScalarField.H.
nutLowReWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 42 of file nutLowReWallFunctionFvPatchScalarField.C.
Referenced by nutLowReWallFunctionFvPatchScalarField::clone().
nutLowReWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 66 of file nutLowReWallFunctionFvPatchScalarField.C.
nutLowReWallFunctionFvPatchScalarField | ( | const nutLowReWallFunctionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Definition at line 53 of file nutLowReWallFunctionFvPatchScalarField.C.
nutLowReWallFunctionFvPatchScalarField | ( | const nutLowReWallFunctionFvPatchScalarField & | nlrwfpsf | ) |
Definition at line 78 of file nutLowReWallFunctionFvPatchScalarField.C.
nutLowReWallFunctionFvPatchScalarField | ( | const nutLowReWallFunctionFvPatchScalarField & | nlrwfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 88 of file nutLowReWallFunctionFvPatchScalarField.C.
|
protectedvirtual |
Implements nutWallFunctionFvPatchScalarField.
Definition at line 32 of file nutLowReWallFunctionFvPatchScalarField.C.
References tmp::New(), Foam::foamVersion::patch, and Foam::Zero.
TypeName | ( | "nutLowReWallFunction" | ) |
|
inlinevirtual |
Definition at line 139 of file nutLowReWallFunctionFvPatchScalarField.H.
References nutLowReWallFunctionFvPatchScalarField::nutLowReWallFunctionFvPatchScalarField().
|
inlinevirtual |
Definition at line 156 of file nutLowReWallFunctionFvPatchScalarField.H.
References nutLowReWallFunctionFvPatchScalarField::nutLowReWallFunctionFvPatchScalarField().
|
virtual |
Implements nutWallFunctionFvPatchScalarField.
Definition at line 100 of file nutLowReWallFunctionFvPatchScalarField.C.
References Foam::constant::atomic::group, IOobject::groupName(), Foam::mag(), turbulenceModel::nu(), turbulenceModel::nuEff(), Foam::foamVersion::patch, turbulenceModel::propertiesName, fvPatchField::snGrad(), Foam::sqrt(), U, y, and turbulenceModel::y().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.