33 namespace ParticleStressModels
92 1.0 -
pow(alpha/alphaPacked_,1.0/3.0),
93 max(eps_*(1.0 - alpha), SMALL)
99 return alpha*rho*(1.0 + alpha*(1.0 + e_)*g0)*gT;
113 "Foam::scalar Foam::ParticleStressModels::Lun::dTau_dTheta" 114 "(const Field<scalar>&, const Field<scalar>&, const Field<scalar>&) " virtual ~Lun()
Destructor.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
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.
Base class for inter-particle stress models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
tmp< Field< scalar > > tau(const Field< scalar > &alpha, const Field< scalar > &rho, const Field< scalar > &uRms) const
Member Functions.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
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.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Lun(const dictionary &dict)
Constructors.
#define notImplemented(functionName)
Issue a FatalErrorIn for a function not currently implemented.
defineTypeNameAndDebug(exponential, 0)
A class for managing temporary objects.
Inter-particle stress model of Lun et al.
addToRunTimeSelectionTable(ParticleStressModel, exponential, dictionary)