hybsys_well Struct Reference

#include <hybsys.h>

Public Attributes

double * F1
 
double * F2
 
double * r
 
double * w2r
 
double * r2w
 
double * w2w
 
double * data
 

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: