Drift induced by interfacial phaseChange. More...
Public Member Functions | |
TypeName ("phaseChange") | |
Runtime type information. More... | |
phaseChange (const populationBalanceModel &popBal, const dictionary &dict) | |
virtual | ~phaseChange () |
Destructor. More... | |
virtual void | correct () |
Correct diameter independent expressions. More... | |
virtual void | addToDriftRate (volScalarField &driftRate, const label i) |
Add to driftRate. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
![]() | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
phaseChange | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 83 of file phaseChange.H.
References phaseChange::addToDriftRate(), and phaseChange::correct().
TypeName | ( | "phaseChange" | ) |
Runtime type information.
|
virtual |
Correct diameter independent expressions.
Reimplemented from driftModel.
Referenced by phaseChange::~phaseChange().
|
virtual |
Add to driftRate.
Implements driftModel.
Referenced by phaseChange::~phaseChange().