Go to the documentation of this file.
37 #ifndef massTransferModel_H
38 #define massTransferModel_H
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
virtual tmp< volScalarField > K() const =0
A class for managing temporary objects.
TypeName("massTransferModel")
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
virtual ~massTransferModel()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
static const dimensionSet dimK
declareRunTimeSelectionTable(autoPtr, massTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
massTransferModel(const dictionary &dict, const phasePair &pair)
static autoPtr< massTransferModel > New(const dictionary &dict, const phasePair &pair)