mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add regression test
This commit is contained in:
parent
dcba4d9496
commit
5780aa8d38
@ -119,8 +119,8 @@ partiallySupported()
|
||||
{
|
||||
"GRUPNET",
|
||||
{
|
||||
{5,{true, allow_values<std::string> {}, "GRUPNET(SUBSEAMANIFOLD): not supported use default"}}, // SUB_SEA_MANIFOLD
|
||||
{6,{true, allow_values<std::string> {}, "GRUPNET(LIFTGAS): not supported use default"}}, // LIFT_GAS_FLOW_THROUGH
|
||||
{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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user