Class which provides population balance functionality. More...


Public Member Functions | |
| PopulationBalancePhaseSystem (const fvMesh &) | |
| Construct from fvMesh. More... | |
| virtual | ~PopulationBalancePhaseSystem () |
| Destructor. More... | |
| virtual tmp< volScalarField > | dmdt (const phasePairKey &key) const |
| Return the mass transfer rate for a pair. More... | |
| virtual PtrList< volScalarField > | dmdts () const |
| Return the mass transfer rates for each phase. More... | |
| virtual autoPtr< phaseSystem::massTransferTable > | massTransfer () const |
| Return the mass transfer matrices. More... | |
| virtual bool | read () |
| Read base phaseProperties dictionary. More... | |
| virtual void | solve () |
| Solve all population balance equations. More... | |
Protected Types | |
| typedef HashPtrTable< volScalarField, phasePairKey, phasePairKey::hash > | pDmdtTable |
Protected Member Functions | |
| virtual tmp< volScalarField > | pDmdt (const phasePairKey &key) const |
| Return the population balance mass transfer rate. More... | |
Protected Attributes | |
| PtrList< diameterModels::populationBalanceModel > | populationBalances_ |
| populationBalanceModels More... | |
| pDmdtTable | pDmdt_ |
| Interfacial Mass transfer rate. More... | |
Class which provides population balance functionality.
Definition at line 53 of file PopulationBalancePhaseSystem.H.
|
protected |
Definition at line 62 of file PopulationBalancePhaseSystem.H.
| PopulationBalancePhaseSystem | ( | const fvMesh & | ) |
Construct from fvMesh.
|
virtual |
Destructor.
|
protectedvirtual |
Return the population balance mass transfer rate.
|
virtual |
Return the mass transfer rate for a pair.
|
virtual |
Return the mass transfer rates for each phase.
|
virtual |
Return the mass transfer matrices.
|
virtual |
Read base phaseProperties dictionary.
|
virtual |
Solve all population balance equations.
|
protected |
populationBalanceModels
Definition at line 68 of file PopulationBalancePhaseSystem.H.
|
protected |
Interfacial Mass transfer rate.
Definition at line 71 of file PopulationBalancePhaseSystem.H.