33 TableBase<Type>(entryName, dict.subDict(entryName +
"Coeffs")),
37 coeffs.
lookup(
"fileName") >> fName_;
39 if (coeffs.found(
"dimensions"))
51 "TableFile<Type>::TableFile(const word&, const dictionary&)",
virtual ~TableFile()
Destructor.
string & expand(const bool allowEmpty=false)
Expand initial tildes and all occurences of environment variables.
Base class for table with bounds handling, interpolation and integration.
A class for handling words, derived from string.
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...
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
TableFile(const word &entryName, const dictionary &dict)
Construct from entry name and Istream.
List< Tuple2< scalar, Type > > table_
Table data.
void check() const
Check the table for size and consistency.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
dimensionSet dimensions_
The dimension set.
A class for handling file names.
Templated table container data entry where data is read from file.
#define FatalIOErrorIn(functionName, ios)
Report an error message using Foam::FatalIOError.