Go to the documentation of this file.
40 #ifndef SinglePhaseMixture_H
41 #define SinglePhaseMixture_H
54 template<
class CloudType>
121 virtual label
idGas()
const;
TypeName("singlePhaseMixture")
virtual ~SinglePhaseMixture()
SinglePhaseMixture(const dictionary &dict, CloudType &owner)
Templated parcel single phase, multi-component class.
Templated reacting parcel composition model class Consists of carrier species (via thermo package),...
Generic templated field type.
virtual label idGas() const
Templated base class for dsmc cloud.
virtual label idLiquid() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual autoPtr< CompositionModel< CloudType > > clone() const
virtual const scalarField & YMixture0() const
virtual label idSolid() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.