PlessisMasliyahDragForce< CloudType > Class Template Reference

Plessis-Masliyah drag model for spheres. More...

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

Public Member Functions

 TypeName ("PlessisMasliyahDrag")
 Runtime type information. More...
 
 PlessisMasliyahDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict)
 Construct from mesh. More...
 
 PlessisMasliyahDragForce (const PlessisMasliyahDragForce< CloudType > &df)
 Construct copy. More...
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~PlessisMasliyahDragForce ()
 Destructor. 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...
 
- Public Member Functions inherited from DenseDragForce< CloudType >
 DenseDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &typeName)
 Construct from mesh. More...
 
 DenseDragForce (const DenseDragForce< CloudType > &df)
 Construct copy. More...
 
virtual ~DenseDragForce ()
 Destructor. More...
 
const interpolation< scalar > & alphacInterp () const
 Return the volume fraction interpolation. More...
 
virtual void cacheFields (const bool store)
 Cache fields. 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 CloudTypeowner () const
 Return const access to the cloud owner. More...
 
CloudTypeowner ()
 Return references to the cloud owner. More...
 
const fvMeshmesh () const
 Return the mesh database. More...
 
const dictionarycoeffs () const
 Return the force coefficients dictionary. 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...
 
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...
 
- Protected Attributes inherited from DenseDragForce< CloudType >
const word alphacName_
 Name of the carrier volume fraction field. More...
 
autoPtr< volScalarFieldalphacPtr_
 The carrier volume fraction field. More...
 
autoPtr< interpolation< scalar > > alphacInterpPtr_
 Interpolation for the carrier volume fraction field. More...
 

Detailed Description

template<class CloudType>
class Foam::PlessisMasliyahDragForce< CloudType >

Plessis-Masliyah drag model for spheres.

Reference:

    Du Plessis, J. P., & Masliyah, J. H. (1988).
    Mathematical modelling of flow through consolidated isotropic porous
    media.
    Transport in Porous Media, 3(2), 145-161.

Definition at line 54 of file PlessisMasliyahDragForce.H.

Constructor & Destructor Documentation

◆ PlessisMasliyahDragForce() [1/2]

PlessisMasliyahDragForce ( CloudType owner,
const fvMesh mesh,
const dictionary dict 
)

Construct from mesh.

Definition at line 32 of file PlessisMasliyahDragForce.C.

◆ PlessisMasliyahDragForce() [2/2]

Construct copy.

Definition at line 44 of file PlessisMasliyahDragForce.C.

◆ ~PlessisMasliyahDragForce()

Destructor.

Definition at line 56 of file PlessisMasliyahDragForce.C.

Member Function Documentation

◆ TypeName()

TypeName ( "PlessisMasliyahDrag"  )

Runtime type information.

◆ clone()

virtual autoPtr<ParticleForce<CloudType> > clone ( ) const
inlinevirtual

Construct and return a clone.

Reimplemented from ParticleForce< CloudType >.

Definition at line 78 of file PlessisMasliyahDragForce.H.

◆ calcCoupled()

Foam::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
virtual

Calculate the coupled force.

Reimplemented from ParticleForce< CloudType >.

Definition at line 63 of file PlessisMasliyahDragForce.C.

References A, B, p, Foam::pow(), Foam::pow3(), Foam::Re(), Foam::sqr(), and Foam::Zero.

Here is the call graph for this function:

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