35 #ifndef SaffmanMeiLiftForce_H 36 #define SaffmanMeiLiftForce_H 49 template<
class CloudType>
62 const typename CloudType::parcelType::trackingData& td,
83 const word& forceType = typeName
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return the mesh database.
const CloudType & owner() const
Return const access to the cloud owner.
virtual scalar Cl(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const vector &curlUc, const scalar Re, const scalar muc) const
Calculate the lift coefficient.
SaffmanMeiLiftForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
Construct from mesh.
virtual ~SaffmanMeiLiftForce()
Destructor.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
A class for handling words, derived from string.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Mesh data needed to do the Finite Volume discretisation.
Saffman-Mei particle lift force model applicable to spherical particles.
TypeName("SaffmanMeiLiftForce")
Runtime type information.
Base class for particle lift force models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.
scalarField Re(const UList< complex > &cf)