60 template<
class CloudType>
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
SMDMethods
Enumeration for the SMD brekup calculation.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
A class for handling words, derived from string.
virtual ~TAB()
Destructor.
TypeName("TAB")
Runtime type information.
The TAB Method for Numerical Calculation of Spray Droplet Breakup.
TAB(const dictionary &dict, CloudType &owner)
Construct from dictionary.
const dimensionedScalar mu
Atomic mass unit.
virtual autoPtr< BreakupModel< CloudType > > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated break-up model class.
const dimensionedVector & g
Templated base class for dsmc cloud.
virtual bool update(const scalar dt, const vector &g, scalar &d, scalar &tc, scalar &ms, scalar &nParticle, scalar &KHindex, scalar &y, scalar &yDot, const scalar d0, const scalar rho, const scalar mu, const scalar sigma, const vector &U, const scalar rhoc, const scalar muc, const vector &Urel, const scalar Urmag, const scalar tMom, scalar &dChild, scalar &massChild)
Update the parcel diameter.