Go to the documentation of this file.
33 template<
class CloudType>
42 scalar Rew =
p.rhoc()*
mag(curlUc)*
sqr(
p.d())/(muc + ROOTVSMALL);
43 scalar
beta = 0.5*(Rew/(
Re + ROOTVSMALL));
63 template<
class CloudType>
76 template<
class CloudType>
88 template<
class CloudType>
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
A class for handling words, derived from string.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
scalarField Re(const UList< complex > &cf)
SaffmanMeiLiftForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
Construct from mesh.
dimensionedScalar exp(const dimensionedScalar &ds)
const scalar twoPi(2 *pi)
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual ~SaffmanMeiLiftForce()
Destructor.
Saffman-Mei particle lift force model applicable to spherical particles.
Templated base class for dsmc cloud.
Base class for particle lift force models.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
Vector< scalar > vector
A scalar version of the templated Vector.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
ParcelType parcelType
Type of parcel the cloud was instantiated for.