This boundary condition provides a turbulence damping function, f, wall function condition for low- and high Reynolds number, turbulent flow cases. More...


Public Member Functions | |
| TypeName ("fWallFunction") | |
| Runtime type information. More... | |
| fWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| fWallFunctionFvPatchScalarField (const fWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, fvMesh > &, const fieldMapper &) | |
| Construct by mapping given fWallFunctionFvPatchScalarField. More... | |
| fWallFunctionFvPatchScalarField (const fWallFunctionFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| fWallFunctionFvPatchScalarField (const fWallFunctionFvPatchScalarField &, const DimensionedField< scalar, fvMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, fvMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
This boundary condition provides a turbulence damping function, f, wall function condition for low- and high Reynolds number, turbulent flow cases.
The model operates in two modes, based on the computed laminar-to-turbulent switch-over y+ value derived from kappa and E specified in the corresponding nutWallFunction.
<patchName>
{
type fWallFunction;
}
Definition at line 67 of file fWallFunctionFvPatchScalarField.H.
| fWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 41 of file fWallFunctionFvPatchScalarField.C.
Referenced by fWallFunctionFvPatchScalarField::clone().

| fWallFunctionFvPatchScalarField | ( | const fWallFunctionFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given fWallFunctionFvPatchScalarField.
onto a new patch
Definition at line 52 of file fWallFunctionFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| fWallFunctionFvPatchScalarField | ( | const fWallFunctionFvPatchScalarField & | v2wfpsf, |
| const DimensionedField< scalar, fvMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 64 of file fWallFunctionFvPatchScalarField.C.
| TypeName | ( | "fWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 112 of file fWallFunctionFvPatchScalarField.H.
References fWallFunctionFvPatchScalarField::fWallFunctionFvPatchScalarField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 76 of file fWallFunctionFvPatchScalarField.C.
References nutWallFunctionFvPatchScalarField::Cmu(), epsilon, momentumTransportModel::epsilon(), f(), forAll, k, momentumTransportModel::k(), momentumTransportModel::nu(), nutWallFunctionFvPatchScalarField::nutw(), patchi, Foam::pow025(), Foam::sqr(), Foam::sqrt(), uTau, y, momentumTransportModel::yb(), yPlus, and nutWallFunctionFvPatchScalarField::yPlusLam().
