mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove further traces of well support.
Wells will be introduced at a later time.
This commit is contained in:
parent
6acd22f7d7
commit
2a833768b2
@ -775,22 +775,9 @@ cfs_tpfa_res_assemble(grid_t *G,
|
|||||||
assemble_cell_contrib(G, c, h);
|
assemble_cell_contrib(G, c, h);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
res_is_neumann = assemble_cell_contrib(G, bc, src, h);
|
|
||||||
|
|
||||||
if ((W != NULL) && (wctrl != NULL)) {
|
|
||||||
assert (wdata != NULL);
|
|
||||||
well_is_neumann = assemble_well_contrib(G->number_of_cells,
|
|
||||||
W, wctrl, h);
|
|
||||||
} else {
|
|
||||||
well_is_neumann = 1;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
res_is_neumann = 1;
|
res_is_neumann = 1;
|
||||||
|
|
||||||
if (res_is_neumann && h->pimpl->is_incomp) {
|
if (res_is_neumann && h->pimpl->is_incomp) {
|
||||||
/*&& well_is_neumann && h->pimpl->is_incomp) {*/
|
|
||||||
h->J->sa[0] *= 2;
|
h->J->sa[0] *= 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user