Go to the documentation of this file.
41 #ifndef NoComposition_H
42 #define NoComposition_H
55 template<
class CloudType>
102 virtual label
idGas()
const;
virtual label idSolid() const
virtual label idGas() const
virtual label idLiquid() const
virtual const scalarField & YMixture0() const
Templated reacting parcel composition model class Consists of carrier species (via thermo package),...
Generic templated field type.
Templated base class for dsmc cloud.
NoComposition(const dictionary &dict, CloudType &owner)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Dummy class for 'none' option - will raise an error if any functions are called that require return v...
virtual autoPtr< CompositionModel< CloudType > > clone() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.