mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Mark GRAVITY Keyword as Supported in the Simulator
The input layer now converts this input to DENSITY data.
This commit is contained in:
@@ -242,7 +242,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"GRAVDR", {false, std::nullopt}},
|
{"GRAVDR", {false, std::nullopt}},
|
||||||
{"GRAVDRB", {false, std::nullopt}},
|
{"GRAVDRB", {false, std::nullopt}},
|
||||||
{"GRAVDRM", {false, std::nullopt}},
|
{"GRAVDRM", {false, std::nullopt}},
|
||||||
{"GRAVITY", {false, std::string{"Use the DENSITY keyword instead"}}},
|
|
||||||
{"GRDREACH", {false, std::nullopt}},
|
{"GRDREACH", {false, std::nullopt}},
|
||||||
{"GRIDUNIT", {false, std::nullopt}},
|
{"GRIDUNIT", {false, std::nullopt}},
|
||||||
{"GRUPMAST", {false, std::nullopt}},
|
{"GRUPMAST", {false, std::nullopt}},
|
||||||
|
|||||||
Reference in New Issue
Block a user