Loading...
Searching...
No Matches
uniformBinary Class Reference

Uniform binary daughter size distribution. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class. More...

#include <uniformBinary.H>

Inheritance diagram for uniformBinary:
Collaboration diagram for uniformBinary:

Public Member Functions

 TypeName ("uniformBinary")
 Runtime type information.
 uniformBinary (const breakupModel &breakup, const dictionary &dict)
virtual ~uniformBinary ()
 Destructor.
virtual dimensionedScalar calcNik (const label i, const label k) const
 Return total number of particles assigned to class i when a particle.
Public Member Functions inherited from daughterSizeDistributionModel
 TypeName ("daughterSizeDistributionModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, daughterSizeDistributionModel, dictionary,(const breakupModel &breakup, const dictionary &dict),(breakup, dict))
 daughterSizeDistributionModel (const breakupModel &breakup, const dictionary &dict)
virtual ~daughterSizeDistributionModel ()
 Destructor.
const dimensionedScalarnik (const label i, const label k) const
 Return total number of particles assigned to class i when a particle.
void correct ()
 Correct field independent expressions.

Additional Inherited Members

Static Public Member Functions inherited from daughterSizeDistributionModel
static autoPtr< daughterSizeDistributionModelNew (const breakupModel &breakup, const dictionary &dict)
Protected Attributes inherited from daughterSizeDistributionModel
const breakupModelbreakup_
 Reference to the breakupModel.
PtrList< PtrList< dimensionedScalar > > nik_
 nik

Detailed Description

Uniform binary daughter size distribution. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class.

Source files

Definition at line 52 of file uniformBinary.H.

Constructor & Destructor Documentation

◆ uniformBinary()

uniformBinary ( const breakupModel & breakup,
const dictionary & dict )

Definition at line 47 of file uniformBinary.C.

References daughterSizeDistributionModel::daughterSizeDistributionModel(), and dict.

Here is the call graph for this function:

◆ ~uniformBinary()

~uniformBinary ( )
virtual

Destructor.

Definition at line 60 of file uniformBinary.C.

Member Function Documentation

◆ TypeName()

TypeName ( "uniformBinary" )

Runtime type information.

References dict, and k.

◆ calcNik()

Foam::dimensionedScalar calcNik ( const label i,
const label k ) const
virtual

Return total number of particles assigned to class i when a particle.

of class k breaks

Implements daughterSizeDistributionModel.

Definition at line 68 of file uniformBinary.C.

References daughterSizeDistributionModel::breakup_, k, and x.


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