OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Effective area of intersection surfaces with neighboring cells. More...
#include <Grid.hpp>
Public Member Functions | |
GPair (const OCP_USI &Id, const USI &Direct, const OCP_DBL &AreaB, const OCP_DBL &AreaE) | |
Static Public Member Functions | |
static OCP_BOOL | lessG (const GPair &G1, const GPair &G2) |
Public Attributes | |
OCP_USI | id |
Id of a neighboring cell. | |
USI | direction |
direction: 1-x, 2-y, 3-z | |
OCP_DBL | areaB |
Effective intersection area between this cell and the neighbor, self. | |
OCP_DBL | areaE |
Effective area of intersection surfaces with neighboring cells.
OCP_DBL GPair::areaE |