50 #ifndef NonSphereDragForce_H 51 #define NonSphereDragForce_H 64 template<
class CloudType>
132 const typename CloudType::parcelType::trackingData& td,
const scalar a_
Coefficient.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return the mesh database.
Abstract base class for particle forces.
const CloudType & owner() const
Return const access to the cloud owner.
const scalar phi_
The ratio of the surface area of a sphere with the same volume as.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
Helper container for force Su and Sp terms.
TypeName("nonSphereDrag")
Runtime type information.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const scalar c_
Coefficient.
virtual ~NonSphereDragForce()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
const scalar b_
Coefficient.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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 non-coupled force.
const scalar d_
Coefficient.
Drag model for non-spherical particles.
Templated base class for dsmc cloud.
scalarField Re(const UList< complex > &cf)
NonSphereDragForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.