34 #ifndef phaseTransferModel_H 35 #define phaseTransferModel_H phaseTransferModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
static const dimensionSet dimDmdt
Mass transfer rate dimensions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const phasePair & pair_
Phase pair.
TypeName("phaseTransferModel")
Runtime type information.
virtual ~phaseTransferModel()
Destructor.
declareRunTimeSelectionTable(autoPtr, phaseTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
Dimension set for the base types.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
static autoPtr< phaseTransferModel > New(const dictionary &dict, const phasePair &pair)
virtual tmp< volScalarField > dmdt() const =0
The mass transfer rate.
A class for managing temporary objects.