Reads an interpolation table from a file - OpenFOAM-format. More...


Public Member Functions | |
| TypeName ("openFoam") | |
| Declare type-name, virtual type (with debug switch) More... | |
| openFoamTableReader ()=default | |
| Default construct. More... | |
| virtual | ~openFoamTableReader ()=default |
| Destructor. More... | |
| openFoamTableReader (const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual autoPtr< tableReader< Type > > | clone () const |
| Construct and return a copy. More... | |
| virtual void | operator() (const fileName &fName, List< Tuple2< scalar, Type >> &data) |
| Read 1D table. More... | |
| virtual void | operator() (const fileName &fName, List< Tuple2< scalar, List< Tuple2< scalar, Type >>>> &data) |
| Read 2D table. More... | |
Public Member Functions inherited from tableReader< Type > | |
| TypeName ("tableReader") | |
| Declare type-name, virtual type (with debug switch) More... | |
| declareRunTimeSelectionTable (autoPtr, tableReader, dictionary,(const dictionary &dict),(dict)) | |
| tableReader ()=default | |
| Default construct. More... | |
| tableReader (const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual | ~tableReader ()=default |
| Destructor. More... | |
| virtual void | write (Ostream &os) const |
| Write additional information. More... | |
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. More... | |
Reads an interpolation table from a file - OpenFOAM-format.
Definition at line 48 of file openFoamTableReader.H.
|
default |
Default construct.
|
virtualdefault |
Destructor.
|
explicit |
Construct from dictionary.
Definition at line 27 of file openFoamTableReader.C.
| 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.
Read 1D table.
Implements tableReader< Type >.
Definition at line 37 of file openFoamTableReader.C.
References Foam::fileHandler.
|
virtual |
Read 2D table.
Implements tableReader< Type >.
Definition at line 49 of file openFoamTableReader.C.
References Foam::fileHandler.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.