alphatBoilingWallFunctionFvPatchScalarField Class Reference

This boundary condition provides a thermal wall function or the turbulent thermal diffusivity for walls on which a wall boiling fvModel is in operation. The controls for the boiling model are not specified in this condition; they are provided to the wall boiling fvModel. The presence of this condition is used, however, to determine on which walls boiling takes place. More...

Inheritance diagram for alphatBoilingWallFunctionFvPatchScalarField:
Collaboration diagram for alphatBoilingWallFunctionFvPatchScalarField:

Public Member Functions

 TypeName ("alphatBoilingWallFunction")
 Runtime type information. More...
 
 alphatBoilingWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 alphatBoilingWallFunctionFvPatchScalarField (const alphatBoilingWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &)
 Construct by mapping given. More...
 
 alphatBoilingWallFunctionFvPatchScalarField (const alphatBoilingWallFunctionFvPatchScalarField &)=delete
 Disallow copy without setting internal field reference. More...
 
 alphatBoilingWallFunctionFvPatchScalarField (const alphatBoilingWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Detailed Description

This boundary condition provides a thermal wall function or the turbulent thermal diffusivity for walls on which a wall boiling fvModel is in operation. The controls for the boiling model are not specified in this condition; they are provided to the wall boiling fvModel. The presence of this condition is used, however, to determine on which walls boiling takes place.

Usage
Example of the boundary condition specification:
<patchType>
{
    type            alphatBoilingWallFunction;
    libs            ("libmultiphaseEulerFvModels.so");
    value           uniform 0;
}
See also
Foam::fv::wallBoiling
Source files

Definition at line 68 of file alphatBoilingWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphatBoilingWallFunctionFvPatchScalarField() [1/4]

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

Construct from patch, internal field and dictionary.

Definition at line 75 of file alphatBoilingWallFunctionFvPatchScalarField.C.

Referenced by alphatBoilingWallFunctionFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ alphatBoilingWallFunctionFvPatchScalarField() [2/4]

Construct by mapping given.

alphatBoilingWallFunctionFvPatchScalarField onto a new patch

Definition at line 88 of file alphatBoilingWallFunctionFvPatchScalarField.C.

◆ alphatBoilingWallFunctionFvPatchScalarField() [3/4]

Disallow copy without setting internal field reference.

◆ alphatBoilingWallFunctionFvPatchScalarField() [4/4]

Copy constructor setting internal field reference.

Definition at line 102 of file alphatBoilingWallFunctionFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "alphatBoilingWallFunction"  )

Runtime type information.

◆ 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 alphatBoilingWallFunctionFvPatchScalarField.H.

References alphatBoilingWallFunctionFvPatchScalarField::alphatBoilingWallFunctionFvPatchScalarField().

Here is the call graph for this function:

◆ updateCoeffs()

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 148 of file alphatBoilingWallFunctionFvPatchScalarField.C.

References word::null, Foam::vtkWriteOps::write(), and Foam::writeEntryIfDifferent().

Here is the call graph for this function:

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