33 namespace ParticleStressModels
89 return dTaudTheta(alpha, rho, uSqr)/preExp_;
105 exp(preExp_*(alpha - alphaPacked_)),
Base class for inter-particle stress models.
tmp< Field< scalar > > dTaudTheta(const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const
Collision stress derivaive w.r.t. the volume fraction.
dimensionedScalar exp(const dimensionedScalar &ds)
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
Macros for easy insertion into run-time selection tables.
exponential(const dictionary &dict)
Constructors.
tmp< Field< scalar > > tau(const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const
Member Functions.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
virtual ~exponential()
Destructor.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
defineTypeNameAndDebug(exponential, 0)
A class for managing temporary objects.
Exponential inter-particle stress model of the same form as used in twoPhaseEulerFoam.
addToRunTimeSelectionTable(ParticleStressModel, exponential, dictionary)