Phase transfer model representing change from a dispersed phase to a film as a result of deposition onto a third phase. More...
Public Member Functions | |
TypeName ("deposition") | |
Runtime type information. More... | |
deposition (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~deposition () |
Destructor. More... | |
virtual tmp< volScalarField > | dmdt () const |
The mass transfer rate. More... | |
![]() | |
TypeName ("phaseTransferModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, phaseTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
phaseTransferModel (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~phaseTransferModel () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< phaseTransferModel > | New (const dictionary &dict, const phasePair &pair) |
![]() | |
static const dimensionSet | dimDmdt |
Mass transfer rate dimensions. More... | |
![]() | |
const phasePair & | pair_ |
Phase pair. More... | |
Phase transfer model representing change from a dispersed phase to a film as a result of deposition onto a third phase.
Definition at line 54 of file deposition.H.
deposition | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "deposition" | ) |
Runtime type information.
|
virtual |
The mass transfer rate.
Implements phaseTransferModel.