60 const phasePair&
pair_;
77 const dictionary&
dict,
87 static const dimensionSet
dimF;
95 const dictionary& dict,
106 static autoPtr<liftModel>
New 108 const dictionary& dict,
109 const phasePair& pair
116 virtual tmp<volScalarField>
Cl()
const = 0;
119 virtual tmp<volVectorField>
Fi()
const;
122 virtual tmp<volVectorField>
F()
const;
125 virtual tmp<surfaceScalarField>
Ff()
const;
static const dimensionSet dimF
Force dimensions.
virtual tmp< volVectorField > F() const
Return lift force.
const phasePair & pair_
Phase pair.
virtual tmp< volScalarField > Cl() const =0
Return lift coefficient.
virtual tmp< surfaceScalarField > Ff() const
Return face lift force.
TypeName("liftModel")
Runtime type information.
virtual tmp< volVectorField > Fi() const
Return phase-intensive lift force.
declareRunTimeSelectionTable(autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
liftModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
Macros to ease declaration of run-time selection tables.
static autoPtr< liftModel > New(const dictionary &dict, const phasePair &pair)
virtual ~liftModel()
Destructor.