Relaxation collisional damping model. More...
Public Member Functions | |
TypeName ("relaxation") | |
Runtime type information. More... | |
Relaxation (const dictionary &dict, CloudType &owner) | |
Construct from components. More... | |
Relaxation (const Relaxation< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< DampingModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~Relaxation () |
Destructor. More... | |
virtual void | cacheFields (const bool store) |
Member Functions. More... | |
virtual vector | velocityCorrection (typename CloudType::parcelType &p, const scalar deltaT) const |
Calculate the velocity correction. More... | |
![]() | |
TypeName ("dampingModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, DampingModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
DampingModel (CloudType &owner) | |
Construct null from owner. More... | |
DampingModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
DampingModel (const DampingModel< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< DampingModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~DampingModel () |
Destructor. More... | |
Private Attributes | |
const AveragingMethod< vector > * | uAverage_ |
Velocity average. More... | |
autoPtr< AveragingMethod< scalar > > | oneByTimeScaleAverage_ |
Reciprocal of the time scale average. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< DampingModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
![]() | |
autoPtr< TimeScaleModel > | timeScaleModel_ |
Time scale model. More... | |
Relaxation collisional damping model.
Particle velocities are relaxed towards the local mean over a time-scale.
Reference:
"An improved collision damping time for MP-PIC calculations of dense particle flows with applications to polydisperse sedimenting beds and colliding particle jets" P O'Rourke and D Snider Chemical Engineering Science Volume 65, Issue 22, Pages 6014-6028, November 2010
Definition at line 63 of file Relaxation.H.
Relaxation | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from components.
Definition at line 32 of file Relaxation.C.
Relaxation | ( | const Relaxation< CloudType > & | cm | ) |
Construct copy.
Definition at line 45 of file Relaxation.C.
|
virtual |
Destructor.
Definition at line 59 of file Relaxation.C.
TypeName | ( | "relaxation" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 92 of file Relaxation.H.
|
virtual |
Member Functions.
Calculate the damping time scales
Definition at line 66 of file Relaxation.C.
References cloudName(), mesh, and DSMCCloud< ParcelType >::mesh().
|
virtual |
Calculate the velocity correction.
Implements DampingModel< CloudType >.
Definition at line 137 of file Relaxation.C.
|
private |
Velocity average.
Definition at line 72 of file Relaxation.H.
|
private |
Reciprocal of the time scale average.
Definition at line 75 of file Relaxation.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.