133#ifndef WenYuDragForce_H
134#define WenYuDragForce_H
148template<
class CloudType>
162 scalar CdRe(
const scalar alphacRe)
const;
185 virtual autoPtr<ParticleForce<CloudType>>
clone()
const
187 return autoPtr<ParticleForce<CloudType>>
209 const typename CloudType::parcelType::trackingData&
td,
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.
Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed ba...
WenYuDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
void operator=(const WenYuDragForce< CloudType > &)=delete
No copy assignment.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
TypeName("WenYuDrag")
Runtime type information.
virtual ~WenYuDragForce()=default
Destructor.
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.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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
GeometricField< scalar, fvPatchField, volMesh > volScalarField
scalarField Re(const UList< complex > &cmplx)
Extract real component.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
Forwards and collection of common volume field types.