Merge pull request #5323 from vkip/energy_efficiency_factor

Apply well/group efficiency factors for connection energy rates.
This commit is contained in:
Tor Harald Sandve 2024-09-13 12:48:36 +02:00 committed by GitHub
commit 50a4742c23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2626,7 +2626,7 @@ namespace Opm
}
}
return result;
return result * this->well_efficiency_factor_;
}