From c989874b2611b78f010226aef0e89c34aa0b3b72 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 14 Aug 2019 22:52:03 +0200 Subject: [PATCH] Some missing features on Z and W --- opm/simulators/flow/MissingFeatures.cpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/opm/simulators/flow/MissingFeatures.cpp b/opm/simulators/flow/MissingFeatures.cpp index c5ffb9ca4..d8d0cffbd 100644 --- a/opm/simulators/flow/MissingFeatures.cpp +++ b/opm/simulators/flow/MissingFeatures.cpp @@ -221,8 +221,16 @@ namespace MissingFeatures { "TRACERS", "VAPPARS", "VISCREF", + "WAGHYSTR", + "WAITBAL", + "WALKALIN", + "WALQCALC", + "WAPI", "WARN", "WATVISCT", + "WBHGLR", + "WBOREVOL", + "WCALCVAL", "WELPI", "WELSPECL", "WGASPROD", @@ -233,7 +241,10 @@ namespace MissingFeatures { "WPITAB", "WTEMP", "WTRACER", - "ZIPPY2" }; + "ZIPPY2", + "ZIPP2OFF"}; + + std::multimap > string_options; std::multimap > int_options; addSupported(string_options , "INPUT");