Merge pull request #4760 from plgbrts/std-network

removed GRUPNET from unsupported keyword list
This commit is contained in:
Kai Bao 2023-08-23 23:03:29 +02:00 committed by GitHub
commit 9e6c7071c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View File

@ -116,6 +116,14 @@ partiallySupported()
{1,{true, allow_values<std::string> {"NO", "YES"}, "GRIDOPTS(TRANMULT): should be set to either NO or YES"}}, // TRANMULT
},
},
{
"GRUPNET",
{
{5,{true, allow_values<std::string> {"NO"}, "GRUPNET(SUBSEAMANIFOLD): only option NO is supported"}}, // SUB_SEA_MANIFOLD
{6,{true, allow_values<std::string> {"NO"}, "GRUPNET(LIFTGAS): only option NO is supported"}}, // LIFT_GAS_FLOW_THROUGH
{7,{true, allow_values<std::string> {"NONE"}, "GRUPNET(ALQ-DEN): only option NONE is supported"}}, // ALQ_SURFACE_DENSITY
}
},
{
"GUIDERAT",
{

View File

@ -247,7 +247,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"GRAVDRM", {true, std::nullopt}},
{"GRDREACH", {true, std::nullopt}},
{"GRUPMAST", {true, std::nullopt}},
{"GRUPNET", {true, std::nullopt}},
{"GRUPRIG", {true, std::nullopt}},
{"GRUPSLAV", {true, std::nullopt}},
{"GRUPTARG", {true, std::nullopt}},

View File

@ -100,6 +100,14 @@ add_test_compareECLFiles(CASENAME network_balance_01
DIR network
TEST_ARGS --enable-tuning=true)
add_test_compareECLFiles(CASENAME network_standard
FILENAME NETWORK-01_STANDARD
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR network
TEST_ARGS --enable-tuning=true)
add_test_compareECLFiles(CASENAME gas_precsalt
FILENAME GASWATER_VAPWAT_PRECSALT
SIMULATOR flow