45 #ifndef FoamTableReader_H 46 #define FoamTableReader_H 54 namespace TableReaders
TypeName("foam")
Runtime type information.
virtual autoPtr< TableReader< Type > > clone() const
Construct and return a copy.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 2-tuple for storing two objects of different types.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Reads an interpolation table from a file in OpenFOAM-format. This is a list of Tuple2's where the fir...
Base class to read table data for tables.
virtual ~Foam()
Destructor.
A class for handling words, derived from string.
word name(const complex &)
Return a string representation of a complex.
Foam(const word &name, const dictionary &dict, List< Tuple2< scalar, Type >> &table)
Construct from dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...