Go to the documentation of this file.
32 template<
class CloudType>
42 Cvm_(this->coeffs().getScalar(
"Cvm"))
46 template<
class CloudType>
59 template<
class CloudType>
66 template<
class CloudType>
73 template<
class CloudType>
77 const typename CloudType::parcelType::trackingData& td,
93 template<
class CloudType>
97 const typename CloudType::parcelType::trackingData& td,
101 return mass*td.rhoc()/
p.rho()*Cvm_;
A class for handling words, derived from Foam::string.
virtual void cacheFields(const bool store)
Calculates particle pressure gradient force.
VirtualMassForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
virtual ~VirtualMassForce()
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
Helper container for force Su and Sp terms.
Calculates particle virtual mass force.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
scalarField Re(const UList< complex > &cf)
virtual scalar massAdd(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const
const vector & Su() const