35 #ifndef aspectRatioModel_H 36 #define aspectRatioModel_H 53 class aspectRatioModel
60 const phasePair&
pair_;
76 const dictionary&
dict,
88 const dictionary& dict,
99 static autoPtr<aspectRatioModel>
New 101 const dictionary& dict,
102 const phasePair& pair
109 virtual tmp<volScalarField>
E()
const = 0;
static autoPtr< aspectRatioModel > New(const dictionary &dict, const phasePair &pair)
declareRunTimeSelectionTable(autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
TypeName("aspectRatioModel")
Runtime type information.
const phasePair & pair_
Phase pair.
aspectRatioModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and an ordered phase pair.
virtual tmp< volScalarField > E() const =0
Aspect ratio.
Macros to ease declaration of run-time selection tables.
virtual ~aspectRatioModel()
Destructor.