Public Member Functions | List of all members
DistortedSphereDragForce< CloudType > Class Template Reference

Drag model based on assumption of distorted spheres according to: More...

Inheritance diagram for DistortedSphereDragForce< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for DistortedSphereDragForce< CloudType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("distortedSphereDrag")
 
 DistortedSphereDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict)
 
 DistortedSphereDragForce (const DistortedSphereDragForce< CloudType > &df)
 
virtual autoPtr< ParticleForce< CloudType > > clone () const
 
virtual ~DistortedSphereDragForce ()
 
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
 
- Public Member Functions inherited from ParticleForce< CloudType >
 TypeName ("particleForce")
 
 declareRunTimeSelectionTable (autoPtr, ParticleForce, dictionary,(CloudType &owner, const fvMesh &mesh, const dictionary &dict),(owner, mesh, dict))
 
 ParticleForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs)
 
 ParticleForce (const ParticleForce &pf)
 
virtual ~ParticleForce ()
 
const CloudTypeowner () const
 
CloudTypeowner ()
 
const fvMeshmesh () const
 
const dictionarycoeffs () const
 
virtual void cacheFields (const bool store)
 
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
 
virtual scalar massAdd (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const
 

Additional Inherited Members

- Public Types inherited from ParticleForce< CloudType >
typedef VectorSpace< Vector< vector >, vector, 2 > returnType
 
- Static Public Member Functions inherited from ParticleForce< CloudType >
static autoPtr< ParticleForce< CloudType > > New (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
 

Detailed Description

template<class CloudType>
class Foam::DistortedSphereDragForce< CloudType >

Drag model based on assumption of distorted spheres according to:

    "Effects of Drop Drag and Breakup on Fuel Sprays"
    Liu, A.B., Mather, D., Reitz, R.D.,
    SAE Paper 930072,
    SAE Transactions, Vol. 102, Section 3, Journal of Engines, 1993,
    pp. 63-95

Definition at line 52 of file DistortedSphereDragForce.H.

Constructor & Destructor Documentation

◆ DistortedSphereDragForce() [1/2]

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

Definition at line 46 of file DistortedSphereDragForce.C.

◆ DistortedSphereDragForce() [2/2]

Definition at line 58 of file DistortedSphereDragForce.C.

◆ ~DistortedSphereDragForce()

Definition at line 69 of file DistortedSphereDragForce.C.

Member Function Documentation

◆ TypeName()

TypeName ( "distortedSphereDrag"  )

◆ clone()

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

Reimplemented from ParticleForce< CloudType >.

Definition at line 82 of file DistortedSphereDragForce.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

Reimplemented from ParticleForce< CloudType >.

Definition at line 77 of file DistortedSphereDragForce.C.

References Foam::max(), Foam::min(), p, Foam::Re(), forceSuSp::Sp(), Foam::sqr(), y, and Foam::Zero.

Here is the call graph for this function:

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