Go to the documentation of this file.
36 #ifndef NonInertialFrameForce_H
37 #define NonInertialFrameForce_H
52 template<
class CloudType>
122 inline const vector&
W()
const;
vector centreOfRotation_
The centre of rotation of the reference frame.
const CloudType & owner() const
Return const access to the cloud owner.
A class for handling words, derived from string.
Calculates particle non-inertial reference frame force. Variable names as from Landau and Lifshitz,...
virtual void cacheFields(const bool store)
Cache fields.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
vector omegaDot_
The angular acceleration of the reference frame.
word WName_
Name of the linear acceleration field.
word omegaDotName_
Name of the angular acceleration field.
scalarField Re(const UList< complex > &cf)
const vector & omegaDot() const
Return the angular acceleration of the reference frame.
virtual ~NonInertialFrameForce()
Destructor.
const vector & omega() const
Return the angular velocity of the reference frame.
Helper container for force Su and Sp terms.
Abstract base class for particle forces.
vector W_
The linear acceleration of the reference frame.
const vector & W() const
Return the linear acceleration of the reference frame.
Templated base class for dsmc cloud.
NonInertialFrameForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
word omegaName_
Name of the angular velocity field.
TypeName("nonInertialFrame")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
vector omega_
The angular velocity of the reference frame.
const vector & centreOfRotation() const
Return the centre of rotation of the reference frame.
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.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const fvMesh & mesh() const
Return the mesh database.
word centreOfRotationName_
Name of the centre of rotation field.