32 template<
class ThermoType>
35 const dictionary& dict,
47 template<
class ThermoType>
70 speciesTable_(setSpecies(chemDict_, species)),
71 speciesThermo_(thermoDict_),
72 reactions_(speciesTable_, speciesThermo_, chemDict_)
76 template<
class ThermoType>
98 speciesThermo_(thermoDict_),
99 speciesTable_(setSpecies(chemDict_, species)),
100 reactions_(speciesTable_, speciesThermo_, chemDict_)
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
hashedWordList speciesTable
A table of species as a hashedWordList.
Macros for easy insertion into run-time selection tables.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Chemistry reader for OpenFOAM format.
string expand(const string &, const HashTable< string, word, string::hash > &mapping, const char sigil= '$')
Expand occurences of variables according to the mapping.
List< word > wordList
A List of words.
A wordList with hashed indices for faster lookup by name.
Abstract class for reading chemistry.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.