![]() |
OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
Connection between two bulks (BId, EId); usually, indices BId > EId. More...
#include <BulkConn.hpp>
Public Member Functions | |
| BulkPair ()=default | |
| Default constructor. | |
| BulkPair (const OCP_USI &bId, const OCP_USI &eId, const OCP_DBL &Area) | |
| Setup BulkPair with bId and eId. | |
| OCP_USI | GetBId () const |
| Return beginning index. | |
| OCP_USI | GetEId () const |
| Return ending index. | |
Friends | |
| class | BulkConn |
Connection between two bulks (BId, EId); usually, indices BId > EId.
Definition at line 29 of file BulkConn.hpp.