fWallFunctionFvPatchScalarField Class Reference

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

Inheritance diagram for fWallFunctionFvPatchScalarField:
Collaboration diagram for fWallFunctionFvPatchScalarField:

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< fvPatchScalarFieldclone (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...
 

Detailed Description

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.

Usage
Example of the boundary condition specification:
<patchName>
{
    type            fWallFunction;
}
See also
Foam::fixedValueFvPatchField
Source files

Definition at line 67 of file fWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ fWallFunctionFvPatchScalarField() [1/4]

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().

Here is the caller graph for this function:

◆ fWallFunctionFvPatchScalarField() [2/4]

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.

◆ fWallFunctionFvPatchScalarField() [3/4]

Disallow copy without setting internal field reference.

◆ fWallFunctionFvPatchScalarField() [4/4]

Copy constructor setting internal field reference.

Definition at line 64 of file fWallFunctionFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "fWallFunction"  )

Runtime type information.

◆ clone()

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, fvMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 112 of file fWallFunctionFvPatchScalarField.H.

References fWallFunctionFvPatchScalarField::fWallFunctionFvPatchScalarField().

Here is the call graph for this function:

◆ updateCoeffs()


The documentation for this class was generated from the following files: