Update UnsupportedFlowKeywords with Some Output Comments

Just minor changes to the output strings for better clarity.
This commit is contained in:
OPMUSER
2021-06-29 19:45:03 +08:00
parent 82834c0a3b
commit 741fddc2f7

View File

@@ -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}},