mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Pretty-formatting only.
This commit is contained in:
parent
3fcdb1f412
commit
605933abba
@ -54,15 +54,15 @@ struct cfs_tpfa_res_data {
|
|||||||
|
|
||||||
|
|
||||||
struct cfs_tpfa_res_data *
|
struct cfs_tpfa_res_data *
|
||||||
cfs_tpfa_res_construct(struct UnstructuredGrid *G ,
|
cfs_tpfa_res_construct(struct UnstructuredGrid *G ,
|
||||||
struct WellCompletions *wconn ,
|
struct WellCompletions *wconn ,
|
||||||
int nphases);
|
int nphases);
|
||||||
|
|
||||||
void
|
void
|
||||||
cfs_tpfa_res_destroy(struct cfs_tpfa_res_data *h);
|
cfs_tpfa_res_destroy(struct cfs_tpfa_res_data *h);
|
||||||
|
|
||||||
void
|
void
|
||||||
cfs_tpfa_res_assemble(struct UnstructuredGrid *G,
|
cfs_tpfa_res_assemble(struct UnstructuredGrid *G,
|
||||||
double dt,
|
double dt,
|
||||||
struct cfs_tpfa_res_forces *forces,
|
struct cfs_tpfa_res_forces *forces,
|
||||||
const double *zc,
|
const double *zc,
|
||||||
@ -75,7 +75,7 @@ cfs_tpfa_res_assemble(struct UnstructuredGrid *G,
|
|||||||
struct cfs_tpfa_res_data *h);
|
struct cfs_tpfa_res_data *h);
|
||||||
|
|
||||||
void
|
void
|
||||||
cfs_tpfa_res_flux(struct UnstructuredGrid *G ,
|
cfs_tpfa_res_flux(struct UnstructuredGrid *G ,
|
||||||
struct cfs_tpfa_res_forces *forces ,
|
struct cfs_tpfa_res_forces *forces ,
|
||||||
int np ,
|
int np ,
|
||||||
const double *trans ,
|
const double *trans ,
|
||||||
@ -88,7 +88,7 @@ cfs_tpfa_res_flux(struct UnstructuredGrid *G ,
|
|||||||
double *wflux );
|
double *wflux );
|
||||||
|
|
||||||
void
|
void
|
||||||
cfs_tpfa_res_fpress(struct UnstructuredGrid *G,
|
cfs_tpfa_res_fpress(struct UnstructuredGrid *G,
|
||||||
int np,
|
int np,
|
||||||
const double *htrans,
|
const double *htrans,
|
||||||
const double *pmobf,
|
const double *pmobf,
|
||||||
@ -100,19 +100,19 @@ cfs_tpfa_res_fpress(struct UnstructuredGrid *G,
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
void
|
void
|
||||||
cfs_tpfa_retrieve_masstrans(struct UnstructuredGrid *G,
|
cfs_tpfa_retrieve_masstrans(struct UnstructuredGrid *G,
|
||||||
int np,
|
int np,
|
||||||
struct cfs_tpfa_data *h,
|
struct cfs_tpfa_data *h,
|
||||||
double *masstrans_f);
|
double *masstrans_f);
|
||||||
|
|
||||||
void
|
void
|
||||||
cfs_tpfa_retrieve_gravtrans(struct UnstructuredGrid *G,
|
cfs_tpfa_retrieve_gravtrans(struct UnstructuredGrid *G,
|
||||||
int np,
|
int np,
|
||||||
struct cfs_tpfa_data *h,
|
struct cfs_tpfa_data *h,
|
||||||
double *gravtrans_f);
|
double *gravtrans_f);
|
||||||
|
|
||||||
double
|
double
|
||||||
cfs_tpfa_impes_maxtime(struct UnstructuredGrid *G,
|
cfs_tpfa_impes_maxtime(struct UnstructuredGrid *G,
|
||||||
struct compr_quantities *cq,
|
struct compr_quantities *cq,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
const double *porevol,
|
const double *porevol,
|
||||||
@ -122,14 +122,14 @@ cfs_tpfa_impes_maxtime(struct UnstructuredGrid *G,
|
|||||||
const double *gravity);
|
const double *gravity);
|
||||||
|
|
||||||
void
|
void
|
||||||
cfs_tpfa_expl_mass_transport(struct UnstructuredGrid *G,
|
cfs_tpfa_expl_mass_transport(struct UnstructuredGrid *G,
|
||||||
well_t *W,
|
well_t *W,
|
||||||
struct completion_data *wdata,
|
struct completion_data *wdata,
|
||||||
int np,
|
int np,
|
||||||
double dt,
|
double dt,
|
||||||
const double *porevol,
|
const double *porevol,
|
||||||
struct cfs_tpfa_data *h,
|
struct cfs_tpfa_data *h,
|
||||||
double *surf_vol);
|
double *surf_vol);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user