FreeFOAM The Cross-Platform CFD Toolkit
alphatWallFunctionFvPatchScalarField Class Reference

Boundary condition for turbulent thermal diffusivity when using wall functions. More...

#include <compressibleRASModels/alphatWallFunctionFvPatchScalarField.H>


Detailed Description

Boundary condition for turbulent thermal diffusivity when using wall functions.

- replicates OpenFOAM v1.5 (and earlier) behaviour

  • Turbulent Prandtl number defaults to 0.85 if unspecified
Source files

Definition at line 56 of file alphatWallFunctionFvPatchScalarField.H.

List of all members.

Public Member Functions

 TypeName ("alphatWallFunction")
 Runtime type information.
 alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 alphatWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &)
 Construct as copy.
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone.
 alphatWallFunctionFvPatchScalarField (const alphatWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
void write (Ostream &) const
 Write.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 44 of file alphatWallFunctionFvPatchScalarField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 72 of file alphatWallFunctionFvPatchScalarField.C.

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

Construct by mapping given.

alphatWallFunctionFvPatchScalarField onto a new patch

Definition at line 57 of file alphatWallFunctionFvPatchScalarField.C.

Construct as copy setting internal field reference.

Definition at line 98 of file alphatWallFunctionFvPatchScalarField.C.


Member Function Documentation

TypeName ( "alphatWallFunction"  )

Runtime type information.

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 110 of file alphatWallFunctionFvPatchScalarField.H.

References alphatWallFunctionFvPatchScalarField::clone().

Referenced by alphatWallFunctionFvPatchScalarField::clone().

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

Construct and return a clone setting internal field reference.

Definition at line 127 of file alphatWallFunctionFvPatchScalarField.H.

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 111 of file alphatWallFunctionFvPatchScalarField.C.

References Foam::operator==().

void write ( Ostream os) const

Write.

Definition at line 127 of file alphatWallFunctionFvPatchScalarField.C.

References token::END_STATEMENT, and Foam::nl.


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