Go to the documentation of this file.
41 #ifndef reactingMixture_H
42 #define reactingMixture_H
57 template<
class ThermoType>
61 private autoPtr<chemistryReader<ThermoType>>,
63 public PtrList<Reaction<ThermoType>>
109 return "reactingMixture<" + ThermoType::typeName() +
'>';
A class for handling words, derived from Foam::string.
HashTable< List< specieElement > > speciesCompositionTable
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
virtual autoPtr< speciesCompositionTable > specieComposition() const
Foam::multiComponentMixture.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
void read(const dictionary &)
virtual ~reactingMixture()=default
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const dictionary & thermoDict