32 #ifndef NoAtomisation_H 33 #define NoAtomisation_H 45 template<
class CloudType>
95 const scalar volFlowRate,
99 const vector& injectionPos,
100 const scalar pAmbient,
TypeName("none")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Dummy phase change model for 'none'.
Templated atomisation model class.
virtual autoPtr< AtomisationModel< CloudType > > clone() const
Construct and return a clone.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual void update(const scalar dt, scalar &d, scalar &liquidCore, scalar &tc, const scalar rho, const scalar mu, const scalar sigma, const scalar volFlowRate, const scalar rhoAv, const scalar Urel, const vector &pos, const vector &injectionPos, const scalar pAmbient, const scalar chi, Random &rndGen) const
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
dimensionedScalar pos(const dimensionedScalar &ds)
virtual bool calcChi() const
Flag to indicate if chi needs to be calculated.
A cloud is a collection of lagrangian particles.
NoAtomisation(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
virtual ~NoAtomisation()
Destructor.
virtual scalar initLiquidCore() const
Initial value of liquidCore.
const dimensionedScalar mu
Atomic mass unit.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.