31 template<
class CloudType>
43 template<
class CloudType>
56 template<
class CloudType>
68 template<
class CloudType>
75 template<
class CloudType>
79 const typename CloudType::parcelType::trackingData& td,
87 this->alphacInterp().interpolate
97 0.75*(mass/p.rho())*CdRe*muc*
pow(alphac, -2.65)/(alphac*
sqr(p.d()))
Schiller-Naumann drag model for spheres.
WenYuDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
Wen-Yu drag model for spheres.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Helper container for force Su and Sp terms.
A class for handling words, derived from string.
virtual ~WenYuDragForce()
Destructor.
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.
Templated base class for dsmc cloud.
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.