Go to the documentation of this file.
57 wordConstructorTable::iterator cstrIter =
58 wordConstructorTablePtr_->find(writeType);
60 if (cstrIter == wordConstructorTablePtr_->end())
69 if (cstrIter == wordConstructorTablePtr_->end())
72 <<
"Unknown write type \"" << writeType <<
"\"\n\n"
73 <<
"Valid write types : "
74 << wordConstructorTablePtr_->sortedToc() <<
nl
75 <<
"Valid proxy types : "
89 wordDictConstructorTable::iterator cstrIter =
90 wordDictConstructorTablePtr_->find(writeType);
92 if (cstrIter == wordDictConstructorTablePtr_->end())
addNamedToRunTimeSelectionTable(fvPatch, cyclicAMIFvPatch, polyPatch, cyclicPeriodicAMI)
A class for handling words, derived from string.
A surfaceWriter that writes the geometry via the MeshedSurfaceProxy, but which does not support any f...
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
A proxy for writing MeshedSurface, UnsortedMeshedSurface and surfMesh to various file formats.
surfaceWriter()
Construct null.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
static wordHashSet writeTypes()
The file format types that can be written via MeshedSurfaceProxy.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
static autoPtr< surfaceWriter > New(const word &writeType)
Return a reference to the selected surfaceWriter.
virtual ~surfaceWriter()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)