OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
GPair Class Reference

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
 

Detailed Description

Effective area of intersection surfaces with neighboring cells.

Definition at line 52 of file Grid.hpp.

Member Data Documentation

◆ areaE

OCP_DBL GPair::areaE

Effective intersection area between this cell and the neighbor, neighbor

Definition at line 70 of file Grid.hpp.


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