Go to the documentation of this file.
61 const word& defaultPatchDistMethod
64 word modelType(defaultPatchDistMethod);
73 Info<<
"Selecting patchDistMethod " << modelType <<
endl;
74 auto* ctorPtr = dictionaryConstructorTable(modelType);
83 *dictionaryConstructorTablePtr_
A class for handling words, derived from Foam::string.
patchDistMethod(const patchDistMethod &)=delete
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual ~patchDistMethod()
Ostream & endl(Ostream &os)
A HashTable with keys but without contents that is similar to std::unordered_set.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Specialisation of patchDist for wall distance calculation.
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
static autoPtr< patchDistMethod > New(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs, const word &defaultPatchDistMethod=word::null)
@ REGEX
Regular expression.
const labelHashSet & patchIDs() const
defineTypeNameAndDebug(combustionModel, 0)