55 geometricTestOnly_(Switch::NO)
62 geometricTestOnly_(Switch::NO)
64 dict.readIfPresent(
"includedAngle", includedAngle_);
65 dict.readIfPresent(
"geometricTestOnly", geometricTestOnly_);
77 const word modelType(
dict.get<word>(
"extractionMethod"));
79 auto* ctorPtr = dictionaryConstructorTable(modelType);
88 *dictionaryConstructorTablePtr_
92 return autoPtr<method>(ctorPtr(
dict));
Various functions to operate on Lists.
Macros for easy insertion into run-time selection tables.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
#define defineTypeName(Type)
Define the typeName.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.