Go to the documentation of this file.
38 namespace surfaceFeaturesExtraction
55 geometricTestOnly_(Switch::NO)
70 const dictionary&
dict
73 const word modelType(
dict.get<word>(
"extractionMethod"));
75 auto* ctorPtr = dictionaryConstructorTable(modelType);
84 *dictionaryConstructorTablePtr_
88 return autoPtr<method>(ctorPtr(
dict));
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
defineTypeName(ensightPart)
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Various functions to operate on Lists.