mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 09:40:59 -06:00
add throw for case msw is true and vapwat is true
This commit is contained in:
parent
5a23084846
commit
6fe10a3e23
@ -71,6 +71,10 @@ namespace Opm
|
||||
if constexpr (Base::has_brine) {
|
||||
OPM_THROW(std::runtime_error, "brine is not supported by multisegment well yet");
|
||||
}
|
||||
|
||||
if constexpr (Base::has_watVapor) {
|
||||
OPM_THROW(std::runtime_error, "water evaporation is not supported by multisegment well yet");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user