All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
hybsys_well Struct Reference

Elemental contributions (from wells) to block system of simultaneous linear equations. More...

#include <hybsys.h>

Public Attributes

double * F1
 $C_1^\mathsf{T}B^{-1}$, all connections. More...
 
double * F2
 $C_2^\mathsf{T}B^{-1}$, all connections. More...
 
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...
 

Detailed Description

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).

Member Data Documentation

double* hybsys_well::data

Linear storage array.

Structure undisclosed.

double* hybsys_well::F1

$C_1^\mathsf{T}B^{-1}$, all connections.

double* hybsys_well::F2

$C_2^\mathsf{T}B^{-1}$, 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.


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