From f69aa171fe9c12884232f95e6912f12151e43902 Mon Sep 17 00:00:00 2001 From: Paul Egberts Date: Thu, 6 Jan 2022 12:46:29 +0100 Subject: [PATCH] removed some salt-precipitation related keywords from the unsupported keyword list --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index b58c367db..963dbc3bd 100755 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -472,7 +472,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"PEKTABX", {false, std::nullopt}}, {"PENUM", {false, std::nullopt}}, {"PERMAVE", {false, std::nullopt}}, - {"PERMFACT", {false, std::nullopt}}, {"PERMXY", {false, std::nullopt}}, {"PERMYZ", {false, std::nullopt}}, {"PERMZX", {false, std::nullopt}}, @@ -488,7 +487,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"PLYCAMAX", {false, std::nullopt}}, {"PLYDHFLF", {false, std::nullopt}}, {"PPCWMAX", {false, std::nullopt}}, - {"PRECSALT", {false, std::nullopt}}, {"PRORDER", {false, std::nullopt}}, {"PRVD", {false, std::nullopt}}, {"PVTGW", {false, std::nullopt}}, @@ -553,8 +551,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"RSSPEC", {false, std::nullopt}}, {"RTEMPA", {false, std::nullopt}}, {"RWGSALT", {false, std::nullopt}}, - {"SALTPVD", {false, std::nullopt}}, - {"SALTSOL", {false, std::nullopt}}, {"SAMG", {false, std::nullopt}}, {"SAVE", {false, std::nullopt}}, {"SKIP", {false, std::nullopt}},