20 #ifndef OPM_COMPR_QUANT_HEADER_INCLUDED 21 #define OPM_COMPR_QUANT_HEADER_INCLUDED double * Af
Fluid matrix sampled at each interface.
Definition: compr_quant_general.h:79
double * voldiscr
Deceptively named "volume-discrepancy" term.
Definition: compr_quant_general.h:91
struct compr_quantities_gen * compr_quantities_gen_allocate(size_t nc, size_t nf, int np)
Create management structure capable of storing derived fluid quantities pertaining to a reservoir mod...
Definition: compr_quant_general.c:39
void compr_quantities_gen_deallocate(struct compr_quantities_gen *cq)
Release resources acquired in a previous call to constructor function compr_quantities_gen_allocate()...
Definition: compr_quant_general.c:28
Aggregate structure that represents an atomic view of the current fluid state.
Definition: compr_quant_general.h:40
double * dAc
Derivative of with respect to pressure, sampled in each grid cell.
Definition: compr_quant_general.h:73
int nphases
Number of fluid phases.
Definition: compr_quant_general.h:46
double * phasemobf
Phase mobility per interface.
Definition: compr_quant_general.h:85
double * Ac
Pressure and mass-dependent fluid matrix that converts phase volumes at reservoir conditions into com...
Definition: compr_quant_general.h:61