Class which provides population balance functionality. More...


Public Member Functions | |
| PopulationBalancePhaseSystem (const fvMesh &) | |
| Construct from fvMesh. More... | |
| virtual | ~PopulationBalancePhaseSystem () |
| Destructor. More... | |
| virtual tmp< volScalarField > | dmdtf (const phasePairKey &key) const |
| Return the mass transfer rate for an interface. More... | |
| virtual PtrList< volScalarField > | dmdts () const |
| Return the mass transfer rates for each phase. More... | |
| virtual autoPtr< phaseSystem::momentumTransferTable > | momentumTransfer () |
| Return the momentum transfer matrices for the cell-based algorithm. More... | |
| virtual autoPtr< phaseSystem::momentumTransferTable > | momentumTransferf () |
| Return the momentum transfer matrices for the face-based algorithm. More... | |
| virtual autoPtr< phaseSystem::heatTransferTable > | heatTransfer () const |
| Return the heat transfer matrices. More... | |
| virtual autoPtr< phaseSystem::specieTransferTable > | specieTransfer () const |
| Return the specie transfer matrices. More... | |
| virtual bool | read () |
| Read base phaseProperties dictionary. More... | |
| virtual void | solve (const PtrList< volScalarField > &rAUs, const PtrList< surfaceScalarField > &rAUfs) |
| Solve all population balance equations. More... | |
Class which provides population balance functionality.
Definition at line 53 of file PopulationBalancePhaseSystem.H.
| PopulationBalancePhaseSystem | ( | const fvMesh & | ) |
Construct from fvMesh.
|
virtual |
Destructor.
|
virtual |
Return the mass transfer rate for an interface.
|
virtual |
Return the mass transfer rates for each phase.
|
virtual |
Return the momentum transfer matrices for the cell-based algorithm.
|
virtual |
Return the momentum transfer matrices for the face-based algorithm.
|
virtual |
Return the heat transfer matrices.
|
virtual |
Return the specie transfer matrices.
|
virtual |
Read base phaseProperties dictionary.
|
virtual |
Solve all population balance equations.