mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4695 from bska/wbp-declare-support
Declare Support for WPAVE/WBPn
This commit is contained in:
commit
9f87301ff4
@ -306,6 +306,12 @@ partiallySupported()
|
|||||||
{7,{true, allow_values<std::string> {"NO"}, "WLIFTOPT(OPTLIMIT): only the default NO option is supported"}}, // ALLOCATE_EXTRA_LIFT_GAS
|
{7,{true, allow_values<std::string> {"NO"}, "WLIFTOPT(OPTLIMIT): only the default NO option is supported"}}, // ALLOCATE_EXTRA_LIFT_GAS
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"WPAVE",
|
||||||
|
{
|
||||||
|
{4,{false, allow_values<std::string> {"OPEN"}, "WPAVE(WPAVE4) Connection flag not really supported. Should be OPEN or defaulted."}}, // CONNECTION
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"WTEST",
|
"WTEST",
|
||||||
{
|
{
|
||||||
@ -318,6 +324,12 @@ partiallySupported()
|
|||||||
{5,{false, allow_values<std::string> {"WG"}, "WVFPEXP(EXTRAP): only linear extrapolation is support "}}, // EXTRAPOLATION_CONTROL
|
{5,{false, allow_values<std::string> {"WG"}, "WVFPEXP(EXTRAP): only linear extrapolation is support "}}, // EXTRAPOLATION_CONTROL
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"WWPAVE",
|
||||||
|
{
|
||||||
|
{5,{false, allow_values<std::string> {"OPEN"}, "WWPAVE(WPAVE4) Connection flag not really supported. Should be OPEN or defaulted."}}, // CONNECTION
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
return partially_supported_keywords_strings;
|
return partially_supported_keywords_strings;
|
||||||
|
@ -676,10 +676,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"WBHGLR", {true, std::nullopt}},
|
{"WBHGLR", {true, std::nullopt}},
|
||||||
{"WBOREVOL", {true, std::nullopt}},
|
{"WBOREVOL", {true, std::nullopt}},
|
||||||
{"WCALCVAL", {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}},
|
{"WCONINJ", {true, std::nullopt}},
|
||||||
{"WCONINJP", {true, std::nullopt}},
|
{"WCONINJP", {true, std::nullopt}},
|
||||||
{"WCUTBACK", {true, std::nullopt}},
|
{"WCUTBACK", {true, std::nullopt}},
|
||||||
@ -720,7 +716,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"WNETDP", {true, std::nullopt}},
|
{"WNETDP", {true, std::nullopt}},
|
||||||
{"WORKLIM", {true, std::nullopt}},
|
{"WORKLIM", {true, std::nullopt}},
|
||||||
{"WORKTHP", {true, std::nullopt}},
|
{"WORKTHP", {true, std::nullopt}},
|
||||||
{"WPAVE", {false, std::nullopt}},
|
|
||||||
{"WPIMULTL", {true, std::nullopt}},
|
{"WPIMULTL", {true, std::nullopt}},
|
||||||
{"WPITAB", {true, std::nullopt}},
|
{"WPITAB", {true, std::nullopt}},
|
||||||
{"WPLUG", {true, std::nullopt}},
|
{"WPLUG", {true, std::nullopt}},
|
||||||
@ -751,7 +746,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"WTEMPQ", {true, std::nullopt}},
|
{"WTEMPQ", {true, std::nullopt}},
|
||||||
{"WTHPMAX", {true, std::nullopt}},
|
{"WTHPMAX", {true, std::nullopt}},
|
||||||
{"WTMULT", {true, std::nullopt}},
|
{"WTMULT", {true, std::nullopt}},
|
||||||
{"WWPAVE", {true, std::nullopt}},
|
|
||||||
{"ZIPPY2", {false, std::nullopt}},
|
{"ZIPPY2", {false, std::nullopt}},
|
||||||
{"ZIPP2OFF", {false, std::nullopt}},
|
{"ZIPP2OFF", {false, std::nullopt}},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user