scalar alphaPacked_
Close pack volume fraction.
virtual ~ParticleStressModel()
Destructor.
TypeName("particleStressModel")
Runtime type information.
ParticleStressModel(const dictionary &dict)
Constructors.
static autoPtr< ParticleStressModel > New(const dictionary &dict)
Selector.
virtual tmp< Field< scalar > > dTaudTheta(const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0
Collision stress derivaive w.r.t. the volume fraction.
virtual autoPtr< ParticleStressModel > clone() const =0
Construct and return a clone.
scalar alphaPacked() const
Member Functions.
declareRunTimeSelectionTable(autoPtr, ParticleStressModel, dictionary,(const dictionary &dict),(dict))
Declare runtime constructor selection table.
Base class for inter-particle stress models.
virtual tmp< Field< scalar > > tau(const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const =0
Collision stress.