From a0692191467b19a10da43f9fa2fb5e3742414753 Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Tue, 7 Feb 2023 12:21:30 +0800 Subject: [PATCH] Add KRNUM*- Keywords as Unsupported KRNUMX-, KRNUMY-, KRNUMZ- keywords are not supported. --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index b6c6a792a..3fa21e2e4 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -323,6 +323,9 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"ISOLNUM", {true, std::nullopt}}, {"JFUNCR", {true, std::nullopt}}, {"KRNUMMF", {true, std::nullopt}}, + {"KRNUMX-", {true, std::nullopt}}, + {"KRNUMY-", {true, std::nullopt}}, + {"KRNUMZ-", {true, std::nullopt}}, {"LANGMPL", {true, std::nullopt}}, {"LANGMUIR", {true, std::nullopt}}, {"LANGSOLV", {true, std::nullopt}},