32 #ifndef PlessisMasliyahDragForce_H 33 #define PlessisMasliyahDragForce_H 47 template<
class CloudType>
61 scalar CdRe(
const scalar
Re)
const;
105 const typename CloudType::parcelType::trackingData& td,
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return the mesh database.
Abstract base class for particle forces.
const CloudType & owner() const
Return const access to the cloud owner.
Helper container for force Su and Sp terms.
TypeName("PlessisMasliyahDrag")
Runtime type information.
PlessisMasliyahDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
virtual ~PlessisMasliyahDragForce()
Destructor.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
PlessisMasliyahDragForce drag model for solid spheres.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
virtual forceSuSp calcCoupled(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
Calculate the coupled force.
Mesh data needed to do the Finite Volume discretisation.
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)