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