static const dimensionSet dimF
Force dimensions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
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))
Dimension set for the base types.
liftModel(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
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.
A class for managing temporary objects.
static autoPtr< liftModel > New(const dictionary &dict, const phasePair &pair)
virtual ~liftModel()
Destructor.