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 32 of file NonInertialFrameForce.C.
| NonInertialFrameForce | ( | const NonInertialFrameForce< CloudType > & | niff | ) |
Construct copy.
Definition at line 80 of file NonInertialFrameForce.C.
|
virtual |
Destructor.
Definition at line 100 of file NonInertialFrameForce.C.
| TypeName | ( | "nonInertialFrame" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from ParticleForce< CloudType >.
Definition at line 103 of file NonInertialFrameForce.H.
|
inline |
Return the linear acceleration of the reference frame.
Definition at line 29 of file NonInertialFrameForceI.H.
|
inline |
Return the angular velocity of the reference frame.
Definition at line 36 of file NonInertialFrameForceI.H.
|
inline |
Return the angular acceleration of the reference frame.
Definition at line 44 of file NonInertialFrameForceI.H.
|
inline |
Return the centre of rotation of the reference frame.
Definition at line 52 of file NonInertialFrameForceI.H.
|
virtual |
Cache fields.
Reimplemented from ParticleForce< CloudType >.
Definition at line 107 of file NonInertialFrameForce.C.
References mesh, UniformDimensionedField< Type >::value(), dimensioned< Type >::value(), Foam::W(), and Foam::Zero.

|
virtual |
Calculate the non-coupled force.
Reimplemented from ParticleForce< CloudType >.
Definition at line 181 of file NonInertialFrameForce.C.
References p, forceSuSp::Su(), and Foam::Zero.
