31 template<
class CloudType>
40 return 24.0*(1.0 + 0.15*
pow(Re, 0.687));
47 template<
class CloudType>
58 this->
mesh().template lookupObject<volScalarField>
60 this->coeffs().lookup(
"alphac")
66 template<
class CloudType>
75 this->
mesh().template lookupObject<volScalarField>
77 this->coeffs().lookup(
"alphac")
85 template<
class CloudType>
92 template<
class CloudType>
96 const typename CloudType::parcelType::trackingData& td,
103 scalar alphac(alphac_[p.cell()]);
109 *0.75*CdRe(alphac*Re)*muc*
pow(alphac, -2.65)/(alphac*
sqr(p.d()))
WenYuDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
Wen-Yu drag model for solid spheres.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Abstract base class for particle forces.
Helper container for force Su and Sp terms.
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.
scalarField Re(const UList< complex > &cf)
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.