Go to the documentation of this file.
43 #ifndef LiquidEvaporationBoil_H
44 #define LiquidEvaporationBoil_H
57 template<
class CloudType>
82 scalar
Sh(
const scalar
Re,
const scalar Sc)
const;
Templated phase change model class.
TypeName("liquidEvaporationBoil")
Runtime type information.
A class for managing temporary objects.
virtual void calculate(const scalar dt, const label cellI, 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.
List< label > liqToLiqMap_
Mapping between local and global liquid species.
scalarField Re(const UList< complex > &cf)
virtual scalar dh(const label idc, const label idl, const scalar p, const scalar T) const
Return the enthalpy per unit mass.
virtual scalar Tvap(const scalarField &X) const
Return vapourisation temperature.
virtual ~LiquidEvaporationBoil()
Destructor.
const liquidMixtureProperties & liquids_
Global liquid properties data.
virtual scalar TMax(const scalar p, const scalarField &X) const
Return maximum/limiting temperature.
List< label > liqToCarrierMap_
Mapping between liquid and carrier species.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
List< word > activeLiquids_
List of active liquid names.
Pre-declare SubField and related Field type.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
LiquidEvaporationBoil(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
Liquid evaporation model.
virtual autoPtr< PhaseChangeModel< CloudType > > clone() const
Construct and return a clone.
dimensionedScalar Pr("Pr", dimless, laminarTransport)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar Sh() const
Sherwood number.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A cloud is a collection of lagrangian particles.
tmp< scalarField > calcXc(const label cellI) const
Calculate the carrier phase component volume fractions at cellI.