Go to the documentation of this file.
32 #ifndef NoPhaseChange_H
33 #define NoPhaseChange_H
45 template<
class CloudType>
81 virtual bool active()
const;
Dummy phase change model for 'none'.
Templated phase change model class.
NoPhaseChange(const dictionary &, CloudType &)
Construct from dictionary.
scalarField Re(const UList< complex > &cf)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
virtual ~NoPhaseChange()
Destructor.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensionedScalar Pr("Pr", dimless, laminarTransport)
TypeName("none")
Runtime type information.
Templated base class for dsmc cloud.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual bool active() const
Flag to indicate whether model activates phase change model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual autoPtr< PhaseChangeModel< CloudType > > clone() const
Construct and return a clone.