Go to the documentation of this file.
37 #ifndef NoPhaseChange_H
38 #define NoPhaseChange_H
50 template<
class CloudType>
86 virtual bool active()
const;
Dummy phase change model for 'none'.
Templated phase change model class.
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.
NoPhaseChange(const dictionary &, CloudType &)
Construct from dictionary.
virtual ~NoPhaseChange()
Destructor.
dimensionedScalar Pr("Pr", dimless, laminarTransport)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
TypeName("none")
Runtime type information.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool active() const
Flag to indicate whether model activates phase change model.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual autoPtr< PhaseChangeModel< CloudType > > clone() const
Construct and return a clone.
scalarField Re(const UList< complex > &cf)
Extract real component.