FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

Table.H File Reference


Detailed Description

Definition in file Table.H.

#include "src/lagrangian/intermediate/submodels/IO/DataEntry/DataEntry/DataEntry.H"
#include "src/OpenFOAM/primitives/Tuple2/Tuple2.H"
Include dependency graph for Table.H:

Go to the source code of this file.

Classes

class  Table< Type >
 Templated table container data entry. Items are stored in a list of Tuple2's. First column is always stored as scalar entries. Data is read in the form, e.g. for an entry <entryName> that is (scalar, vector): More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class Type >
Ostream &  operator<< (Ostream &, const Table< Type > &)