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