Calculates particle non-inertial reference frame force. Variable names as from Landau and Lifshitz, Mechanics, 3rd Ed, p126-129. More...
Public Member Functions | |
TypeName ("nonInertialFrame") | |
Runtime type information. More... | |
NonInertialFrameForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict) | |
Construct from mesh. More... | |
NonInertialFrameForce (const NonInertialFrameForce &niff) | |
Construct copy. More... | |
virtual autoPtr< ParticleForce< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NonInertialFrameForce () |
Destructor. More... | |
const vector & | W () const |
Return the linear acceleration of the reference frame. More... | |
const vector & | omega () const |
Return the angular velocity of the reference frame. More... | |
const vector & | omegaDot () const |
Return the angular acceleration of the reference frame. More... | |
const vector & | centreOfRotation () const |
Return the centre of rotation of the reference frame. More... | |
virtual void | cacheFields (const bool store) |
Cache fields. More... | |
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. More... | |
Public Member Functions inherited from ParticleForce< CloudType > | |
TypeName ("particleForce") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, ParticleForce, dictionary,(CloudType &owner, const fvMesh &mesh, const dictionary &dict),(owner, mesh, dict)) | |
Declare runtime constructor selection table. More... | |
ParticleForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs) | |
Construct from mesh. More... | |
ParticleForce (const ParticleForce &pf) | |
Construct copy. More... | |
virtual | ~ParticleForce () |
Destructor. More... | |
const CloudType & | owner () const |
Return const access to the cloud owner. More... | |
CloudType & | owner () |
Return references to the cloud owner. More... | |
const fvMesh & | mesh () const |
Return the mesh database. More... | |
const dictionary & | coeffs () const |
Return the force coefficients dictionary. More... | |
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 |
Calculate the coupled force. More... | |
virtual scalar | massAdd (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const |
Return the added mass. More... | |
Additional Inherited Members | |
Public Types inherited from ParticleForce< CloudType > | |
typedef VectorSpace< Vector< vector >, vector, 2 > | returnType |
Convenience typedef for return type. More... | |
Static Public Member Functions inherited from ParticleForce< CloudType > | |
static autoPtr< ParticleForce< CloudType > > | New (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType) |
Selector. More... | |
Calculates particle non-inertial reference frame force. Variable names as from Landau and Lifshitz, Mechanics, 3rd Ed, p126-129.
Definition at line 52 of file NonInertialFrameForce.H.
NonInertialFrameForce | ( | CloudType & | owner, |
const fvMesh & | mesh, | ||
const dictionary & | dict | ||
) |
Construct from mesh.
Definition at line 33 of file NonInertialFrameForce.C.
NonInertialFrameForce | ( | const NonInertialFrameForce< CloudType > & | niff | ) |
Construct copy.
Definition at line 81 of file NonInertialFrameForce.C.
|
virtual |
Destructor.
Definition at line 100 of file NonInertialFrameForce.C.
Referenced by NonInertialFrameForce< CloudType >::clone().
TypeName | ( | "nonInertialFrame" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from ParticleForce< CloudType >.
Definition at line 103 of file NonInertialFrameForce.H.
References NonInertialFrameForce< CloudType >::cacheFields(), NonInertialFrameForce< CloudType >::calcNonCoupled(), NonInertialFrameForce< CloudType >::centreOfRotation(), muc(), NonInertialFrameForce< CloudType >::omega(), NonInertialFrameForce< CloudType >::omegaDot(), p, Foam::Re(), NonInertialFrameForce< CloudType >::W(), and NonInertialFrameForce< CloudType >::~NonInertialFrameForce().
|
inline |
Return the linear acceleration of the reference frame.
Definition at line 29 of file NonInertialFrameForceI.H.
Referenced by NonInertialFrameForce< CloudType >::clone().
|
inline |
Return the angular velocity of the reference frame.
Definition at line 36 of file NonInertialFrameForceI.H.
Referenced by NonInertialFrameForce< CloudType >::clone().
|
inline |
Return the angular acceleration of the reference frame.
Definition at line 44 of file NonInertialFrameForceI.H.
Referenced by NonInertialFrameForce< CloudType >::clone().
|
inline |
Return the centre of rotation of the reference frame.
Definition at line 52 of file NonInertialFrameForceI.H.
Referenced by NonInertialFrameForce< CloudType >::clone().
|
virtual |
Cache fields.
Reimplemented from ParticleForce< CloudType >.
Definition at line 107 of file NonInertialFrameForce.C.
References NonInertialFrameForce< CloudType >::calcNonCoupled(), mesh, dimensioned< Type >::value(), W(), and Foam::Zero.
Referenced by NonInertialFrameForce< CloudType >::clone().
|
virtual |
Calculate the non-coupled force.
Reimplemented from ParticleForce< CloudType >.
Definition at line 182 of file NonInertialFrameForce.C.
References forceSuSp::Su(), and Foam::Zero.
Referenced by NonInertialFrameForce< CloudType >::cacheFields(), and NonInertialFrameForce< CloudType >::clone().