Go to the documentation of this file.
33 TableBase<Type>(entryName,
dict.subDict(entryName +
"Coeffs")),
39 if (coeffs.
found(
"dimensions"))
41 coeffs.
lookup(
"dimensions") >> this->dimensions_;
Templated table container data entry where data is read from file.
A class for handling words, derived from string.
A class for handling file names.
virtual ~TableFile()
Destructor.
fileName fName_
File name for csv table (optional)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
TableFile(const word &entryName, const dictionary &dict)
Construct from entry name and Istream.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManipArg< error, int > exit(error &err, const int errNo=1)
string & expand(const bool allowEmpty=false)
Expand initial tildes and all occurences of environment variables.
void check() const
Check the table for size and consistency.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
bool good() const
Return true if next operation might succeed.
Base class for table with bounds handling, interpolation and integration.