mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rebase
This commit is contained in:
parent
cfd502c0f2
commit
7b6f813aae
@ -76,6 +76,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"CART", {true, std::nullopt}},
|
||||
{"CBMOPTS", {true, std::nullopt}},
|
||||
{"CECON", {true, std::nullopt}},
|
||||
{"CNAMES", {false, std::nullopt}},
|
||||
{"CECONT", {true, std::nullopt}},
|
||||
{"COAL", {true, std::nullopt}},
|
||||
{"COALADS", {true, std::nullopt}},
|
||||
@ -97,6 +98,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"COMPRIV", {true, std::nullopt}},
|
||||
{"COMPRP", {true, std::nullopt}},
|
||||
{"COMPRPL", {true, std::nullopt}},
|
||||
{"COMPS", {false, std::nullopt}},
|
||||
{"COMPSEGL", {true, std::nullopt}},
|
||||
{"COMPVE", {true, std::nullopt}},
|
||||
{"COMPVEL", {true, std::nullopt}},
|
||||
@ -182,6 +184,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"FBHPDEF", {true, std::nullopt}},
|
||||
{"FHERCHBL", {true, std::nullopt}},
|
||||
{"FRICTION", {true, std::nullopt}},
|
||||
{"FIELDSEP", {false, std::nullopt}},
|
||||
{"FIPOWG", {false, std::string{"Report not available"}}},
|
||||
{"FIPSEP", {true, std::nullopt}},
|
||||
{"FLUXREG", {true, std::nullopt}},
|
||||
@ -212,6 +215,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"GASPERIO", {true, std::nullopt}},
|
||||
{"GASSATC", {true, std::nullopt}},
|
||||
{"GASYEAR", {true, std::nullopt}},
|
||||
{"GASWAT", {false, std::nullopt}},
|
||||
{"GCALECON", {true, std::nullopt}},
|
||||
{"GCONCAL", {true, std::nullopt}},
|
||||
{"GCONENG", {true, std::nullopt}},
|
||||
@ -282,6 +286,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"HMWPIMLT", {true, std::nullopt}},
|
||||
{"HMxxxxxx", {true, std::nullopt}},
|
||||
{"HRFIN", {true, std::nullopt}},
|
||||
{"HWELLS", {false, std::nullopt}},
|
||||
{"HWKRO", {true, std::nullopt}},
|
||||
{"HWKRORG", {true, std::nullopt}},
|
||||
{"HWKRORW", {true, std::nullopt}},
|
||||
@ -398,6 +403,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"MULT_XYZ", {true, std::nullopt}},
|
||||
{"NARROW", {true, std::nullopt}},
|
||||
{"NCONSUMP", {true, std::nullopt}},
|
||||
{"NCOMPS", {false, std::nullopt}},
|
||||
{"NEFAC", {true, std::nullopt}},
|
||||
{"NETCOMPA", {true, std::nullopt}},
|
||||
{"NEXT", {false, std::nullopt}},
|
||||
@ -579,6 +585,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"SMULTZ", {true, std::nullopt}},
|
||||
{"SOCRS", {true, std::nullopt}},
|
||||
{"SOF32D", {true, std::nullopt}},
|
||||
{"SOLID", {false, std::nullopt}},
|
||||
{"SOLVCONC", {true, std::nullopt}},
|
||||
{"SOLVDIMS", {true, std::nullopt}},
|
||||
{"SOLVDIRS", {false, std::nullopt}},
|
||||
@ -689,6 +696,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"WELDEBUG", {true, std::nullopt}},
|
||||
{"WELDRAW", {true, std::nullopt}},
|
||||
{"WELEVNT", {true, std::nullopt}},
|
||||
{"WELLSTRE", {false, std::nullopt}},
|
||||
{"WELMOVEL", {true, std::nullopt}},
|
||||
{"WELOPENL", {true, std::nullopt}},
|
||||
{"WELPRI", {true, std::nullopt}},
|
||||
@ -700,6 +708,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"WFRICTNL", {true, std::nullopt}},
|
||||
{"WGASPROD", {true, std::nullopt}},
|
||||
{"WGORPEN", {true, std::nullopt}},
|
||||
{"WINJGAS", {false, std::nullopt}},
|
||||
{"WH2NUM", {true, std::nullopt}},
|
||||
{"WH3NUM", {true, std::nullopt}},
|
||||
{"WHEDREFD", {true, std::nullopt}},
|
||||
@ -745,6 +754,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"WTMULT", {true, std::nullopt}},
|
||||
{"ZIPPY2", {false, std::nullopt}},
|
||||
{"ZIPP2OFF", {false, std::nullopt}},
|
||||
{"ZMFVD", {false, std::nullopt}},
|
||||
};
|
||||
|
||||
return unsupported_keywords;
|
||||
|
Loading…
Reference in New Issue
Block a user