mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-03 21:16:54 -06:00
Back out cset 5e3d75476d64.
This commit is contained in:
commit
000f71e12c
841
src/cfs_tpfa.c
841
src/cfs_tpfa.c
File diff suppressed because it is too large
Load Diff
@ -47,32 +47,38 @@ cfs_tpfa_construct(grid_t *G, well_t *W, int nphases);
|
||||
void
|
||||
cfs_tpfa_assemble(grid_t *G,
|
||||
double dt,
|
||||
well_t *W,
|
||||
flowbc_t *bc,
|
||||
const double *src,
|
||||
const double *zc,
|
||||
struct compr_quantities *cq,
|
||||
const double *trans,
|
||||
const double *gravcap_f,
|
||||
const double *cpress,
|
||||
well_control_t *wctrl,
|
||||
struct completion_data *wdata,
|
||||
const double *cpress0,
|
||||
const double *porevol,
|
||||
struct cfs_tpfa_data *h);
|
||||
|
||||
void
|
||||
cfs_tpfa_press_increment(grid_t *G,
|
||||
well_t *W,
|
||||
struct cfs_tpfa_data *h,
|
||||
double *cpress_inc);
|
||||
double *cpress_inc,
|
||||
double *wpress_inc);
|
||||
|
||||
#if 0
|
||||
void
|
||||
cfs_tpfa_flux(grid_t *G,
|
||||
flowbc_t *bc,
|
||||
well_t *W,
|
||||
int np,
|
||||
const double *trans,
|
||||
const double *pmobf,
|
||||
const double *gravcap_f,
|
||||
const double *cpress,
|
||||
double *fflux);
|
||||
#endif
|
||||
const double *wpress,
|
||||
struct completion_data *wdata,
|
||||
double *fflux,
|
||||
double *wflux);
|
||||
|
||||
void
|
||||
cfs_tpfa_fpress(grid_t *G,
|
||||
|
Loading…
Reference in New Issue
Block a user