Loading...
Searching...
No Matches
wallBoiling Class Reference

Wall-boiling model which requires a velocityGroup (i.e. phase) to be specified in which the nucleation occurs. This setting must be consistent with the specifications in the alphatWallBoilingWallFunction. If the departure-diameter lies outside the diameter-range given by the sizeGroups of the corresponding velocityGroup, the solver will give a warning and the nucleation rate will be set to zero. More...

#include <wallBoiling.H>

Inheritance diagram for wallBoiling:
Collaboration diagram for wallBoiling:

Public Member Functions

 TypeName ("wallBoiling")
 Runtime type information.
 wallBoiling (const populationBalanceModel &popBal, const dictionary &dict)
virtual ~wallBoiling ()=default
 Destructor.
virtual void correct ()
 Correct diameter independent expressions.
virtual void addToNucleationRate (volScalarField &nucleationRate, const label i)
 Add to nucleationRate.
Public Member Functions inherited from nucleationModel
 TypeName ("nucleationModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, nucleationModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 nucleationModel (const populationBalanceModel &popBal, const dictionary &dict)
autoPtr< nucleationModelclone () const
virtual ~nucleationModel ()=default
 Destructor.
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel.

Additional Inherited Members

Static Public Member Functions inherited from nucleationModel
static autoPtr< nucleationModelNew (const word &type, const populationBalanceModel &popBal, const dictionary &dict)
Protected Attributes inherited from nucleationModel
const populationBalanceModelpopBal_
 Reference to the populationBalanceModel.

Detailed Description

Wall-boiling model which requires a velocityGroup (i.e. phase) to be specified in which the nucleation occurs. This setting must be consistent with the specifications in the alphatWallBoilingWallFunction. If the departure-diameter lies outside the diameter-range given by the sizeGroups of the corresponding velocityGroup, the solver will give a warning and the nucleation rate will be set to zero.

Source files

Definition at line 56 of file wallBoiling.H.

Constructor & Destructor Documentation

◆ wallBoiling()

wallBoiling ( const populationBalanceModel & popBal,
const dictionary & dict )

Definition at line 48 of file wallBoiling.C.

References dict, mesh, Foam::name(), nucleationModel::nucleationModel(), nucleationModel::popBal(), nucleationModel::popBal_, and Foam::refCast().

Here is the call graph for this function:

◆ ~wallBoiling()

virtual ~wallBoiling ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "wallBoiling" )

Runtime type information.

References dict, and nucleationModel::popBal().

Here is the call graph for this function:

◆ correct()

void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented from nucleationModel.

Definition at line 86 of file wallBoiling.C.

References Foam::endl(), forAll, Foam::isA(), Foam::max(), Foam::min(), nucleationModel::popBal_, Foam::refCast(), and Foam::Warning.

Here is the call graph for this function:

◆ addToNucleationRate()

void addToNucleationRate ( volScalarField & nucleationRate,
const label i )
virtual

Add to nucleationRate.

Implements nucleationModel.

Definition at line 142 of file wallBoiling.C.

References Foam::dimLength, forAll, Foam::isA(), sizeGroup::phase(), nucleationModel::popBal_, Foam::pow3(), Foam::refCast(), phase::rho(), rho, trho, dimensioned< Type >::value(), and sizeGroup::x().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/nucleationModels/wallBoiling/wallBoiling.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/nucleationModels/wallBoiling/wallBoiling.C