35 #ifndef aspectRatioModel_H 36 #define aspectRatioModel_H
static autoPtr< aspectRatioModel > New(const dictionary &dict, const phasePair &pair)
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
TypeName("aspectRatioModel")
Runtime type information.
aspectRatioModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and an ordered phase pair.
virtual tmp< volScalarField > E() const =0
Aspect ratio.
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.
virtual ~aspectRatioModel()
Destructor.
A class for managing temporary objects.
const phasePair & pair_
Phase pair.