Reads an interpolation table from a file - OpenFOAM-format. More...
#include <openFoamTableReader.H>


Public Member Functions | |
| TypeName ("openFoam") | |
| Declare type-name, virtual type (with debug switch). | |
| openFoamTableReader ()=default | |
| Default construct. | |
| virtual | ~openFoamTableReader ()=default |
| Destructor. | |
| openFoamTableReader (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual autoPtr< tableReader< Type > > | clone () const |
| Construct and return a copy. | |
| virtual void | operator() (const fileName &fName, List< Tuple2< scalar, Type > > &data) |
| Read 1D table. | |
| virtual void | operator() (const fileName &fName, List< Tuple2< scalar, List< Tuple2< scalar, Type > > > > &data) |
| Read 2D table. | |
| Public Member Functions inherited from tableReader< Type > | |
| TypeName ("tableReader") | |
| Declare type-name, virtual type (with debug switch). | |
| declareRunTimeSelectionTable (autoPtr, tableReader, dictionary,(const dictionary &dict),(dict)) | |
| tableReader ()=default | |
| Default construct. | |
| tableReader (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual | ~tableReader ()=default |
| 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. | |
Reads an interpolation table from a file - OpenFOAM-format.
Definition at line 48 of file openFoamTableReader.H.
|
default |
|
virtualdefault |
Destructor.
References dict.
|
explicit |
Construct from dictionary.
Definition at line 27 of file openFoamTableReader.C.
References dict, and tableReader< Type >::tableReader().

| TypeName | ( | "openFoam" | ) |
Declare type-name, virtual type (with debug switch).
|
inlinevirtual |
Construct and return a copy.
Implements tableReader< Type >.
Definition at line 83 of file openFoamTableReader.H.
References openFoamTableReader().

|
virtual |
Read 1D table.
Implements tableReader< Type >.
Definition at line 36 of file openFoamTableReader.C.
References Foam::fileHandler.
|
virtual |
Read 2D table.
Implements tableReader< Type >.
Definition at line 51 of file openFoamTableReader.C.
References Foam::fileHandler.