alphatPhaseChangeWallFunctionFvPatchScalarField Class Reference

This boundary condition provides a thermal wall function or the turbulent thermal diffusivity for walls on which a wall phase change fvModel is in operation. The presence of this condition is used by the phase change fvModel to determine on which walls phase change takes place. More...

Inheritance diagram for alphatPhaseChangeWallFunctionFvPatchScalarField:
Collaboration diagram for alphatPhaseChangeWallFunctionFvPatchScalarField:

Public Member Functions

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

Detailed Description

This boundary condition provides a thermal wall function or the turbulent thermal diffusivity for walls on which a wall phase change fvModel is in operation. The presence of this condition is used by the phase change fvModel to determine on which walls phase change takes place.

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

Definition at line 68 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [1/4]

alphatPhaseChangeWallFunctionFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, fvMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 71 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [2/4]

Construct by mapping given.

alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch

Definition at line 84 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [3/4]

Disallow copy without setting internal field reference.

◆ alphatPhaseChangeWallFunctionFvPatchScalarField() [4/4]

Copy constructor setting internal field reference.

Definition at line 98 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "alphatPhaseChangeWallFunction"  )

Runtime type information.

◆ clone()

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

Construct and return a clone setting internal field reference.

Definition at line 127 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.

References alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 112 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.

References wallPhaseChange::active(), wallPhaseChange::alphats(), forAll, and Foam::operator==().

Here is the call graph for this function:

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