Class which models non-thermally-coupled mass transfers; i.e., representation changes, rather than phase changes. More...


Public Member Functions | |
| PhaseTransferPhaseSystem (const fvMesh &) | |
| Construct from fvMesh. More... | |
| virtual | ~PhaseTransferPhaseSystem () |
| Destructor. More... | |
| virtual tmp< volScalarField > | dmdt (const phasePairKey &key) const |
| Return the mass transfer rate for a pair. More... | |
| virtual Xfer< 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 void | correct () |
| Correct the mass transfer rates. More... | |
| virtual bool | read () |
| Read base phaseProperties dictionary. More... | |
Protected Types | |
| typedef HashTable< autoPtr< BlendedInterfacialModel< phaseTransferModel > >, phasePairKey, phasePairKey::hash > | phaseTransferModelTable |
| typedef HashPtrTable< volScalarField, phasePairKey, phasePairKey::hash > | rDmdtTable |
Protected Member Functions | |
| virtual tmp< volScalarField > | rDmdt (const phasePairKey &key) const |
| Return the representation mass transfer rate. More... | |
Protected Attributes | |
| phaseTransferModelTable | phaseTransferModels_ |
| Mass transfer models. More... | |
| rDmdtTable | rDmdt_ |
| Mass transfer rates. More... | |
Class which models non-thermally-coupled mass transfers; i.e., representation changes, rather than phase changes.
Definition at line 54 of file PhaseTransferPhaseSystem.H.
|
protected |
Definition at line 67 of file PhaseTransferPhaseSystem.H.
|
protected |
Definition at line 70 of file PhaseTransferPhaseSystem.H.
| PhaseTransferPhaseSystem | ( | const fvMesh & | ) |
Construct from fvMesh.
|
virtual |
Destructor.
|
protectedvirtual |
Return the representation 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 |
Correct the mass transfer rates.
|
virtual |
Read base phaseProperties dictionary.
|
protected |
Mass transfer models.
Definition at line 78 of file PhaseTransferPhaseSystem.H.
|
protected |
Mass transfer rates.
Definition at line 81 of file PhaseTransferPhaseSystem.H.
1.8.13