mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove enforcement of pressure zero level for pure Neumann problems.
This direct manipulation of the linear system is inappropriate when solving compressible flows where the absolute pressure level matters greatly.
This commit is contained in:
@@ -750,10 +750,6 @@ cfs_tpfa_assemble(grid_t *G,
|
||||
} else {
|
||||
well_is_neumann = 1;
|
||||
}
|
||||
|
||||
if (res_is_neumann && well_is_neumann) {
|
||||
h->A->sa[0] *= 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user