CsvTableReader.H File Reference
Include dependency graph for CsvTableReader.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CsvLabelType< Type, typename >
 
struct  CsvLabelType< Type, CsvVoid< typename pTraits< Type >::labelType > >
 
class  Csv< Type >
 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...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::TableReaders
 

Typedefs

template<typename T >
using CsvVoid = void
 

Detailed Description

Original source file CsvTableReader.H

Definition in file CsvTableReader.H.