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

mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField Class Reference

Wall function boundary condition for rough walls. More...

#include <compressibleRASModels/mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H>


Detailed Description

Wall function boundary condition for rough walls.

Source files

Definition at line 53 of file mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.

Inheritance diagram for mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField:
Collaboration diagram for mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField:

List of all members.

Public Member Functions

 TypeName ("mutSpalartAllmarasStandardRoughWallFunction")
 Runtime type information.
 mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField &)
 Construct as copy.
virtual tmp< fvPatchScalarField >  clone () const
 Construct and return a clone.
 mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField (const mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField &, 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.
const scalar &  roughnessHeight () const
 Return the roughness height scale.
scalar &  roughnessHeight ()
 Return reference to the roughness height to allow adjustment.
const scalar &  roughnessConstant () const
 Return the roughness constant scale.
scalar &  roughnessConstant ()
 Return reference to the roughness constant to allow adjustment.
const scalar &  roughnessFudgeFactor () const
 Return the roughness scale factor.
scalar &  roughnessFudgeFactor ()
 Return reference to the roughness scale factor to allow.
virtual tmp< scalarField >  yPlus () const
 Calculate and return the yPlus at the boundary.
virtual void  write (Ostream &os) const
 Write.

Protected Member Functions

virtual tmp< scalarField >  calcYPlus (const scalarField &magUp) const
 Calculate yPLus.
virtual tmp< scalarField >  calcMut () const
 Calculate the turbulence viscosity.

Protected Attributes

scalar  roughnessHeight_
 Height.
scalar  roughnessConstant_
 Constant.
scalar  roughnessFudgeFactor_
 Scale factor.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 210 of file mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 240 of file mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C.


Member Function Documentation

TypeName ( "mutSpalartAllmarasStandardRoughWallFunction"    )

Runtime type information.

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

Construct and return a clone setting internal field reference.

Reimplemented from mutWallFunctionFvPatchScalarField.

Definition at line 143 of file mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H.

scalar& roughnessHeight (  ) [inline]
scalar& roughnessConstant (  ) [inline]
scalar& roughnessFudgeFactor (  ) [inline]
tmp< scalarField > yPlus (  ) const [virtual]
void write ( Ostream &   os  ) const [virtual]

Member Data Documentation

scalar roughnessFudgeFactor_ [protected]

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