Go to the documentation of this file.
45 const searchableSurfaces& geometry,
46 const dictionary&
dict
66 const searchableSurfaces& geometry,
67 const dictionary&
dict
70 auto* ctorPtr = dictionaryConstructorTable(
type);
77 "searchableSurfaceModifier",
79 *dictionaryConstructorTablePtr_
83 return autoPtr<searchableSurfaceModifier>(ctorPtr(geometry,
dict));
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
virtual ~searchableSurfaceModifier()
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
searchableSurfaceModifier(const searchableSurfaces &, const dictionary &)
fileName::Type type(const fileName &name, const bool followLink=true)
static autoPtr< searchableSurfaceModifier > New(const word &type, const searchableSurfaces &, const dictionary &dict)
defineTypeNameAndDebug(combustionModel, 0)