mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Update UnsupportedFlowKeywords with Some Output Comments
Just minor changes to the output strings for better clarity.
This commit is contained in:
@@ -54,7 +54,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"AQUCHGAS", {false, std::nullopt}},
|
||||
{"AQUCHWAT", {false, std::nullopt}},
|
||||
{"AQUCWFAC", {false, std::nullopt}},
|
||||
{"AQUFET", {false, std::nullopt}},
|
||||
{"AQUFET", {false, std::string{"Use the AQUFETP keyword instead"}}},
|
||||
{"AQUFLUX", {false, std::nullopt}},
|
||||
{"AQUNNC", {false, std::nullopt}},
|
||||
{"AUTOCOAR", {false, std::nullopt}},
|
||||
@@ -182,6 +182,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"FBHPDEF", {false, std::nullopt}},
|
||||
{"FHERCHBL", {false, std::nullopt}},
|
||||
{"FRICTION", {false, std::nullopt}},
|
||||
{"FIPOWG", {false, std::string{"Report not available"}}},
|
||||
{"FIPSEP", {false, std::nullopt}},
|
||||
{"FLUXREG", {false, std::nullopt}},
|
||||
{"FLUXTYPE", {false, std::nullopt}},
|
||||
@@ -581,6 +582,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"SEPVALS", {false, std::nullopt}},
|
||||
{"SFOAM", {false, std::nullopt}},
|
||||
{"SGF32D", {false, std::nullopt}},
|
||||
{"SHRATE", {false, std::string{"See the PLYSHEAR keyword instead"}}},
|
||||
{"SIGMA", {false, std::nullopt}},
|
||||
{"SIGMAGD", {false, std::nullopt}},
|
||||
{"SIGMAGDV", {false, std::nullopt}},
|
||||
|
||||
Reference in New Issue
Block a user