Base class for inter-particle stress models.
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 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...
|
| |
Base class for inter-particle stress models.
- Source files
-
Definition at line 51 of file ParticleStressModel.H.
◆ ParticleStressModel() [1/2]
◆ ParticleStressModel() [2/2]
◆ ~ParticleStressModel()
◆ TypeName()
| TypeName |
( |
"particleStressModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
Declare runtime constructor selection table.
◆ clone()
◆ New()
◆ alphaPacked()
| Foam::scalar alphaPacked |
( |
| ) |
const |
◆ tau() [1/2]
| virtual tmp<Field<scalar> > tau |
( |
const Field< scalar > & |
alpha, |
|
|
const Field< scalar > & |
rho, |
|
|
const Field< scalar > & |
uRms |
|
) |
| const |
|
pure virtual |
◆ dTaudTheta()
| virtual tmp<Field<scalar> > dTaudTheta |
( |
const Field< scalar > & |
alpha, |
|
|
const Field< scalar > & |
rho, |
|
|
const Field< scalar > & |
uRms |
|
) |
| const |
|
pure virtual |
◆ tau() [2/2]
◆ alphaPacked_
The documentation for this class was generated from the following files: