41#ifndef Foam_NonInertialFrameForce_H
42#define Foam_NonInertialFrameForce_H
55template<
class CloudType>
81 word centreOfRotationName_;
136 return centreOfRotation_;
149 const typename CloudType::parcelType::trackingData&
td,
const vector & centreOfRotation() const noexcept
Return the centre of rotation of the reference frame.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
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 ~NonInertialFrameForce()
Destructor.
virtual void cacheFields(const bool store)
Cache fields.
const vector & omegaDot() const noexcept
Return the angular acceleration of the reference frame.
const vector & omega() const noexcept
Return the angular velocity of the reference frame.
TypeName("nonInertialFrame")
Runtime type information.
const vector & W() const noexcept
Return the linear acceleration of the reference frame.
NonInertialFrameForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
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.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Helper container for force Su and Sp terms.
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...
A class for handling words, derived from Foam::string.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
scalarField Re(const UList< complex > &cmplx)
Extract real component.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.