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