34 #ifndef phaseTransferModel_H 35 #define phaseTransferModel_H phaseTransferModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
virtual const hashedWordList & species() const
The list of individual species that are transferred.
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.
static const hashedWordList noSpecies_
Empty species list.
virtual ~phaseTransferModel()
Destructor.
A HashTable specialisation for hashing pointers.
declareRunTimeSelectionTable(autoPtr, phaseTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
Dimension set for the base types.
virtual bool mixture() const
Whether or not there is a mass transfer rate for the mixture.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual tmp< volScalarField > dmdtf() const
The mass transfer rate for the mixture.
bool writeData(Ostream &os) const
Dummy write for regIOobject.
A wordList with hashed indices for faster lookup by name.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
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)
A class for managing temporary objects.
virtual HashPtrTable< volScalarField > dmidtf() const
The mass transfer rate for individual species.