Class which models non-thermally-coupled or weakly thermally coupled mass transfers. More...


Public Member Functions | |
| PhaseTransferPhaseSystem (const fvMesh &) | |
| Construct from fvMesh. More... | |
| virtual | ~PhaseTransferPhaseSystem () |
| 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 void | correct () |
| Correct the mass transfer rates. More... | |
| virtual bool | read () |
| Read base phaseProperties dictionary. More... | |
Protected Member Functions | |
| void | addDmdtYfs (const phaseSystem::dmdtfTable &dmdtfs, phaseSystem::specieTransferTable &eqns) const |
| Add specie transfer terms which result from bulk mass transfers. More... | |
| void | addDmidtYf (const phaseSystem::dmidtfTable &dmidtfs, phaseSystem::specieTransferTable &eqns) const |
| Add specie transfer terms which result from specie mass transfers. More... | |
Class which models non-thermally-coupled or weakly thermally coupled mass transfers.
Definition at line 54 of file PhaseTransferPhaseSystem.H.
| PhaseTransferPhaseSystem | ( | const fvMesh & | ) |
Construct from fvMesh.
|
virtual |
Destructor.
|
protected |
Add specie transfer terms which result from bulk mass transfers.
|
protected |
Add specie transfer terms which result from specie mass transfers.
|
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 |
Correct the mass transfer rates.
|
virtual |
Read base phaseProperties dictionary.