Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on empirical expressions. More...


Public Member Functions | |
| TypeName ("sphereDrag") | |
| Runtime type information. More... | |
| SphereDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict) | |
| Construct from mesh. More... | |
| SphereDragForce (const SphereDragForce< CloudType > &df) | |
| Construct copy. More... | |
| virtual autoPtr< ParticleForce< CloudType > > | clone () const |
| Construct and return a clone. More... | |
| void | operator= (const SphereDragForce< CloudType > &)=delete |
| No copy assignment. More... | |
| virtual | ~SphereDragForce ()=default |
| 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 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 noexcept |
| Return const access to the cloud owner. More... | |
| CloudType & | owner () noexcept |
| Return reference to the cloud owner. More... | |
| const fvMesh & | mesh () const noexcept |
| Return the mesh database. More... | |
| const dictionary & | coeffs () const noexcept |
| Return the force coefficients dictionary. 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... | |
| 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... | |
Particle-drag model wherein drag forces (per unit carrier-fluid velocity) are dynamically computed based on empirical expressions.
with
and
where
| = | Drag force per carrier-fluid velocity [kg/s] |
| = | Particle drag coefficient |
| = | Particle Reynolds number |
| = | Particle mass density |
| = | Dynamic viscosity of carrier at the cell occupying particle |
| = | Particle diameter |
| = | Density of carrier at the cell occupying particle |
| = | Relative velocity between particle and carrier |
Constraints:
References:
Standard model:
Putnam, A. (1961).
Integratable form of droplet drag coefficient.
ARS Journal, 31(10), 1467-1468.
Expressions (tag:AOB), (Eq. 34-35):
Amsden, A. A., O'Rourke, P. J., & Butler, T. D. (1989).
KIVA-II: A computer program for chemically
reactive flows with sprays (No. LA-11560-MS).
Los Alamos National Lab.(LANL), Los Alamos, NM (United States).
DOI:10.2172/6228444constant/<CloudProperties>: subModels
{
particleForces
{
sphereDrag;
}
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: sphereDrag | word | yes | - |
is weighted with the particle mass/density at the stage of a function return, so that it can later be normalised with the effective mass, if necessary (e.g. when using virtual-mass forces).Definition at line 173 of file SphereDragForce.H.
| SphereDragForce | ( | CloudType & | owner, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Construct from mesh.
Definition at line 43 of file SphereDragForce.C.
| SphereDragForce | ( | const SphereDragForce< CloudType > & | df | ) |
Construct copy.
Definition at line 55 of file SphereDragForce.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "sphereDrag" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from ParticleForce< CloudType >.
Definition at line 213 of file SphereDragForce.H.
|
delete |
No copy assignment.
|
virtual |
Calculate the coupled force.
Reimplemented from ParticleForce< CloudType >.
Definition at line 67 of file SphereDragForce.C.
References p, Foam::Re(), Foam::sqr(), and Foam::Zero.
