Foam::ccm Namespace Reference

Classes

class  base
 Base functionality common to reader and writer classes. More...
 
class  fieldEntry
 A ccm field entry with short name, name, maxId and type. More...
 
class  fieldTable
 A list of the available fields. More...
 
class  interfaceDefinitions
 A list of available interface definitions. More...
 
class  interfaceEntry
 A STARCCM interface definition is a pair of boundary ids. More...
 
class  namesList
 A linked-list that is searchable by the 'name()' of the items. More...
 
class  reader
 Reads CCM files as written by PROSTAR/STARCCM. More...
 
class  solutionEntry
 A ccm solution entry with name, iteration and time. More...
 
class  writer
 Write OpenFOAM meshes and/or results to CCM format. More...
 

Typedefs

typedef namesList< solutionEntrysolutionTable
 

Functions

Ostreamoperator<< (Ostream &os, const interfaceEntry &entry)
 
Ostreamoperator<< (Ostream &os, const interfaceDefinitions &defs)
 
Ostreamoperator<< (Ostream &os, const fieldEntry &entry)
 
Ostreamoperator<< (Ostream &os, const fieldTable &entry)
 
Ostreamoperator<< (Ostream &os, const solutionEntry &entry)
 

Typedef Documentation

◆ solutionTable

Definition at line 343 of file ccmSolutionTable.H.

Function Documentation

◆ operator<<() [1/5]

Ostream & operator<< ( Ostream os,
const interfaceEntry entry 
)

Definition at line 158 of file ccmInterfaceDefinitions.H.

◆ operator<<() [2/5]

Ostream & operator<< ( Ostream os,
const interfaceDefinitions defs 
)

Definition at line 259 of file ccmInterfaceDefinitions.H.

◆ operator<<() [3/5]

Ostream & operator<< ( Ostream os,
const fieldEntry entry 
)

Definition at line 247 of file ccmSolutionTable.H.

◆ operator<<() [4/5]

Ostream & operator<< ( Ostream os,
const fieldTable entry 
)

Definition at line 406 of file ccmSolutionTable.H.

◆ operator<<() [5/5]

Ostream & operator<< ( Ostream os,
const solutionEntry entry 
)

Definition at line 322 of file ccmSolutionTable.H.