OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

alphatWallFunctionFvPatchScalarField Class Reference

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.
More...

Collaboration diagram for alphatWallFunctionFvPatchScalarField:

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.

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 51 of file alphatWallFunctionFvPatchScalarField.H.


Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 36 of file alphatWallFunctionFvPatchScalarField.C.

References p.

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

Construct from patch, internal field and dictionary.

Definition at line 64 of file alphatWallFunctionFvPatchScalarField.C.

Construct by mapping given.

alphatWallFunctionFvPatchScalarField onto a new patch

Definition at line 49 of file alphatWallFunctionFvPatchScalarField.C.

Construct as copy.

Definition at line 78 of file alphatWallFunctionFvPatchScalarField.C.

Construct as copy setting internal field reference.

Definition at line 90 of file alphatWallFunctionFvPatchScalarField.C.


Member Function Documentation

TypeName ( "alphatWallFunction"   ) 

Runtime type information.

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

Construct and return a clone.

Definition at line 107 of file alphatWallFunctionFvPatchScalarField.H.

References alphatWallFunctionFvPatchScalarField::clone().

Referenced by alphatWallFunctionFvPatchScalarField::clone().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Construct and return a clone setting internal field reference.

Definition at line 124 of file alphatWallFunctionFvPatchScalarField.H.

void updateCoeffs (  )  [virtual]

Update the coefficients associated with the patch field.

Definition at line 103 of file alphatWallFunctionFvPatchScalarField.C.

void write ( Ostream os  )  const

Write.

Definition at line 112 of file alphatWallFunctionFvPatchScalarField.C.

References Foam::operator==().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd