Base class for inter-particle stress models. More...
Public Member Functions | |
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 autoPtr< ParticleStressModel > | clone () const =0 |
Construct and return a clone. More... | |
virtual | ~ParticleStressModel () |
Destructor. More... | |
scalar | alphaPacked () const |
Member Functions. More... | |
virtual tmp< Field< scalar > > | tau (const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0 |
Collision stress. More... | |
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. 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... | |
Static Public Member Functions | |
static autoPtr< ParticleStressModel > | New (const dictionary &dict) |
Selector. More... | |
Protected Attributes | |
scalar | alphaPacked_ |
Close pack volume fraction. More... | |
Base class for inter-particle stress models.
Definition at line 51 of file ParticleStressModel.H.
ParticleStressModel | ( | const dictionary & | dict | ) |
ParticleStressModel | ( | const ParticleStressModel & | sm | ) |
Construct a copy.
Definition at line 50 of file ParticleStressModel.C.
References ParticleStressModel::New().
|
virtual |
Destructor.
Definition at line 89 of file ParticleStressModel.C.
TypeName | ( | "particleStressModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
ParticleStressModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
Declare runtime constructor selection table.
|
pure virtual |
Construct and return a clone.
Implemented in HarrisCrighton, Lun, and exponential.
|
static |
Selector.
Definition at line 62 of file ParticleStressModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and Foam::nl.
Referenced by ParticleStressModel::ParticleStressModel().
Foam::scalar alphaPacked | ( | ) | const |
Member Functions.
Access max volume fraction
Definition at line 95 of file ParticleStressModel.C.
References ParticleStressModel::tau().
|
pure virtual |
Collision stress.
Implemented in HarrisCrighton, Lun, and exponential.
Referenced by ParticleStressModel::alphaPacked().
|
pure virtual |
Collision stress derivative w.r.t. the volume fraction.
Implemented in HarrisCrighton, Lun, and exponential.
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 103 of file ParticleStressModel.C.
References forAll, and UPtrList< T >::size().
|
protected |
Close pack volume fraction.
Definition at line 64 of file ParticleStressModel.H.