implement rsrv item 10 WCONINJE

MSW not supported yet
This commit is contained in:
Tor Harald Sandve
2022-04-21 11:03:11 +02:00
parent 147fe77779
commit 1f876d1800
5 changed files with 32 additions and 5 deletions

View File

@@ -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)");
}
}