30 template<
class CloudType>
43 template<
class CloudType>
56 template<
class CloudType>
63 template<
class CloudType>
69 lookupObject<SRF::SRFModel>(
"SRFProperties");
79 template<
class CloudType>
83 const typename CloudType::parcelType::trackingData& td,
96 const vector& r = p.position();
100 mass*(1.0 - td.rhoc()/p.rho())
101 *(2.0*(p.U() ^ omega) + (omega ^ (r ^ omega)));
Calculates particle SRF reference frame force.
const vector & Su() const
Return const access to the explicit contribution [kg m/s^2].
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~SRFForce()
Destructor.
Abstract base class for particle forces.
virtual void cacheFields(const bool store)
Cache fields.
Helper container for force Su and Sp terms.
const Type & value() const
Return const reference to value.
const dimensionedVector & omega() const
Return the angular velocity field [rad/s].
SRFForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
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.
Mesh data needed to do the Finite Volume discretisation.
Templated base class for dsmc cloud.
Top level model for single rotating frame.