mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove WVFPEXP from unsupported keywords
This commit is contained in:
parent
6ef3a28472
commit
683ed0df1f
@ -302,6 +302,12 @@ partiallySupported()
|
|||||||
{3,{false, allow_values<std::string> {"E", "P", "EP", "PE", ""}, "WTEST(TEST): only the E (economic) option is currently supported – will continue"}}, // REASON
|
{3,{false, allow_values<std::string> {"E", "P", "EP", "PE", ""}, "WTEST(TEST): only the E (economic) option is currently supported – will continue"}}, // REASON
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"WVFPEXP",
|
||||||
|
{
|
||||||
|
{5,{false, allow_values<std::string> {"WG"}, "WVFPEXP(EXTRAPOLATION_CONTROL): only support linear extrapolation – will continue"}}, // EXTRAPOLATION_CONTROL
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
return partially_supported_keywords_strings;
|
return partially_supported_keywords_strings;
|
||||||
|
@ -759,7 +759,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"WTHPMAX", {false, std::nullopt}},
|
{"WTHPMAX", {false, std::nullopt}},
|
||||||
{"WTMULT", {false, std::nullopt}},
|
{"WTMULT", {false, std::nullopt}},
|
||||||
{"WVFPDP", {false, std::nullopt}},
|
{"WVFPDP", {false, std::nullopt}},
|
||||||
{"WVFPEXP", {false, std::nullopt}},
|
|
||||||
{"WWPAVE", {false, std::nullopt}},
|
{"WWPAVE", {false, std::nullopt}},
|
||||||
{"ZIPPY2", {false, std::nullopt}},
|
{"ZIPPY2", {false, std::nullopt}},
|
||||||
{"ZIPP2OFF", {false, std::nullopt}},
|
{"ZIPP2OFF", {false, std::nullopt}},
|
||||||
|
@ -182,7 +182,7 @@ activeProductionConstraint(const SingleWellState& ws,
|
|||||||
return Well::ProducerCMode::THP;
|
return Well::ProducerCMode::THP;
|
||||||
} else {
|
} else {
|
||||||
this->operability_status_.thp_limit_violated_but_not_switched = true;
|
this->operability_status_.thp_limit_violated_but_not_switched = true;
|
||||||
deferred_logger.debug("NOT_SWITCHING_TO_THP",
|
deferred_logger.info("NOT_SWITCHING_TO_THP",
|
||||||
"The THP limit is violated for producer " +
|
"The THP limit is violated for producer " +
|
||||||
this->name() +
|
this->name() +
|
||||||
". But the rate will increase if switched to THP. " +
|
". But the rate will increase if switched to THP. " +
|
||||||
|
Loading…
Reference in New Issue
Block a user