Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
declareRunTimeSelectionTable(autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
A class for managing temporary objects.
static autoPtr< liftModel > New(const dictionary &dict, const phasePair &pair)
static const dimensionSet dimF
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
virtual tmp< volScalarField > Cl() const =0
liftModel(const dictionary &dict, const phasePair &pair)
virtual tmp< volVectorField > F() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< volVectorField > Fi() const
virtual tmp< surfaceScalarField > Ff() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual ~liftModel()=default