Go to the documentation of this file.
30 template<
class CloudType>
33 return 24.0*(1.0 + a_*
pow(
Re, b_)) +
Re*c_/(1 + d_/(
Re + ROOTVSMALL));
39 template<
class CloudType>
49 a_(
exp(2.3288 - 6.4581*phi_ + 2.4486*
sqr(phi_))),
50 b_(0.0964 + 0.5565*phi_),
51 c_(
exp(4.9050 - 13.8944*phi_ + 18.4222*
sqr(phi_) - 10.2599*
pow3(phi_))),
52 d_(
exp(1.4681 + 12.2584*phi_ - 20.7322*
sqr(phi_) + 15.8855*
pow3(phi_)))
54 if (phi_ <= 0 || phi_ > 1)
57 <<
"Ratio of surface of sphere having same volume as particle to "
58 <<
"actual surface area of particle (phi) must be greater than 0 "
64 template<
class CloudType>
81 template<
class CloudType>
88 template<
class CloudType>
100 value.
Sp() = mass*0.75*muc*CdRe(
Re)/(
p.rho()*
sqr(
p.d()));
scalar Sp() const
Return const access to the implicit coefficient [kg/s].
Drag model for non-spherical particles.
NonSphereDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
scalarField Re(const UList< complex > &cf)
dimensionedScalar exp(const dimensionedScalar &ds)
dimensionedScalar pow3(const dimensionedScalar &ds)
Helper container for force Su and Sp terms.
Abstract base class for particle forces.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Templated base class for dsmc cloud.
virtual ~NonSphereDragForce()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual forceSuSp calcCoupled(const typename CloudType::parcelType &p, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
Calculate the non-coupled force.
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
scalar phi_
Ratio of surface of sphere having same volume as particle to.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
ParcelType parcelType
Type of parcel the cloud was instantiated for.
scalar CdRe(const scalar Re) const
Drag coefficient multiplied by Reynolds number.
stressControl lookup("compactNormalStress") >> compactNormalStress