mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Declare Support for WPAVE/WBPn
We emit a warning if the model uses connection flag 'ALL', but continue the run. This behaviour is still being debated and we may decide to halt the run in this situation.
This commit is contained in:
@@ -676,10 +676,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"WBHGLR", {true, std::nullopt}},
|
||||
{"WBOREVOL", {true, std::nullopt}},
|
||||
{"WCALCVAL", {true, std::nullopt}},
|
||||
{"WBP", {false, std::nullopt}},
|
||||
{"WBP4", {false, std::nullopt}},
|
||||
{"WBP5", {false, std::nullopt}},
|
||||
{"WBP9", {false, std::nullopt}},
|
||||
{"WCONINJ", {true, std::nullopt}},
|
||||
{"WCONINJP", {true, std::nullopt}},
|
||||
{"WCUTBACK", {true, std::nullopt}},
|
||||
@@ -720,7 +716,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"WNETDP", {true, std::nullopt}},
|
||||
{"WORKLIM", {true, std::nullopt}},
|
||||
{"WORKTHP", {true, std::nullopt}},
|
||||
{"WPAVE", {false, std::nullopt}},
|
||||
{"WPIMULTL", {true, std::nullopt}},
|
||||
{"WPITAB", {true, std::nullopt}},
|
||||
{"WPLUG", {true, std::nullopt}},
|
||||
@@ -751,7 +746,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"WTEMPQ", {true, std::nullopt}},
|
||||
{"WTHPMAX", {true, std::nullopt}},
|
||||
{"WTMULT", {true, std::nullopt}},
|
||||
{"WWPAVE", {true, std::nullopt}},
|
||||
{"ZIPPY2", {false, std::nullopt}},
|
||||
{"ZIPP2OFF", {false, std::nullopt}},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user