|
Memosa-FVM
0.2
|
#include <FluentReader.h>


Public Attributes | |
| vector< int > | boundaryZoneIds |
| vector< int > | interiorZoneIds |
| vector< int > | interfaceZoneIds |
| Mesh * | mesh |
| GhostCellMapsMap | ghostCellMaps |
| shared_ptr< Array< int > > | globalToLocalNodeMap |
Public Attributes inherited from FluentZone | |
| int | ID |
| int | iBeg |
| int | iEnd |
| int | partnerId |
| int | threadType |
| string | zoneName |
| string | zoneType |
| string | zoneVars |
Definition at line 38 of file FluentReader.h.
| vector<int> FluentCellZone::boundaryZoneIds |
Definition at line 40 of file FluentReader.h.
Referenced by FluentReader::buildZones(), and FluentReader::createMesh().
| GhostCellMapsMap FluentCellZone::ghostCellMaps |
Definition at line 45 of file FluentReader.h.
Referenced by FluentReader::createMesh(), and FluentReader::getMeshList().
| shared_ptr<Array<int> > FluentCellZone::globalToLocalNodeMap |
Definition at line 46 of file FluentReader.h.
Referenced by FluentReader::createMesh(), and FluentReader::getCommonNodeMap().
| vector<int> FluentCellZone::interfaceZoneIds |
Definition at line 42 of file FluentReader.h.
Referenced by FluentReader::buildZones(), and FluentReader::createMesh().
| vector<int> FluentCellZone::interiorZoneIds |
Definition at line 41 of file FluentReader.h.
Referenced by FluentReader::buildZones(), FluentReader::createMesh(), and FluentDataExporter< T >::writeScalarField().
| Mesh* FluentCellZone::mesh |
Definition at line 44 of file FluentReader.h.
Referenced by FluentReader::createMesh(), FluentReader::getMeshList(), FluentDataExporter< T >::writeScalarField(), and FluentDataExporter< T >::writeVectorField().