50 if (dict.
found(
"mover"))
54 const word fvMeshMoverTypeName(moverDict.
lookup(
"type"));
56 Info<<
"Selecting fvMeshMover " << fvMeshMoverTypeName <<
endl;
62 fvMeshConstructorTablePtr_
65 if (!fvMeshConstructorTablePtr_)
68 <<
"fvMeshMovers table is empty" 72 fvMeshConstructorTable::iterator cstrIter =
73 fvMeshConstructorTablePtr_->find(fvMeshMoverTypeName);
75 if (cstrIter == fvMeshConstructorTablePtr_->end())
78 <<
"Unknown fvMeshMover type " 79 << fvMeshMoverTypeName <<
nl <<
nl 80 <<
"Valid fvMeshMovers are :" << endl
81 << fvMeshConstructorTablePtr_->sortedToc()
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
bool headerOk()
Read header (uses typeGlobalFile to find file) and check.
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Templated form of IOobject providing type information for file reading and header type checking...
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual const fileName & dbDir() const
Override the objectRegistry dbDir for a single-region case.
const Time & time() const
Return the top-level database.
dlLibraryTable libs
Table of loaded dynamic libraries.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
A class for handling words, derived from string.
const word & constant() const
Return constant name.
const dictionary & dict() const
Return the dynamicMeshDict/mover dict.
bool open(const fileName &libName, const bool verbose=true)
Open the named library, optionally with warnings if problems occur.
Mesh data needed to do the Finite Volume discretisation.
static autoPtr< fvMeshMover > New(fvMesh &)
Select, construct and return the fvMeshMover.
fvMesh & mesh()
Return the fvMesh.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.