59 <<
"faD2dt2 scheme not specified" <<
nl <<
nl
60 <<
"Valid faD2dt2 schemes are :" <<
endl
61 << IstreamConstructorTablePtr_->sortedToc()
65 const word schemeName(schemeData);
67 auto* ctorPtr = IstreamConstructorTable(schemeName);
76 *IstreamConstructorTablePtr_
80 return ctorPtr(
mesh, schemeData);
bool eof() const noexcept
True if end of input seen.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
virtual ~faD2dt2Scheme()
Destructor.
const faMesh & mesh() const noexcept
Return mesh reference.
static tmp< faD2dt2Scheme< Type > > New(const faMesh &mesh, Istream &schemeData)
Return a pointer to a new d2dt2Scheme created on freestore.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define InfoInFunction
Report an information message using Foam::Info.
Namespace for finite-area.
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
errorManipArg< error, int > exit(error &err, const int errNo=1)
constexpr char nl
The newline '\n' character (0x0a).