49 if (
dict.found(
"mover"))
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
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< 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.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
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.