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

kqRWallFunctionFvPatchField< Type > Class Template Reference

Boundary condition for turbulence k, Q, and R when using wall functions. Simply acts as a zero gradient condition. More...

#include <compressibleRASModels/kqRWallFunctionFvPatchField.H>


Detailed Description

template<class Type>
class Foam::compressible::RASModels::kqRWallFunctionFvPatchField< Type >

Boundary condition for turbulence k, Q, and R when using wall functions. Simply acts as a zero gradient condition.

Source files

Definition at line 55 of file kqRWallFunctionFvPatchField.H.

Inheritance diagram for kqRWallFunctionFvPatchField< Type >:
Collaboration diagram for kqRWallFunctionFvPatchField< Type >:

List of all members.

Public Member Functions

 TypeName ("compressible::kqRWallFunction")
 Runtime type information.
 kqRWallFunctionFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 kqRWallFunctionFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 kqRWallFunctionFvPatchField (const kqRWallFunctionFvPatchField &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 kqRWallFunctionFvPatchField (const kqRWallFunctionFvPatchField &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 kqRWallFunctionFvPatchField (const kqRWallFunctionFvPatchField &, const DimensionedField< Type, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< Type > >  clone (const DimensionedField< Type, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
virtual void  evaluate (const Pstream::commsTypes commsType=Pstream::Pstream::blocking)
 Evaluate the patchField.
void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

kqRWallFunctionFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 61 of file kqRWallFunctionFvPatchField.C.

kqRWallFunctionFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 89 of file kqRWallFunctionFvPatchField.C.

kqRWallFunctionFvPatchField ( const kqRWallFunctionFvPatchField< Type > &   ptf,
const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const fvPatchFieldMapper &   mapper  
)

Construct by mapping given.

kqRWallFunctionFvPatchField onto a new patch

Definition at line 74 of file kqRWallFunctionFvPatchField.C.

kqRWallFunctionFvPatchField ( const kqRWallFunctionFvPatchField< Type > &   tkqrwfpf  )

Construct as copy.

Definition at line 103 of file kqRWallFunctionFvPatchField.C.

kqRWallFunctionFvPatchField ( const kqRWallFunctionFvPatchField< Type > &   tkqrwfpf,
const DimensionedField< Type, volMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 115 of file kqRWallFunctionFvPatchField.C.


Member Function Documentation

TypeName ( "compressible::kqRWallFunction"    )

Runtime type information.

virtual tmp<fvPatchField<Type> > clone (  ) const [inline, virtual]

Construct and return a clone.

Reimplemented from zeroGradientFvPatchField< Type >.

Definition at line 107 of file kqRWallFunctionFvPatchField.H.

References kqRWallFunctionFvPatchField< Type >::clone().

Referenced by kqRWallFunctionFvPatchField< Type >::clone().

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

Construct and return a clone setting internal field reference.

Reimplemented from zeroGradientFvPatchField< Type >.

Definition at line 124 of file kqRWallFunctionFvPatchField.H.

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

Evaluate the patchField.

Reimplemented from zeroGradientFvPatchField< Type >.

Definition at line 130 of file kqRWallFunctionFvPatchField.C.

void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from fvPatchField< Type >.

Definition at line 139 of file kqRWallFunctionFvPatchField.C.


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