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


Public Member Functions | |
| TypeName ("WenYuDrag") | |
| Runtime type information. More... | |
| WenYuDragForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict) | |
| Construct from mesh. More... | |
| WenYuDragForce (const WenYuDragForce< CloudType > &df) | |
| Construct copy. More... | |
| virtual autoPtr< ParticleForce< CloudType > > | clone () const |
| Construct and return a clone. More... | |
| void | operator= (const WenYuDragForce< CloudType > &)=delete |
| No copy assignment. More... | |
| virtual | ~WenYuDragForce ()=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 the Wen-Yu drag model.
with
and
where
| = | Drag force per carrier-fluid velocity [kg/s] |
| = | Particle drag coefficient |
| = | Particle Reynolds number |
| = | 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 |
| = | Volume fraction of the carrier fluid |
References:
Standard model:
Wen, C. Y., & Yu, Y. H., (1966).
Mechanics of fluidization.
Chem. Eng. Prog. Symp. Ser. 62, 100-111.
Drag-coefficient model:
Schiller, L., & Naumann, A. (1935).
Über die grundlegenden Berechnungen bei der Schwerkraftaufbereitung.
Z. Ver. Dtsch. Ing., 77: 318–326.
Expressions (tags:ZZB, GLSLR), (Eq.13-14, Table 3):
Zhou, L., Zhang, L., Bai, L., Shi, W.,
Li, W., Wang, C., & Agarwal, R. (2017).
Experimental study and transient CFD/DEM simulation in
a fluidized bed based on different drag models.
RSC advances, 7(21), 12764-12774.
DOI:10.1039/C6RA28615A
Gao, X., Li, T., Sarkar, A., Lu, L., & Rogers, W. A. (2018).
Development and validation of an enhanced filtered drag model
for simulating gas-solid fluidization of Geldart A particles
in all flow regimes.
Chemical Engineering Science, 184, 33-51.
DOI:10.1016/j.ces.2018.03.038constant/<CloudProperties>: subModels
{
particleForces
{
WenYuDrag
{
alphac <alphacName>; // e.g. alpha.air
}
}
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: WenYuDrag | word | yes | - |
alphac | Name of carrier fluid | 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 194 of file WenYuDragForce.H.
| WenYuDragForce | ( | CloudType & | owner, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Construct from mesh.
Definition at line 43 of file WenYuDragForce.C.
| WenYuDragForce | ( | const WenYuDragForce< CloudType > & | df | ) |
Construct copy.
Definition at line 62 of file WenYuDragForce.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "WenYuDrag" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from ParticleForce< CloudType >.
Definition at line 242 of file WenYuDragForce.H.
|
delete |
No copy assignment.
|
virtual |
Calculate the coupled force.
Reimplemented from ParticleForce< CloudType >.
Definition at line 81 of file WenYuDragForce.C.
References p, Foam::pow(), Foam::Re(), Foam::sqr(), and Foam::Zero.
