Memosa-FVM  0.2
FluentFacePairs Struct Reference

#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
 

Detailed Description

Definition at line 49 of file FluentReader.h.

Constructor & Destructor Documentation

FluentFacePairs::FluentFacePairs ( const int  count_,
const int  leftID_,
const int  rightID_,
shared_ptr< Array< int > >  leftFaces_,
shared_ptr< Array< int > >  rightFaces_ 
)
inline

Definition at line 51 of file FluentReader.h.

53  :
54  count(count_),
55  leftID(leftID_),
56  rightID(rightID_),
57  leftFaces(leftFaces_),
58  rightFaces(rightFaces_)
59  {}
shared_ptr< Array< int > > rightFaces
Definition: FluentReader.h:65
const int leftID
Definition: FluentReader.h:62
const int count
Definition: FluentReader.h:61
const int rightID
Definition: FluentReader.h:63
shared_ptr< Array< int > > leftFaces
Definition: FluentReader.h:64

Member Data Documentation

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().


The documentation for this struct was generated from the following file: