Foam< Type > Class Template Reference

Reads an interpolation table from a file in OpenFOAM-format. This is a list of Tuple2's where the first (x) column is scalar, and the second (y) column is the type to be interpolated. More...

Inheritance diagram for Foam< Type >:
Collaboration diagram for Foam< Type >:

Public Member Functions

 TypeName ("foam")
 Runtime type information. More...
 
 Foam (const dictionary &dict)
 Construct from dictionary. More...
 
virtual autoPtr< TableReader< Type > > clone () const
 Construct and return a copy. More...
 
virtual ~Foam ()
 Destructor. More...
 
- Public Member Functions inherited from TableReader< Type >
 TypeName ("TableReader")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, TableReader, dictionary,(const dictionary &dict),(dict))
 
 TableReader (const dictionary &dict)
 Construct from dictionary. More...
 
virtual ~TableReader ()
 Destructor. More...
 
template<class TableType >
void operator() (const fileName &, TableType &) const
 Read a table. 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< Type > > New (const word &readerType, const dictionary &dict)
 

Detailed Description

template<class Type>
class Foam::TableReaders::Foam< Type >

Reads an interpolation table from a file in OpenFOAM-format. This is a list of Tuple2's where the first (x) column is scalar, and the second (y) column is the type to be interpolated.

Usage:

    (
        (0.0 (1 2 3))
        (1.0 (4 5 6))
    );
Source files

Definition at line 61 of file FoamTableReader.H.

Constructor & Destructor Documentation

◆ Foam()

Foam ( const dictionary dict)

Construct from dictionary.

Definition at line 55 of file FoamTableReader.C.

◆ ~Foam()

~Foam ( )
virtual

Destructor.

Definition at line 64 of file FoamTableReader.C.

Referenced by Foam< Type >::clone().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "foam"  )

Runtime type information.

◆ clone()

virtual autoPtr<TableReader<Type> > clone ( ) const
inlinevirtual

Construct and return a copy.

Implements TableReader< Type >.

Definition at line 89 of file FoamTableReader.H.

References Foam< Type >::~Foam().

Here is the call graph for this function:

The documentation for this class was generated from the following files: