Inter-particle stress model of Harris and Crighton. More...
Public Member Functions | |
TypeName ("HarrisCrighton") | |
Runtime type information. More... | |
HarrisCrighton (const dictionary &dict) | |
Constructors. More... | |
HarrisCrighton (const HarrisCrighton &hc) | |
Construct copy. More... | |
virtual autoPtr< ParticleStressModel > | clone () const |
Clone. More... | |
virtual | ~HarrisCrighton () |
Destructor. More... | |
tmp< Field< scalar > > | tau (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const |
Member Functions. More... | |
tmp< Field< scalar > > | dTaudTheta (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const |
Collision stress derivaive w.r.t. the volume fraction. More... | |
![]() | |
TypeName ("particleStressModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, ParticleStressModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime constructor selection table. More... | |
ParticleStressModel (const dictionary &dict) | |
Constructors. More... | |
ParticleStressModel (const ParticleStressModel &sm) | |
Construct a copy. More... | |
virtual | ~ParticleStressModel () |
Destructor. More... | |
scalar | alphaPacked () const |
Member Functions. More... | |
tmp< FieldField< Field, scalar > > | tau (const FieldField< Field, scalar > &alpha, const FieldField< Field, scalar > &rho, const FieldField< Field, scalar > &uRms) const |
Collision stress using FieldFields. More... | |
Private Member Functions | |
tmp< Field< scalar > > | denominator (const Field< scalar > &alpha) const |
Return the limited denominator of the radial distribution function. More... | |
Private Attributes | |
scalar | pSolid_ |
Solid pressure coefficient. More... | |
scalar | beta_ |
Exponent of the volume fraction. More... | |
scalar | eps_ |
Smallest allowable difference from the packed volume fraction. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< ParticleStressModel > | New (const dictionary &dict) |
Selector. More... | |
![]() | |
scalar | alphaPacked_ |
Close pack volume fraction. More... | |
Inter-particle stress model of Harris and Crighton.
The stress value takes the following form:
Here, is the volume fraction of the dispersed phase, and the other values are modelling constants. A small value
is used to limit the denominator to ensure numerical stability.
Reference:
"Solitons, solitary waves, and voidage disturbances in gas-fluidized beds" S Harris and D Crighton, Journal of Fluid Mechanics Volume 266, Pages 243-276, 1994
Definition at line 68 of file HarrisCrighton.H.
HarrisCrighton | ( | const dictionary & | dict | ) |
Constructors.
Construct from components
Definition at line 50 of file HarrisCrighton.C.
Referenced by HarrisCrighton::clone().
HarrisCrighton | ( | const HarrisCrighton & | hc | ) |
Construct copy.
Definition at line 62 of file HarrisCrighton.C.
|
virtual |
Destructor.
Definition at line 75 of file HarrisCrighton.C.
|
private |
Return the limited denominator of the radial distribution function.
Definition at line 83 of file HarrisCrighton.C.
References Foam::constant::atomic::alpha, and Foam::max().
TypeName | ( | "HarrisCrighton" | ) |
Runtime type information.
|
inlinevirtual |
Clone.
Implements ParticleStressModel.
Definition at line 105 of file HarrisCrighton.H.
References HarrisCrighton::HarrisCrighton().
|
virtual |
Member Functions.
Collision stress
Implements ParticleStressModel.
Definition at line 100 of file HarrisCrighton.C.
References Foam::constant::atomic::alpha, and Foam::pow().
|
virtual |
Collision stress derivaive w.r.t. the volume fraction.
Implements ParticleStressModel.
Definition at line 117 of file HarrisCrighton.C.
References Foam::constant::atomic::alpha, and Foam::pow().
|
private |
Solid pressure coefficient.
Definition at line 75 of file HarrisCrighton.H.
|
private |
Exponent of the volume fraction.
Definition at line 78 of file HarrisCrighton.H.
|
private |
Smallest allowable difference from the packed volume fraction.
Definition at line 81 of file HarrisCrighton.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.