Foam::TableReaders Namespace Reference

Classes

struct  CsvLabelType
 
struct  CsvLabelType< Type, CsvVoid< typename pTraits< Type >::labelType > >
 
class  Csv
 Reads an interpolation table from a file in CSV-format. Entries govern the layout of the CSV file. The indices of the columns of the table that are to be used are given by the columns entry. This is a tuple for which the first part is the index of the column used for the x-axis, and the second part is the column index used for the scalar values, or a list of column indices used for the components of vector, tensor, etc..., values. More...
 
class  Embedded
 Reads an interpolation table from the values entry in OpenFOAM-format. More...
 
class  Foam
 Reads an interpolation table from a file in OpenFOAM-format. This is a list of Tuples in which complex types are delimited by parentheses. By default, a Tuple2 is assumed in which the first column is the (scalar) x-axis and the second column is the y-axis. But finer control over a n-component Tuple can be achieved by specifying the column indices. More...
 

Typedefs

template<typename T >
using CsvVoid = void
 

Functions

 addTableReader (Embedded, vector2D)
 
 addTableReader (Foam, vector2D)
 
 addTableReader (Csv, vector2D)
 

Typedef Documentation

◆ CsvVoid

using CsvVoid = void

Definition at line 65 of file CsvTableReader.H.

Function Documentation

◆ addTableReader() [1/3]

Foam::TableReaders::addTableReader ( Embedded  ,
vector2D   
)

◆ addTableReader() [2/3]

Foam::TableReaders::addTableReader ( Foam  ,
vector2D   
)

◆ addTableReader() [3/3]

Foam::TableReaders::addTableReader ( Csv  ,
vector2D   
)