mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add test testing the model MSW_MODEL_1 with distributed wells
This commit is contained in:
parent
6b5097ce63
commit
fd44dd38ae
@ -64,6 +64,15 @@ add_test_compare_parallel_simulation(CASENAME msw-3d-two-producers
|
||||
MPI_PROCS 4
|
||||
TEST_ARGS --allow-distributed-wells=true)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME msw-model-1
|
||||
FILENAME MSW_MODEL_1
|
||||
DIR model1
|
||||
SIMULATOR flow_distribute_z
|
||||
ABS_TOL 1e4 # the absolute tolerance is pretty high here, yet in this case, we are only interested in the relative tolerance
|
||||
REL_TOL 1e-4
|
||||
MPI_PROCS 4
|
||||
TEST_ARGS --allow-distributed-wells=true)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe9group
|
||||
FILENAME SPE9_CP_GROUP
|
||||
SIMULATOR flow
|
||||
|
Loading…
Reference in New Issue
Block a user