Loading...
Searching...
No Matches
constantNucleation Class Reference

Constant nucleation rate within all classes. Used for verification and validation of the nucleation formulation implemented in the populationBalanceModel class. Rate is calculated from fvOptions mass source. More...

#include <constantNucleation.H>

Inheritance diagram for constantNucleation:
Collaboration diagram for constantNucleation:

Public Member Functions

 TypeName ("constant")
 Runtime type information.
 constantNucleation (const populationBalanceModel &popBal, const dictionary &dict)
virtual ~constantNucleation ()=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

Constant nucleation rate within all classes. Used for verification and validation of the nucleation formulation implemented in the populationBalanceModel class. Rate is calculated from fvOptions mass source.

Source files

Definition at line 52 of file constantNucleation.H.

Constructor & Destructor Documentation

◆ constantNucleation()

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

Definition at line 47 of file constantNucleation.C.

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

Here is the call graph for this function:

◆ ~constantNucleation()

virtual ~constantNucleation ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "constant" )

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 75 of file constantNucleation.C.

References Foam::endl(), and WarningInFunction.

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 96 of file constantNucleation.C.

References fvOptions, sizeGroup::phase(), nucleationModel::popBal_, Foam::pow3(), phase::rho(), rho, 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/constantNucleation/constantNucleation.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/nucleationModels/constantNucleation/constantNucleation.C