![]() |
OpenCAEPoro
v0.5.0
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 USI &direct, const OCP_DBL &AreaB, const OCP_DBL &AreaE) | |
| Setup BulkPair with bId and eId. | |
| OCP_USI | BId () const |
| Return beginning index. | |
| OCP_USI | EId () const |
| Return ending index. | |
| OCP_DBL | Area () const |
| Return effective area. | |
| OCP_DBL | AreaB () const |
| OCP_DBL | AreaE () const |
| USI | Direction () const |
Protected Attributes | |
| OCP_USI | bId |
| Beginning index of a pair. | |
| OCP_USI | eId |
| Ending index of a pair. | |
| OCP_DBL | area |
| Effective area. | |
| USI | direction |
| 1-x, 2-y, 3-z | |
| OCP_DBL | areaB |
| Area of intersecting faces from Begin grid. | |
| OCP_DBL | areaE |
| Area of intersecting faces from End grid. | |
Friends | |
| class | BulkConn |
Connection between two bulks (bId, eId); usually, indices bId > eId.
Definition at line 29 of file BulkConn.hpp.