Elemental contributions (from wells) to block system of simultaneous linear equations. More...
#include <hybsys.h>
Public Attributes | |
double * | F1 |
![]() | |
double * | F2 |
![]() | |
double * | r |
Data buffer for system right-hand side, single cell. More... | |
double * | w2r |
Well-to-reservoir connection strength, single cell. More... | |
double * | r2w |
Reservoir-to-well connection strength, single cell. More... | |
double * | w2w |
Aggregate well-to-well connection strength. More... | |
double * | data |
Linear storage array. More... | |
Elemental contributions (from wells) to block system of simultaneous linear equations.
Mixes quantities of single cell connections (r
, w2r
, r2w
, and w2w
) and those that pertain to all well connections (perforations) in concert (F1
and F2
).
double* hybsys_well::data |
Linear storage array.
Structure undisclosed.
double* hybsys_well::F1 |
, all connections.
double* hybsys_well::F2 |
, all connections.
double* hybsys_well::r |
Data buffer for system right-hand side, single cell.
double* hybsys_well::r2w |
Reservoir-to-well connection strength, single cell.
double* hybsys_well::w2r |
Well-to-reservoir connection strength, single cell.
double* hybsys_well::w2w |
Aggregate well-to-well connection strength.