33 #ifndef LiquidEvaporation_H 34 #define LiquidEvaporation_H 47 template<
class CloudType>
75 scalar
Sh(
const scalar
Re,
const scalar Sc)
const;
115 const typename CloudType::parcelType::trackingData& td,
const liquidMixtureProperties & liquids_
Global liquid properties data.
Liquid evaporation model.
Templated phase change model class.
List< word > activeLiquids_
List of active liquid names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual scalar TMax(const scalar p, const scalarField &X) const
Return maximum/limiting temperature.
TypeName("liquidEvaporation")
Runtime type information.
virtual scalar Tvap(const scalarField &X) const
Return vapourisation temperature.
List< label > liqToCarrierMap_
Mapping between liquid and carrier species.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
List< label > liqToLiqMap_
Mapping between local and global liquid species.
virtual autoPtr< PhaseChangeModel< CloudType > > clone() const
Construct and return a clone.
const dictionary & dict() const
Return const access to the cloud dictionary.
A cloud is a collection of lagrangian particles.
virtual scalar dh(const label idc, const label idl, const scalar p, const scalar T) const
Return the enthalpy per unit mass.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual ~LiquidEvaporation()
Destructor.
LiquidEvaporation(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
Switch condensation_
Whether or not to permit condensation (default false)
virtual void calculate(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar dt, const scalar Re, const scalar Pr, const scalar d, const scalar nu, const scalar T, const scalar Ts, const scalar pc, const scalar Tc, const scalarField &X, scalarField &dMassPC) const
Update model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
Templated base class for dsmc cloud.
scalarField Re(const UList< complex > &cf)
scalar Sh() const
Sherwood number.
tmp< scalarField > calcXc(const label celli) const
Calculate the carrier phase component volume fractions at celli.