30 template<
class CloudType>
43 template<
class CloudType>
53 template<
class CloudType>
60 template<
class CloudType>
64 const typename CloudType::parcelType::trackingData& td,
73 value.
Su() = mass*g_*(1.0 - td.rhoc()/
p.rho());
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Calculates particle gravity force.
virtual ~GravityForce()
Destructor.
virtual forceSuSp calcNonCoupled(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.
GravityForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
Abstract base class for particle forces.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Helper container for force Su and Sp terms.
const vector & Su() const
Return const access to the explicit contribution [kg m/s^2].
Mesh data needed to do the Finite Volume discretisation.
scalarField Re(const UList< complex > &cf)