Loading...
Searching...
No Matches
Foam::ccm Namespace Reference

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< 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 381 of file ccmSolutionTable.H.

Function Documentation

◆ operator<<() [1/5]

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

Definition at line 182 of file ccmInterfaceDefinitions.H.

◆ operator<<() [2/5]

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

Definition at line 283 of file ccmInterfaceDefinitions.H.

◆ operator<<() [3/5]

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

Definition at line 276 of file ccmSolutionTable.H.

◆ operator<<() [4/5]

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

Definition at line 449 of file ccmSolutionTable.H.

◆ operator<<() [5/5]

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

Definition at line 360 of file ccmSolutionTable.H.