Exponential inter-particle stress model of the same form as used in twoPhaseEulerFoam. More...
#include <exponential.H>


Public Member Functions | |
| TypeName ("exponential") | |
| Runtime type information. | |
| exponential (const dictionary &dict) | |
| Constructors. | |
| exponential (const exponential &hc) | |
| Construct copy. | |
| virtual autoPtr< ParticleStressModel > | clone () const |
| Clone. | |
| virtual | ~exponential () |
| Destructor. | |
| tmp< Field< scalar > > | tau (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const |
| Member Functions. | |
| tmp< Field< scalar > > | dTaudTheta (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const |
| Collision stress derivative w.r.t. the volume fraction. | |
| Public Member Functions inherited from ParticleStressModel | |
| TypeName ("particleStressModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, ParticleStressModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime constructor selection table. | |
| ParticleStressModel (const dictionary &dict) | |
| Constructors. | |
| ParticleStressModel (const ParticleStressModel &sm) | |
| Construct a copy. | |
| virtual | ~ParticleStressModel () |
| Destructor. | |
| scalar | alphaPacked () const |
| Member Functions. | |
| 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from ParticleStressModel | |
| static autoPtr< ParticleStressModel > | New (const dictionary &dict) |
| Selector. | |
| Protected Attributes inherited from ParticleStressModel | |
| scalar | alphaPacked_ |
| Close pack volume fraction. | |
Exponential inter-particle stress model of the same form as used in twoPhaseEulerFoam.
Definition at line 52 of file exponential.H.
| exponential | ( | const dictionary & | dict | ) |
Constructors.
Construct from components
Definition at line 44 of file exponential.C.
References dict, and ParticleStressModel::ParticleStressModel().
Referenced by clone(), exponential(), and TypeName().


| exponential | ( | const exponential & | hc | ) |
Construct copy.
Definition at line 56 of file exponential.C.
References exponential(), and ParticleStressModel::ParticleStressModel().

|
virtual |
Destructor.
Definition at line 70 of file exponential.C.
| TypeName | ( | "exponential" | ) |
Runtime type information.
References dict, and exponential().

|
inlinevirtual |
Clone.
Implements ParticleStressModel.
Definition at line 99 of file exponential.H.
References exponential().

|
virtual |
Member Functions.
Collision stress
Implements ParticleStressModel.
Definition at line 77 of file exponential.C.
References alpha, dTaudTheta(), and rho.

|
virtual |
Collision stress derivative w.r.t. the volume fraction.
Implements ParticleStressModel.
Definition at line 89 of file exponential.C.
References alpha, ParticleStressModel::alphaPacked_, Foam::exp(), Foam::min(), and rho.
Referenced by tau().

