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 cstrIter = dictionaryConstructorTablePtr_->cfind(
type);
72 if (!cstrIter.found())
77 "searchableSurfaceModifier",
79 *dictionaryConstructorTablePtr_
83 return autoPtr<searchableSurfaceModifier>(cstrIter()(geometry,
dict));
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
virtual ~searchableSurfaceModifier()
Destructor.
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 &)
Construct from dictionary.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
static autoPtr< searchableSurfaceModifier > New(const word &type, const searchableSurfaces &, const dictionary &dict)
Return a reference to the selected searchableSurfaceModifier.
defineTypeNameAndDebug(combustionModel, 0)