Memosa-FVM
0.2
|
#include <FluentReader.h>
Public Member Functions | |
FluentFacePairs (const int count_, const int leftID_, const int rightID_, shared_ptr< Array< int > > leftFaces_, shared_ptr< Array< int > > rightFaces_) | |
Public Attributes | |
const int | count |
const int | leftID |
const int | rightID |
shared_ptr< Array< int > > | leftFaces |
shared_ptr< Array< int > > | rightFaces |
Definition at line 49 of file FluentReader.h.
|
inline |
Definition at line 51 of file FluentReader.h.
const int FluentFacePairs::count |
Definition at line 61 of file FluentReader.h.
Referenced by FluentReader::createMesh(), and FluentReader::getMeshList().
shared_ptr<Array<int> > FluentFacePairs::leftFaces |
Definition at line 64 of file FluentReader.h.
Referenced by FluentReader::createMesh(), and FluentReader::getMeshList().
const int FluentFacePairs::leftID |
Definition at line 62 of file FluentReader.h.
Referenced by FluentReader::getMeshList().
shared_ptr<Array<int> > FluentFacePairs::rightFaces |
Definition at line 65 of file FluentReader.h.
Referenced by FluentReader::createMesh(), and FluentReader::getMeshList().
const int FluentFacePairs::rightID |
Definition at line 63 of file FluentReader.h.
Referenced by FluentReader::createMesh(), and FluentReader::getMeshList().