33 const word& entryName,
38 fName_(dict.
lookup(
"file")),
52 reader_()(fName_, this->table_);
63 reader_(tbl.reader_, false)
Base class to read table data for tables.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Reads an interpolation table from a file in OpenFOAM-format. This is a list of Tuple2's where the fir...
A class for handling words, derived from string.
TableFile(const word &entryName, const dictionary &dict)
Construct from entry name and dictionary.
virtual ~TableFile()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
Templated table container function where data is read from file. Data is stored as a list of Tuple2's...
virtual void writeEntries(Ostream &os) const
Write entries only in dictionary format.
Base class for table with bounds handling, interpolation and integration.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.