Public Member Functions | List of all members
alphatWallFunctionFvPatchScalarField Class Reference

This boundary condition provides a turbulent thermal diffusivity condition when using wall functions. More...

Inheritance diagram for alphatWallFunctionFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for alphatWallFunctionFvPatchScalarField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("compressible::alphatWallFunction")
 
 alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 
 alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 
 alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 
 alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &)
 
virtual tmp< fvPatchScalarFieldclone () const
 
 alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 
virtual void updateCoeffs ()
 
virtual void write (Ostream &) const
 

Detailed Description

This boundary condition provides a turbulent thermal diffusivity condition when using wall functions.

The turbulent thermal diffusivity calculated using:

\[ \alpha_t = \frac{\mu_t}{Pr_t} \]

where

$ \alpha_t$ = turblence thermal diffusivity
$ \mu_t $ = turblence viscosity
$ Pr_t $ = turblent Prandtl number
Usage
Property Description Required Default value
nut turbulence viscosity field name no nut
Prt turbulent Prandtl number no 0.85

Example of the boundary condition specification:

    <patchName>
    {
        type            alphatWallFunction;
        nut             nut;
        Prt             0.85;
        value           uniform 0; // optional value entry
    }
See also
Foam::fixedValueFvPatchField
Source files

Definition at line 115 of file alphatWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphatWallFunctionFvPatchScalarField() [1/5]

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

Definition at line 38 of file alphatWallFunctionFvPatchScalarField.C.

Referenced by alphatWallFunctionFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ alphatWallFunctionFvPatchScalarField() [2/5]

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

Definition at line 62 of file alphatWallFunctionFvPatchScalarField.C.

◆ alphatWallFunctionFvPatchScalarField() [3/5]

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

Definition at line 49 of file alphatWallFunctionFvPatchScalarField.C.

◆ alphatWallFunctionFvPatchScalarField() [4/5]

Definition at line 74 of file alphatWallFunctionFvPatchScalarField.C.

◆ alphatWallFunctionFvPatchScalarField() [5/5]

Definition at line 84 of file alphatWallFunctionFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "compressible::alphatWallFunction"  )

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Definition at line 166 of file alphatWallFunctionFvPatchScalarField.H.

References alphatWallFunctionFvPatchScalarField::alphatWallFunctionFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &  iF) const
inlinevirtual

Definition at line 183 of file alphatWallFunctionFvPatchScalarField.H.

References alphatWallFunctionFvPatchScalarField::alphatWallFunctionFvPatchScalarField().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Definition at line 125 of file alphatWallFunctionFvPatchScalarField.C.

References os(), and fvPatchField::write().

Here is the call graph for this function:

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