Reads an interpolation table from a file - OpenFOAM-format. More...
#include <OpenFOAM/openFoamTableReader.H>
Reads an interpolation table from a file - OpenFOAM-format.
Definition at line 50 of file openFoamTableReader.H.
Inheritance diagram for openFoamTableReader< Type >:
Collaboration diagram for openFoamTableReader< Type >:Public Member Functions | |
| TypeName ("openFoam") | |
| Runtime type information. | |
| openFoamTableReader (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual autoPtr< tableReader < Type > > | clone () const |
| Construct and return a copy. | |
| virtual | ~openFoamTableReader () |
| Destructor. | |
| virtual void | operator() (const fileName &, List< Tuple2< scalar, Type > > &) |
| Read the table. | |
Public Member Functions inherited from tableReader< Type > | |
| TypeName ("tableReader") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, tableReader, dictionary,(const dictionary &dict),(dict)) | |
| tableReader (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual | ~tableReader () |
| Destructor. | |
| virtual void | write (Ostream &os) const |
| Write additional information. | |
Additional Inherited Members | |
Static Public Member Functions inherited from tableReader< Type > | |
| static autoPtr< tableReader > | New (const dictionary &spec) |
| Return a reference to the selected tableReader. | |
| openFoamTableReader | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 32 of file openFoamTableReader.C.
|
virtual |
Destructor.
Definition at line 41 of file openFoamTableReader.C.
| TypeName | ( | "openFoam" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a copy.
Implements tableReader< Type >.
Definition at line 66 of file openFoamTableReader.H.
Read the table.
Implements tableReader< Type >.
Definition at line 49 of file openFoamTableReader.C.