correcting a comment in computeWellFlux() in StandardWellsDense

This commit is contained in:
Kai Bao 2017-03-09 15:49:41 +01:00
parent d02f028260
commit 7a7dcdf3ba

View File

@ -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) {