36 const word fvMeshTopoChangerTypeName
41 Info<<
"Selecting fvMeshTopoChanger "
42 << fvMeshTopoChangerTypeName <<
endl;
48 fvMeshConstructorTablePtr_
51 if (!fvMeshConstructorTablePtr_)
54 <<
"fvMeshTopoChangers table is empty"
58 fvMeshConstructorTable::iterator cstrIter =
59 fvMeshConstructorTablePtr_->find(fvMeshTopoChangerTypeName);
61 if (cstrIter == fvMeshConstructorTablePtr_->end())
64 <<
"Unknown fvMeshTopoChanger type "
65 << fvMeshTopoChangerTypeName <<
nl <<
nl
66 <<
"Valid fvMeshTopoChangers are :" <<
endl
67 << fvMeshConstructorTablePtr_->sortedToc()
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static const word & constant()
Return constant name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
bool open(const fileName &libName, const bool verbose=true)
Open the named library, optionally with warnings if problems occur.
fvMesh & mesh()
Return the fvMesh.
static autoPtr< fvMeshTopoChanger > New(fvMesh &, const dictionary &dict)
Select, construct and return the fvMeshTopoChanger.
Dummy fvMeshTopoChanger which does not move the mesh points.
Mesh data needed to do the Finite Volume discretisation.
const Time & time() const
Return the top-level database.
Templated form of IOobject providing type information for file reading and header type checking.
bool headerOk()
Read header (uses typeGlobalFile to find file) and check.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
dlLibraryTable libs
Table of loaded dynamic libraries.
Ostream & endl(Ostream &os)
Add newline and flush stream.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)