Go to the documentation of this file.
34 #ifndef wallDampedLift_H
35 #define wallDampedLift_H
37 #include "liftModel.H"
A class for managing temporary objects.
virtual tmp< surfaceScalarField > Ff() const
Return face lift force.
virtual tmp< volScalarField > Cl() const
Return lift coefficient.
virtual tmp< volVectorField > Fi() const
Return phase-intensive lift force.
wallDamped(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< volVectorField > F() const
Return lift force.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("wallDamped")
Runtime type information.
autoPtr< wallDampingModel > wallDampingModel_
The wall-damping model.
virtual ~wallDamped()
Destructor.
autoPtr< liftModel > liftModel_
The lift model to damp.