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