mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add dampening to the injectivity multipliers (WINJMULT)
This commit is contained in:
@@ -1140,7 +1140,7 @@ namespace Opm
|
||||
const Scalar perf_seg_press_diff = this->gravity() * this->segments_.density(seg).value()
|
||||
* this->segments_.perforation_depth_diff(perf);
|
||||
const Scalar perf_press = segment_pres + perf_seg_press_diff;
|
||||
const Scalar multiplier = this->getInjMult(perf, segment_pres, perf_press);
|
||||
const Scalar multiplier = this->getInjMult(perf, segment_pres, perf_press, deferred_logger);
|
||||
for (std::size_t i = 0; i < mob.size(); ++i) {
|
||||
mob[i] *= multiplier;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user