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


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< fvPatchScalarField > | clone (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... | |
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.
<patchType>
{
type alphatBoilingWallFunction;
libs ("libmultiphaseEulerFvModels.so");
value uniform 0;
}
Definition at line 68 of file alphatBoilingWallFunctionFvPatchScalarField.H.
| 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().

| alphatBoilingWallFunctionFvPatchScalarField | ( | const alphatBoilingWallFunctionFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given.
alphatBoilingWallFunctionFvPatchScalarField onto a new patch
Definition at line 88 of file alphatBoilingWallFunctionFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| alphatBoilingWallFunctionFvPatchScalarField | ( | const alphatBoilingWallFunctionFvPatchScalarField & | psf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 102 of file alphatBoilingWallFunctionFvPatchScalarField.C.
| TypeName | ( | "alphatBoilingWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 127 of file alphatBoilingWallFunctionFvPatchScalarField.H.
References alphatBoilingWallFunctionFvPatchScalarField::alphatBoilingWallFunctionFvPatchScalarField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 116 of file alphatBoilingWallFunctionFvPatchScalarField.C.
References wallBoiling::alphatLiquid(), wallBoilingPhaseChangeRateFvPatchScalarField::alphatLiquid(), wallBoiling::alphatVapour(), wallBoilingPhaseChangeRateFvPatchScalarField::alphatVapour(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, wallBoiling::mDotPf(), fvModel::name(), and Foam::operator==().

|
virtual |
Write.
Definition at line 148 of file alphatBoilingWallFunctionFvPatchScalarField.C.
References word::null, Foam::vtkWriteOps::write(), and Foam::writeEntryIfDifferent().
