mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
correcting a comment in computeWellFlux() in StandardWellsDense
This commit is contained in:
parent
d02f028260
commit
7a7dcdf3ba
@ -775,7 +775,7 @@ namespace Opm {
|
||||
EvalWell well_pressure = bhp + cdp;
|
||||
EvalWell drawdown = pressure - well_pressure;
|
||||
|
||||
// injection perforations
|
||||
// producing perforations
|
||||
if ( drawdown.value() > 0 ) {
|
||||
//Do nothing if crossflow is not allowed
|
||||
if (!allow_cf && wells().type[w] == INJECTOR) {
|
||||
|
Loading…
Reference in New Issue
Block a user