FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

epsilonWallFunctionFvPatchScalarField Class Reference

Boundary condition for epsilon when using wall functions

  • calculates epsilon and G
  • epsilon values added directly into the matrix to act as a constraint.
More...

#include <incompressibleRASModels/epsilonWallFunctionFvPatchScalarField.H>


Detailed Description

Boundary condition for epsilon when using wall functions

  • calculates epsilon and G
  • epsilon values added directly into the matrix to act as a constraint.

Source files

Definition at line 55 of file epsilonWallFunctionFvPatchScalarField.H.

Inheritance diagram for epsilonWallFunctionFvPatchScalarField:
Collaboration diagram for epsilonWallFunctionFvPatchScalarField:

List of all members.

Public Member Functions

 TypeName ("epsilonWallFunction")
 Runtime type information.
 epsilonWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 epsilonWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 epsilonWallFunctionFvPatchScalarField (const epsilonWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 epsilonWallFunctionFvPatchScalarField (const epsilonWallFunctionFvPatchScalarField &)
 Construct as copy.
virtual tmp< fvPatchScalarField >  clone () const
 Construct and return a clone.
 epsilonWallFunctionFvPatchScalarField (const epsilonWallFunctionFvPatchScalarField &, 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.
virtual void  updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void  evaluate (const Pstream::commsTypes)
 Evaluate the patchField.
void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

epsilonWallFunctionFvPatchScalarField ( const fvPatch &   p,
const DimensionedField< scalar, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 61 of file epsilonWallFunctionFvPatchScalarField.C.

Referenced by epsilonWallFunctionFvPatchScalarField::clone().

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

Construct from patch, internal field and dictionary.

Definition at line 103 of file epsilonWallFunctionFvPatchScalarField.C.

epsilonWallFunctionFvPatchScalarField ( const epsilonWallFunctionFvPatchScalarField &   ptf,
const fvPatch &   p,
const DimensionedField< scalar, volMesh > &   iF,
const fvPatchFieldMapper &   mapper  
)

Construct by mapping given.

epsilonWallFunctionFvPatchScalarField onto a new patch

Definition at line 81 of file epsilonWallFunctionFvPatchScalarField.C.

Construct as copy setting internal field reference.

Definition at line 143 of file epsilonWallFunctionFvPatchScalarField.C.


Member Function Documentation

TypeName ( "epsilonWallFunction"    )

Runtime type information.

virtual tmp<fvPatchScalarField> clone (  ) const [inline, virtual]
virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Reimplemented from fixedInternalValueFvPatchField< scalar >.

Definition at line 150 of file epsilonWallFunctionFvPatchScalarField.H.

References epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField().

void evaluate ( const Pstream::commsTypes   commsType  ) [virtual]

Evaluate the patchField.

Reimplemented from zeroGradientFvPatchField< scalar >.

Definition at line 217 of file epsilonWallFunctionFvPatchScalarField.C.

void write ( Ostream &   os  ) const [virtual]

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