Base class for inter-particle stress models. More...
#include <ParticleStressModel.H>

Public Member Functions | |
| 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 autoPtr< ParticleStressModel > | clone () const =0 |
| Construct and return a clone. | |
| virtual | ~ParticleStressModel () |
| Destructor. | |
| scalar | alphaPacked () const |
| Member Functions. | |
| virtual tmp< Field< scalar > > | tau (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0 |
| Collision stress. | |
| virtual tmp< Field< scalar > > | dTaudTheta (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0 |
| Collision stress derivative w.r.t. the volume fraction. | |
| 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. | |
Static Public Member Functions | |
| static autoPtr< ParticleStressModel > | New (const dictionary &dict) |
| Selector. | |
Protected Attributes | |
| scalar | alphaPacked_ |
| Close pack volume fraction. | |
Base class for inter-particle stress models.
Definition at line 52 of file ParticleStressModel.H.
| ParticleStressModel | ( | const dictionary & | dict | ) |
Constructors.
Construct from components
Definition at line 35 of file ParticleStressModel.C.
References alphaPacked_, and dict.
Referenced by declareRunTimeSelectionTable(), exponential::exponential(), exponential::exponential(), HarrisCrighton::HarrisCrighton(), HarrisCrighton::HarrisCrighton(), Lun::Lun(), Lun::Lun(), and ParticleStressModel().

| ParticleStressModel | ( | const ParticleStressModel & | sm | ) |
Construct a copy.
Definition at line 44 of file ParticleStressModel.C.
References alphaPacked_, and ParticleStressModel().

|
virtual |
Destructor.
Definition at line 83 of file ParticleStressModel.C.
| TypeName | ( | "particleStressModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| ParticleStressModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | ) |
Declare runtime constructor selection table.
References dict, and ParticleStressModel().

|
pure virtual |
|
static |
Selector.
Definition at line 55 of file ParticleStressModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

| Foam::scalar alphaPacked | ( | ) | const |
Member Functions.
Access max volume fraction
Definition at line 89 of file ParticleStressModel.C.
References alphaPacked_.
|
pure virtual |
Collision stress.
Implemented in exponential, HarrisCrighton, and Lun.
Referenced by tau().

|
pure virtual |
Collision stress derivative w.r.t. the volume fraction.
Implemented in exponential, HarrisCrighton, and Lun.
| Foam::tmp< Foam::FieldField< Foam::Field, Foam::scalar > > tau | ( | const FieldField< Field, scalar > & | alpha, |
| const FieldField< Field, scalar > & | rho, | ||
| const FieldField< Field, scalar > & | uRms ) const |
Collision stress using FieldFields.
Definition at line 96 of file ParticleStressModel.C.
References alpha, forAll, Foam::New(), rho, and tau().

|
protected |
Close pack volume fraction.
Definition at line 73 of file ParticleStressModel.H.
Referenced by alphaPacked(), exponential::dTaudTheta(), ParticleStressModel(), ParticleStressModel(), and Lun::tau().