33template<
class CloudType>
34Foam::scalar Foam::ErgunWenYuDragForce<CloudType>::CdRe(
const scalar alphacRe)
38 if (alphacRe < 1000.0)
40 return 24.0*(1.0 + 0.15*
pow(alphacRe, 0.687));
49template<
class CloudType>
68template<
class CloudType>
79 this->coeffs().getWord(
"alphac")
87template<
class CloudType>
91 const typename CloudType::parcelType::trackingData&
td,
98 const scalar alphac = alphac_[
p.cell()];
106 *(150.0*(1.0 - alphac)/alphac + 1.75*
Re)*muc/(alphac*
sqr(
p.d()))
115 *0.75*CdRe(alphac*
Re)*muc*
pow(alphac, -2.65)/(alphac*
sqr(
p.d()))
Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed ba...
ErgunWenYuDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
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.
Abstract base class for particle forces.
const fvMesh & mesh() const noexcept
Return the mesh database.
const CloudType & owner() const noexcept
Return const access to the cloud owner.
ParticleForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs)
Construct from mesh.
const dictionary & coeffs() const noexcept
Return the force coefficients dictionary.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Helper container for force Su and Sp terms.
Mesh data needed to do the Finite Volume discretisation.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
dimensionedSymmTensor sqr(const dimensionedVector &dv)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
static constexpr const zero Zero
Global zero (0).
scalarField Re(const UList< complex > &cmplx)
Extract real component.