mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add solvent+foam test
This commit is contained in:
parent
1592ef8bd2
commit
8c9220c8e9
@ -800,6 +800,13 @@ add_test_compareECLFiles(CASENAME spe1_foam
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_foam)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_solvent_foam
|
||||
FILENAME SPE1CASE2_SOLVENT_FOAM
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_solvent)
|
||||
|
||||
add_test_compareECLFiles(CASENAME bc_lab
|
||||
FILENAME BC_LAB
|
||||
SIMULATOR flow
|
||||
|
@ -159,6 +159,7 @@ tests[udq_undefined]="flow udq_actionx UDQ_M2"
|
||||
tests[udq_in_actionx]="flow udq_actionx UDQ_M3"
|
||||
tests[udq_pyaction]="flow udq_actionx PYACTION_WCONPROD"
|
||||
tests[spe1_foam]="flow spe1_foam SPE1FOAM"
|
||||
tests[spe1_solvent_foam]="flow spe1_solvent SPE1CASE2_SOLVENT_FOAM"
|
||||
tests[wsegsicd]="flow wsegsicd TEST_WSEGSICD"
|
||||
tests[wsegaicd]="flow wsegaicd BASE_MSW_WSEGAICD"
|
||||
tests[wsegvalv]="flow wsegvalv BASE_MSW_WSEGVALV"
|
||||
|
Loading…
Reference in New Issue
Block a user