Go to the documentation of this file.
37 #ifndef aspectRatioModel_H
38 #define aspectRatioModel_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.
aspectRatioModel(const dictionary &dict, const phasePair &pair)
static autoPtr< aspectRatioModel > New(const dictionary &dict, const phasePair &pair)
virtual ~aspectRatioModel()=default
virtual tmp< volScalarField > E() const =0
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.
declareRunTimeSelectionTable(autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
TypeName("aspectRatioModel")