mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
Merge pull request #4760 from plgbrts/std-network
removed GRUPNET from unsupported keyword list
This commit is contained in:
commit
9e6c7071c0
@ -116,6 +116,14 @@ partiallySupported()
|
|||||||
{1,{true, allow_values<std::string> {"NO", "YES"}, "GRIDOPTS(TRANMULT): should be set to either NO or YES"}}, // TRANMULT
|
{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",
|
"GUIDERAT",
|
||||||
{
|
{
|
||||||
|
@ -247,7 +247,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"GRAVDRM", {true, std::nullopt}},
|
{"GRAVDRM", {true, std::nullopt}},
|
||||||
{"GRDREACH", {true, std::nullopt}},
|
{"GRDREACH", {true, std::nullopt}},
|
||||||
{"GRUPMAST", {true, std::nullopt}},
|
{"GRUPMAST", {true, std::nullopt}},
|
||||||
{"GRUPNET", {true, std::nullopt}},
|
|
||||||
{"GRUPRIG", {true, std::nullopt}},
|
{"GRUPRIG", {true, std::nullopt}},
|
||||||
{"GRUPSLAV", {true, std::nullopt}},
|
{"GRUPSLAV", {true, std::nullopt}},
|
||||||
{"GRUPTARG", {true, std::nullopt}},
|
{"GRUPTARG", {true, std::nullopt}},
|
||||||
|
@ -100,6 +100,14 @@ add_test_compareECLFiles(CASENAME network_balance_01
|
|||||||
DIR network
|
DIR network
|
||||||
TEST_ARGS --enable-tuning=true)
|
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
|
add_test_compareECLFiles(CASENAME gas_precsalt
|
||||||
FILENAME GASWATER_VAPWAT_PRECSALT
|
FILENAME GASWATER_VAPWAT_PRECSALT
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
|
Loading…
Reference in New Issue
Block a user