30 template<
class CloudType>
39 return 24.0*(1.0 + 1.0/6.0*
pow(Re, 2.0/3.0));
46 template<
class CloudType>
58 template<
class CloudType>
70 template<
class CloudType>
77 template<
class CloudType>
81 const typename CloudType::parcelType::trackingData& td,
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
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.
Abstract base class for particle forces.
Helper container for force Su and Sp terms.
static scalar CdRe(const scalar Re)
Drag coefficient multiplied by Reynolds number.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Mesh data needed to do the Finite Volume discretisation.
SphereDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
virtual ~SphereDragForce()
Destructor.
Templated base class for dsmc cloud.
scalarField Re(const UList< complex > &cf)