Go to the documentation of this file.
34 #ifndef massTransferModel_H
35 #define massTransferModel_H
static autoPtr< massTransferModel > New(const dictionary &dict, const phasePair &pair)
virtual tmp< volScalarField > K() const =0
The implicit mass transfer coefficient.
A class for managing temporary objects.
TypeName("massTransferModel")
Runtime type information.
Dimension set for the base types.
const phasePair & pair_
Phase pair.
static const dimensionSet dimK
Coefficient dimensions.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~massTransferModel()
Destructor.
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.
declareRunTimeSelectionTable(autoPtr, massTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
massTransferModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.