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

nutLowReWallFunctionFvPatchScalarField Class Reference

Boundary condition for turbulent (kinematic) viscosity when for use with low Reynolds number models. More...

#include <incompressibleRASModels/nutLowReWallFunctionFvPatchScalarField.H>


Detailed Description

Boundary condition for turbulent (kinematic) viscosity when for use with low Reynolds number models.

Sets nut to zero, and provides an access function to calculate y+.

Source files

Definition at line 56 of file nutLowReWallFunctionFvPatchScalarField.H.

Inheritance diagram for nutLowReWallFunctionFvPatchScalarField:
Collaboration diagram for nutLowReWallFunctionFvPatchScalarField:

List of all members.

Public Member Functions

 TypeName ("nutLowReWallFunction")
 Runtime type information.
 nutLowReWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 nutLowReWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 nutLowReWallFunctionFvPatchScalarField (const nutLowReWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 nutLowReWallFunctionFvPatchScalarField (const nutLowReWallFunctionFvPatchScalarField &)
 Construct as copy.
virtual tmp< fvPatchScalarField >  clone () const
 Construct and return a clone.
 nutLowReWallFunctionFvPatchScalarField (const nutLowReWallFunctionFvPatchScalarField &, 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.

Protected Member Functions

virtual tmp< scalarField >  calcNut () const
 Calculate the turbulence viscosity.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 52 of file nutLowReWallFunctionFvPatchScalarField.C.

Referenced by nutLowReWallFunctionFvPatchScalarField::clone().

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

Construct from patch, internal field and dictionary.

Definition at line 74 of file nutLowReWallFunctionFvPatchScalarField.C.

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

Construct by mapping given.

nutLowReWallFunctionFvPatchScalarField onto a new patch

Definition at line 62 of file nutLowReWallFunctionFvPatchScalarField.C.

Construct as copy setting internal field reference.

Definition at line 94 of file nutLowReWallFunctionFvPatchScalarField.C.


Member Function Documentation

tmp< scalarField > calcNut (  ) const [protected, virtual]

Calculate the turbulence viscosity.

Reimplemented from nutWallFunctionFvPatchScalarField.

Definition at line 43 of file nutLowReWallFunctionFvPatchScalarField.C.

TypeName ( "nutLowReWallFunction"    )

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 nutWallFunctionFvPatchScalarField.

Definition at line 126 of file nutLowReWallFunctionFvPatchScalarField.H.

References nutLowReWallFunctionFvPatchScalarField::nutLowReWallFunctionFvPatchScalarField().


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