120#ifndef SphereDragForce_H
121#define SphereDragForce_H
133template<
class CloudType>
136 public ParticleForce<CloudType>
141 scalar CdRe(
const scalar
Re)
const;
157 const dictionary&
dict
164 virtual autoPtr<ParticleForce<CloudType>>
clone()
const
166 return autoPtr<ParticleForce<CloudType>>
168 new SphereDragForce<CloudType>(*
this)
173 void operator=(
const SphereDragForce<CloudType>&) =
delete;
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Abstract base class for particle forces.
const CloudType & owner() const
Return const access to the cloud owner.
const fvMesh & mesh() const
Return the mesh database.
Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed ba...
TypeName("sphereDrag")
Runtime type information.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
SphereDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
virtual ~SphereDragForce()=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.
void operator=(const SphereDragForce< CloudType > &)=delete
No copy assignment.
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,...
Class used to pass data into container.
Helper container for force Su and Sp terms.
Mesh data needed to do the Finite Volume discretisation.
DSMCCloud< dsmcParcel > CloudType
scalarField Re(const UList< complex > &cf)
Extract real component.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.