water-gas ratio input and output plus simulator for salt precipitation and water evaporation

This commit is contained in:
Paul Egberts
2022-03-01 17:54:22 +01:00
parent 131bb6585f
commit 797fdc278b
15 changed files with 238 additions and 13 deletions

View File

@@ -488,7 +488,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"PPCWMAX", {false, std::nullopt}},
{"PRORDER", {false, std::nullopt}},
{"PRVD", {false, std::nullopt}},
{"PVTGW", {false, std::nullopt}},
//{"PVTGW", {false, std::nullopt}},
{"PVTGWO", {false, std::nullopt}},
{"RAINFALL", {false, std::nullopt}},
{"RBEDCONT", {false, std::nullopt}},
@@ -549,7 +549,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"RSCONSTT", {false, std::nullopt}},
{"RSSPEC", {false, std::nullopt}},
{"RTEMPA", {false, std::nullopt}},
{"RWGSALT", {false, std::nullopt}},
//{"RWGSALT", {false, std::nullopt}},
{"SAMG", {false, std::nullopt}},
{"SAVE", {false, std::nullopt}},
{"SKIP", {false, std::nullopt}},
@@ -659,7 +659,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"USECUPL", {false, std::nullopt}},
{"USEFLUX", {false, std::nullopt}},
{"USENOFLO", {false, std::nullopt}},
{"VAPWAT", {false, std::nullopt}},
//{"VAPWAT", {false, std::nullopt}},
{"VDFLOW", {false, std::nullopt}},
{"VDFLOWR", {false, std::nullopt}},
{"VE", {false, std::nullopt}},