mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 17:55:32 -06:00
Add Regression Test for Undefined UDQ Variables
Undefined UDQs get the value in UDQPARAM(3). The UDQ-01 test model triggers an action block if and only if we implement that behaviour.
This commit is contained in:
parent
4df6880f91
commit
d0ea690cfa
@ -585,6 +585,13 @@ add_test_compareECLFiles(CASENAME reg_smry_in_fld_udq
|
||||
DIR udq_actionx
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
|
||||
add_test_compareECLFiles(CASENAME udq_undefined_2
|
||||
FILENAME UDQ-01
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR actionx)
|
||||
|
||||
add_test_compareECLFiles(CASENAME cskin-01
|
||||
FILENAME CSKIN-01
|
||||
SIMULATOR flow
|
||||
|
Loading…
Reference in New Issue
Block a user