mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3879 from totto82/rsrvinj2
WIP implement rsrv item 10 WCONINJE
This commit is contained in:
@@ -76,6 +76,11 @@ namespace Opm
|
||||
if constexpr (Base::has_watVapor) {
|
||||
OPM_THROW(std::runtime_error, "water evaporation is not supported by multisegment well yet");
|
||||
}
|
||||
|
||||
if(this->rsRvInj() > 0) {
|
||||
OPM_THROW(std::runtime_error, "dissolved gas/ vapporized oil in injected oil/gas not supported by multisegment well yet."
|
||||
<< " \n See (WCONINJE item 10 / WCONHIST item 8)");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user