Go to the documentation of this file.
41 const word& searchableSurfaceType,
46 dictConstructorTable::iterator cstrIter =
47 dictConstructorTablePtr_->find(searchableSurfaceType);
49 if (cstrIter == dictConstructorTablePtr_->end())
52 <<
"Unknown searchableSurface type " << searchableSurfaceType
54 <<
"Valid searchableSurface types : " <<
endl
55 << dictConstructorTablePtr_->sortedToc()
88 findNearest(sample, nearestDistSqr, info);
90 getRegion(info, region);
virtual ~searchableSurface()
Destructor.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
searchableSurface(const searchableSurface &)
Disallow default bitwise copy construct.
Pre-declare SubField and related Field type.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void findNearest(const pointField &sample, const scalarField &nearestDistSqr, List< pointIndexHit > &) const =0
static autoPtr< searchableSurface > New(const word &surfaceType, const IOobject &io, const dictionary &dict)
Return a reference to the selected searchableSurface.
errorManipArg< error, int > exit(error &err, const int errNo=1)
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
defineTypeNameAndDebug(combustionModel, 0)
A normal distribution model.