Public Member Functions | List of all members
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...

Inheritance diagram for wallBoiling:
Inheritance graph
[legend]
Collaboration diagram for wallBoiling:
Collaboration graph
[legend]

Public Member Functions

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

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

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 58 of file wallBoiling.H.

Constructor & Destructor Documentation

◆ wallBoiling()

wallBoiling ( const populationBalanceModel popBal,
const dictionary dict 
)

◆ ~wallBoiling()

virtual ~wallBoiling ( )
inlinevirtual

Destructor.

Definition at line 86 of file wallBoiling.H.

References wallBoiling::addToNucleationRate(), and wallBoiling::correct().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "wallBoiling"  )

Runtime type information.

◆ correct()

virtual void correct ( )
virtual

Correct diameter independent expressions.

Reimplemented from nucleationModel.

Referenced by wallBoiling::~wallBoiling().

Here is the caller graph for this function:

◆ addToNucleationRate()

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

Add to nucleationRate.

Implements nucleationModel.

Referenced by wallBoiling::~wallBoiling().

Here is the caller graph for this function:

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