mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
Add tests for parallel multisegment wells
This commit is contained in:
parent
6bdb80126f
commit
6784db2d1d
@ -36,6 +36,27 @@ add_test_compare_parallel_simulation(CASENAME spe9_dist_z
|
|||||||
REL_TOL ${rel_tol_parallel}
|
REL_TOL ${rel_tol_parallel}
|
||||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --enable-drift-compensation=false)
|
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --enable-drift-compensation=false)
|
||||||
|
|
||||||
|
# A test for distributed multisegment wells. We load distribute only along the z-axis
|
||||||
|
add_test_compare_parallel_simulation(CASENAME msw-simple
|
||||||
|
FILENAME MSW-SIMPLE # this file contains one Multisegment well without branches that is distributed across several processes
|
||||||
|
DIR msw
|
||||||
|
SIMULATOR flow_distribute_z
|
||||||
|
ONLY_SMRY 1
|
||||||
|
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-5
|
||||||
|
MPI_PROCS 4
|
||||||
|
TEST_ARGS --solver-max-time-step-in-days=10 --allow-distributed-wells=true)
|
||||||
|
|
||||||
|
add_test_compare_parallel_simulation(CASENAME msw-3d
|
||||||
|
FILENAME MSW-3D # this file contains one Multisegment well with branches that is distributed across several processes
|
||||||
|
DIR msw
|
||||||
|
SIMULATOR flow_distribute_z
|
||||||
|
ONLY_SMRY 1
|
||||||
|
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
|
add_test_compare_parallel_simulation(CASENAME spe9group
|
||||||
FILENAME SPE9_CP_GROUP
|
FILENAME SPE9_CP_GROUP
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
|
Loading…
Reference in New Issue
Block a user