Public Member Functions | Private Attributes
immersedBoundaryEpsilonWallFunctionFvPatchScalarField Class Reference

Boundary condition for epsilon when using wall functions. More...

Inheritance diagram for immersedBoundaryEpsilonWallFunctionFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for immersedBoundaryEpsilonWallFunctionFvPatchScalarField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("immersedBoundaryEpsilonWallFunction")
 Runtime type information. More...
 
 immersedBoundaryEpsilonWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 immersedBoundaryEpsilonWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 immersedBoundaryEpsilonWallFunctionFvPatchScalarField (const immersedBoundaryEpsilonWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 immersedBoundaryEpsilonWallFunctionFvPatchScalarField (const immersedBoundaryEpsilonWallFunctionFvPatchScalarField &)
 Construct as copy. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 immersedBoundaryEpsilonWallFunctionFvPatchScalarField (const immersedBoundaryEpsilonWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual ~immersedBoundaryEpsilonWallFunctionFvPatchScalarField ()
 Destructor. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void evaluate (const Pstream::commsTypes=Pstream::blocking)
 Evaluate the patchField. More...
 
void write (Ostream &) const
 Write. More...
 

Private Attributes

word UName_
 Name of velocity field. More...
 
word kName_
 Name of turbulence kinetic energy field. More...
 
word GName_
 Name of turbulence generation field. More...
 
word nuName_
 Name of laminar viscosity field. More...
 
word nutName_
 Name of turbulent viscosity field. More...
 
scalar Cmu_
 Cmu coefficient. More...
 
scalar kappa_
 Von Karman constant. More...
 
scalar E_
 E coefficient. More...
 

Detailed Description

Boundary condition for epsilon when using wall functions.

- calculates y+, G, tangential velocity, nut and k

Source files

Definition at line 56 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ immersedBoundaryEpsilonWallFunctionFvPatchScalarField() [1/5]

Construct from patch and internal field.

Definition at line 46 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.C.

◆ immersedBoundaryEpsilonWallFunctionFvPatchScalarField() [2/5]

immersedBoundaryEpsilonWallFunctionFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 65 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.C.

◆ immersedBoundaryEpsilonWallFunctionFvPatchScalarField() [3/5]

Construct by mapping given.

immersedBoundaryEpsilonWallFunctionFvPatchScalarField onto a new patch

Definition at line 85 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.C.

◆ immersedBoundaryEpsilonWallFunctionFvPatchScalarField() [4/5]

Construct as copy.

Definition at line 106 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.C.

◆ immersedBoundaryEpsilonWallFunctionFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Definition at line 124 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.C.

◆ ~immersedBoundaryEpsilonWallFunctionFvPatchScalarField()

Destructor.

Definition at line 164 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.H.

Member Function Documentation

◆ TypeName()

TypeName ( "immersedBoundaryEpsilonWallFunction"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 128 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.H.

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Definition at line 148 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.H.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ evaluate()

void evaluate ( const Pstream::commsTypes  commsType = Pstream::blocking)
virtual

Evaluate the patchField.

Definition at line 353 of file immersedBoundaryEpsilonWallFunctionFvPatchScalarField.C.

References fvPatchField::evaluate().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const

Field Documentation

◆ UName_

word UName_
private

◆ kName_

word kName_
private

◆ GName_

word GName_
private

◆ nuName_

word nuName_
private

◆ nutName_

word nutName_
private

◆ Cmu_

scalar Cmu_
private

◆ kappa_

scalar kappa_
private

◆ E_

scalar E_
private

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