From 40fdb9e1d65d17b9f3ef1c2e512b85f8c702a5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Sun, 7 Nov 2021 22:34:31 +0100 Subject: [PATCH] Mark GRAVITY Keyword as Supported in the Simulator The input layer now converts this input to DENSITY data. --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index dc74e5228..b99694fbf 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -242,7 +242,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"GRAVDR", {false, std::nullopt}}, {"GRAVDRB", {false, std::nullopt}}, {"GRAVDRM", {false, std::nullopt}}, - {"GRAVITY", {false, std::string{"Use the DENSITY keyword instead"}}}, {"GRDREACH", {false, std::nullopt}}, {"GRIDUNIT", {false, std::nullopt}}, {"GRUPMAST", {false, std::nullopt}},