36 #ifndef NoComposition_H 37 #define NoComposition_H 50 template<
class CloudType>
const CloudType & owner() const
Return const access to the owner cloud.
NoComposition(const dictionary &dict, CloudType &owner)
Construct from dictionary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual ~NoComposition()
Destructor.
virtual const scalarField & YMixture0() const
Return the list of mixture mass fractions.
virtual autoPtr< CompositionModel< CloudType > > clone() const
Construct and return a clone.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("none")
Runtime type information.
virtual label idGas() const
Gas id.
virtual label idLiquid() const
Liquid id.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual label idSolid() const
Solid id.
Templated reacting parcel composition model class Consists of carrier species (via thermo package)...
Templated base class for dsmc cloud.
Dummy class for 'none' option - will raise an error if any functions are called that require return v...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...