53 const word fvMeshMoverTypeName(moverDict.
lookup(
"type"));
55 Info<<
"Selecting fvMeshMover " << fvMeshMoverTypeName <<
endl;
61 fvMeshConstructorTablePtr_
64 if (!fvMeshConstructorTablePtr_)
67 <<
"fvMeshMovers table is empty"
71 fvMeshConstructorTable::iterator cstrIter =
72 fvMeshConstructorTablePtr_->find(fvMeshMoverTypeName);
74 if (cstrIter == fvMeshConstructorTablePtr_->end())
77 <<
"Unknown fvMeshMover type "
78 << fvMeshMoverTypeName <<
nl <<
nl
79 <<
"Valid fvMeshMovers are :" <<
endl
80 << 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....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
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.
const dictionary & dict() const
Return the dynamicMeshDict/mover dict.
fvMesh & mesh()
Return the fvMesh.
static autoPtr< fvMeshMover > New(fvMesh &)
Select, construct and return the fvMeshMover.
Dummy fvMeshMover 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.