Boundary condition for turbulence k, Q, and R when using wall functions. Simply acts as a zero gradient condition. More...
#include <incompressibleRASModels/kqRWallFunctionFvPatchField.H>
Boundary condition for turbulence k, Q, and R when using wall functions. Simply acts as a zero gradient condition.
Definition at line 55 of file kqRWallFunctionFvPatchField.H.
 Inheritance diagram for kqRWallFunctionFvPatchField< Type >:
 Inheritance diagram for kqRWallFunctionFvPatchField< Type >: Collaboration diagram for kqRWallFunctionFvPatchField< Type >:
 Collaboration diagram for kqRWallFunctionFvPatchField< Type >:| Public Member Functions | |
| TypeName ("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. | |
| kqRWallFunctionFvPatchField | ( | const fvPatch & | p, | 
| const DimensionedField< Type, volMesh > & | iF | ||
| ) | 
Construct from patch and internal field.
Definition at line 61 of file kqRWallFunctionFvPatchField.C.
Referenced by kqRWallFunctionFvPatchField< Type >::clone().
| 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.
| TypeName | ( | "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 >::kqRWallFunctionFvPatchField().
| 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.
References kqRWallFunctionFvPatchField< Type >::kqRWallFunctionFvPatchField().
| 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.