30 template<
class CloudType>
42 template<
class CloudType>
54 template<
class CloudType>
61 template<
class CloudType>
65 const typename CloudType::parcelType::trackingData& td,
73 this->alphacInterp().interpolate
84 mass/p.rho()*(150*(1 - alphac)/alphac + 1.75*Re)
85 *muc/(alphac*
sqr(p.d()))
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.
ErgunWenYuDragForce(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...
Ergun-Wen-Yu drag model for solid spheres.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Helper container for force Su and Sp terms.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Mesh data needed to do the Finite Volume discretisation.
virtual ~ErgunWenYuDragForce()
Destructor.
Templated base class for dsmc cloud.