Go to the documentation of this file.
37 #ifndef aspectRatioModel_H
38 #define aspectRatioModel_H
55 class aspectRatioModel
62 const phasePair&
pair_;
78 const dictionary&
dict,
90 const dictionary&
dict,
101 static autoPtr<aspectRatioModel>
New
103 const dictionary&
dict,
104 const phasePair& pair
111 virtual tmp<volScalarField>
E()
const = 0;
const phasePair & pair_
Phase pair.
aspectRatioModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and an ordered phase pair.
static autoPtr< aspectRatioModel > New(const dictionary &dict, const phasePair &pair)
virtual ~aspectRatioModel()
Destructor.
virtual tmp< volScalarField > E() const =0
Aspect ratio.
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
TypeName("aspectRatioModel")
Runtime type information.