Go to the documentation of this file.
32 template<
class CloudType>
40 const word modelType(
dict.get<
word>(
"heterogeneousReactingModel"));
42 Info<<
"Selecting surface reaction model " << modelType <<
endl;
44 auto* ctorPtr = dictionaryConstructorTable(modelType);
51 "heterogeneousReactingModel",
53 *dictionaryConstructorTablePtr_
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< HeterogeneousReactingModel< CloudType > > New(const dictionary &dict, CloudType &cloud)