20 #ifndef OPM_CFS_TPFA_HEADER_INCLUDED 21 #define OPM_CFS_TPFA_HEADER_INCLUDED 23 #include <opm/core/grid.h> 25 #include <opm/core/pressure/flow_bc.h> 45 cfs_tpfa_construct(
struct UnstructuredGrid *G,
well_t *W,
int nphases);
48 cfs_tpfa_assemble(
struct UnstructuredGrid *G,
55 const double *gravcap_f,
58 const double *cpress0,
59 const double *porevol,
63 cfs_tpfa_press_flux(
struct UnstructuredGrid *G,
69 const double *gravcap_f,
78 cfs_tpfa_fpress(
struct UnstructuredGrid *G,
83 const double *gravcap_f,
90 cfs_tpfa_retrieve_masstrans(
struct UnstructuredGrid *G,
96 cfs_tpfa_retrieve_gravtrans(
struct UnstructuredGrid *G,
102 cfs_tpfa_impes_maxtime(
struct UnstructuredGrid *G,
105 const double *porevol,
107 const double *dpmobf,
108 const double *surf_dens,
109 const double *gravity);
112 cfs_tpfa_expl_mass_transport(
struct UnstructuredGrid *G,
117 const double *porevol,
Basic compressed-sparse row (CSR) matrix data structure.
Definition: sparse_sys.h:38
Basic representation of well controls.
Definition: legacy_well.h:61
Definition: cfs_tpfa.h:35
Deprecated (and obsolescent) well definition.
Basic representation of well topology.
Definition: legacy_well.h:52
Definition: compr_quant.h:31
Definition: cfs_tpfa.c:39
Dynamic discretisation data relating well to flow in reservoir.
Definition: legacy_well.h:71