33template<
class CloudType>
34Foam::scalar Foam::DistortedSphereDragForce<CloudType>::CdRe
45 return 24.0*(1.0 + (1.0/6.0)*
pow(
Re, 2.0/3.0));
51template<
class CloudType>
63template<
class CloudType>
75template<
class CloudType>
79 const typename CloudType::parcelType::trackingData&
td,
94 mass*0.75*muc*CdRe(
Re)*(1.0 + 2.632*
y)/(
p.rho()*
sqr(
p.d()))
Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed by...
DistortedSphereDragForce(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.
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.
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.
Represents 0/1 range or concept. Used for tagged dispatch or clamping.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionSet clamp(const dimensionSet &a, const dimensionSet &range)
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.