Skip to content

Commit

Permalink
Merge pull request OPM#5323 from vkip/energy_efficiency_factor
Browse files Browse the repository at this point in the history
Apply well/group efficiency factors for connection energy rates.
  • Loading branch information
totto82 authored Sep 13, 2024
2 parents 567a3bc + 91f532c commit 50a4742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/simulators/wells/StandardWell_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ namespace Opm
}
}

return result;
return result * this->well_efficiency_factor_;
}


Expand Down

0 comments on commit 50a4742

Please sign in to comment.