32template<
class CloudType>
45template<
class CloudType>
58template<
class CloudType>
65template<
class CloudType>
71 lookupObject<SRF::SRFModel>(
"SRFProperties");
81template<
class CloudType>
84 const typename CloudType::parcelType&
p,
85 const typename CloudType::parcelType::trackingData&
td,
92 forceSuSp value(Zero);
94 const typename SRF::SRFModel& srf = *srfPtr_;
96 const vector& omega = srf.omega().value();
102 mass*(1.0 -
td.rhoc()/
p.rho())
103 *(2.0*(
p.U() ^ omega) + (omega ^ (r ^ omega)));
Abstract base class for particle forces.
const fvMesh & mesh() const noexcept
Return the mesh database.
const CloudType & owner() const noexcept
Return const access to the cloud owner.
ParticleForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs)
Construct from mesh.
Calculates particle SRF reference frame force.
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.
virtual ~SRFForce()
Destructor.
virtual void cacheFields(const bool store)
Cache fields.
SRFForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
Top level model for single rotating frame.
const dimensionedVector & omega() const
Return the angular velocity field [rad/s].
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const Type & value() const noexcept
Return const reference to value.
Helper container for force Su and Sp terms.
const vector & Su() const
Return const access to the explicit contribution [kg.m/s2].
Mesh data needed to do the Finite Volume discretisation.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
static constexpr const zero Zero
Global zero (0).
scalarField Re(const UList< complex > &cmplx)
Extract real component.