Drift induced by phase change. By default phase change mass flux is distributed between sizeGroups of each velocityGroup with phase change based on interfacial area of each size group. More...
Public Member Functions | |
TypeName ("phaseChange") | |
Runtime type information. More... | |
phaseChange (const populationBalanceModel &popBal, const dictionary &dict) | |
Construct from a population balance model and a dictionary. More... | |
virtual | ~phaseChange () |
Destructor. More... | |
virtual void | precompute () |
Precompute diameter independent expressions. More... | |
virtual void | addToDriftRate (volScalarField &driftRate, const label i) |
Add to driftRate. More... | |
Public Member Functions inherited from driftModel | |
TypeName ("driftModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, driftModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
driftModel (const populationBalanceModel &popBal, const dictionary &dict) | |
autoPtr< driftModel > | clone () const |
virtual | ~driftModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () const |
Return reference to the populationBalanceModel. More... | |
const dictionary & | dict () const |
Return reference to model dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from driftModel | |
static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from driftModel | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
const dictionary | dict_ |
Model dictionary. More... | |
Drift induced by phase change. By default phase change mass flux is distributed between sizeGroups of each velocityGroup with phase change based on interfacial area of each size group.
Definition at line 54 of file phaseChange.H.
phaseChange | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
Construct from a population balance model and a dictionary.
|
inlinevirtual |
Destructor.
Definition at line 94 of file phaseChange.H.
References phaseChange::addToDriftRate(), and phaseChange::precompute().
TypeName | ( | "phaseChange" | ) |
Runtime type information.
|
virtual |
Precompute diameter independent expressions.
Reimplemented from driftModel.
Referenced by phaseChange::~phaseChange().
|
virtual |
Add to driftRate.
Implements driftModel.
Referenced by phaseChange::~phaseChange().