Classes | |
| class | base |
| Base functionality common to reader and writer classes. More... | |
| class | interfaceEntry |
| A STARCCM interface definition is a pair of boundary ids. More... | |
| class | interfaceDefinitions |
| A list of available interface definitions. More... | |
| class | reader |
| Reads CCM files as written by PROSTAR/STARCCM. More... | |
| class | namesList |
| A linked-list that is searchable by the 'name()' of the items. More... | |
| class | fieldEntry |
| A ccm field entry with short name, name, maxId and type. More... | |
| class | solutionEntry |
| A ccm solution entry with name, iteration and time. More... | |
| class | fieldTable |
| A list of the available fields. More... | |
| class | writer |
| Write OpenFOAM meshes and/or results to CCM format. More... | |
Typedefs | |
| typedef namesList< solutionEntry > | solutionTable |
Functions | |
| Ostream & | operator<< (Ostream &os, const interfaceEntry &entry) |
| Ostream & | operator<< (Ostream &os, const interfaceDefinitions &defs) |
| Ostream & | operator<< (Ostream &os, const fieldEntry &entry) |
| Ostream & | operator<< (Ostream &os, const fieldTable &entry) |
| Ostream & | operator<< (Ostream &os, const solutionEntry &entry) |
| typedef namesList<solutionEntry> solutionTable |
Definition at line 381 of file ccmSolutionTable.H.
| Ostream & operator<< | ( | Ostream & | os, |
| const interfaceEntry & | entry ) |
Definition at line 182 of file ccmInterfaceDefinitions.H.
| Ostream & operator<< | ( | Ostream & | os, |
| const interfaceDefinitions & | defs ) |
Definition at line 283 of file ccmInterfaceDefinitions.H.
| Ostream & operator<< | ( | Ostream & | os, |
| const fieldEntry & | entry ) |
Definition at line 276 of file ccmSolutionTable.H.
| Ostream & operator<< | ( | Ostream & | os, |
| const fieldTable & | entry ) |
Definition at line 449 of file ccmSolutionTable.H.
| Ostream & operator<< | ( | Ostream & | os, |
| const solutionEntry & | entry ) |
Definition at line 360 of file ccmSolutionTable.H.