NonInertialFrameForce< CloudType > Class Template Reference

Calculates particle non-inertial reference frame force. Variable names as from Landau and Lifshitz, Mechanics, 3rd Ed, p126-129. More...

Inheritance diagram for NonInertialFrameForce< CloudType >:
Collaboration diagram for NonInertialFrameForce< CloudType >:

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...
 

Detailed Description

template<class CloudType>
class Foam::NonInertialFrameForce< CloudType >

Calculates particle non-inertial reference frame force. Variable names as from Landau and Lifshitz, Mechanics, 3rd Ed, p126-129.

Source files

Definition at line 52 of file NonInertialFrameForce.H.

Constructor & Destructor Documentation

◆ NonInertialFrameForce() [1/2]

NonInertialFrameForce ( CloudType &  owner,
const fvMesh &  mesh,
const dictionary &  dict 
)

Construct from mesh.

Definition at line 33 of file NonInertialFrameForce.C.

◆ NonInertialFrameForce() [2/2]

Construct copy.

Definition at line 81 of file NonInertialFrameForce.C.

◆ ~NonInertialFrameForce()

~NonInertialFrameForce ( )
virtual

Destructor.

Definition at line 100 of file NonInertialFrameForce.C.

Referenced by NonInertialFrameForce< CloudType >::clone().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "nonInertialFrame"  )

Runtime type information.

◆ clone()

◆ W()

const Foam::vector & W ( ) const
inline

Return the linear acceleration of the reference frame.

Definition at line 29 of file NonInertialFrameForceI.H.

Referenced by NonInertialFrameForce< CloudType >::clone().

Here is the caller graph for this function:

◆ omega()

const Foam::vector & omega ( ) const
inline

Return the angular velocity of the reference frame.

Definition at line 36 of file NonInertialFrameForceI.H.

Referenced by NonInertialFrameForce< CloudType >::clone().

Here is the caller graph for this function:

◆ omegaDot()

const Foam::vector & omegaDot ( ) const
inline

Return the angular acceleration of the reference frame.

Definition at line 44 of file NonInertialFrameForceI.H.

Referenced by NonInertialFrameForce< CloudType >::clone().

Here is the caller graph for this function:

◆ centreOfRotation()

const Foam::vector & centreOfRotation ( ) const
inline

Return the centre of rotation of the reference frame.

Definition at line 52 of file NonInertialFrameForceI.H.

Referenced by NonInertialFrameForce< CloudType >::clone().

Here is the caller graph for this function:

◆ cacheFields()

void cacheFields ( const bool  store)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ calcNonCoupled()

Foam::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
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().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: