Memosa-FVM  0.2
FluentReader.h File Reference
#include "misc.h"
#include "StorageSite.h"
#include "SchemeReader.h"
#include "Array.h"
#include "Vector.h"
#include "CRConnectivity.h"
#include "Mesh.h"
Include dependency graph for FluentReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FluentZone
 
struct  FluentFaceZone
 
struct  FluentCellZone
 
struct  FluentFacePairs
 
class  FluentReader
 

Typedefs

typedef map< int, shared_ptr
< OneToOneIndexMap > > 
GhostCellMapsMap
 
typedef map< int,
FluentFaceZone * > 
FaceZonesMap
 
typedef map< int,
FluentCellZone * > 
CellZonesMap
 
typedef map< int, shared_ptr
< FluentFacePairs > > 
FacePairsMap
 

Typedef Documentation

typedef map<int,FluentCellZone*> CellZonesMap

Definition at line 71 of file FluentReader.h.

typedef map<int,shared_ptr<FluentFacePairs> > FacePairsMap

Definition at line 72 of file FluentReader.h.

typedef map<int,FluentFaceZone*> FaceZonesMap

Definition at line 70 of file FluentReader.h.

typedef map<int, shared_ptr<OneToOneIndexMap> > GhostCellMapsMap

Definition at line 16 of file FluentReader.h.