mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Let sim_2p_comp_ad throw if not given an input deck.
There is some code in place now to create wells for the no-deck case, but since it does not work correctly yet, the simulator intercepts this and throws.
This commit is contained in:
@@ -183,7 +183,7 @@ namespace Opm {
|
||||
well_kr_ = fluid_.relperm(well_s.col(0), well_s.col(1), V::Zero(nperf,1), well_cells);
|
||||
|
||||
const double atol = 1.0e-10;
|
||||
const double rtol = 5.0e-8;
|
||||
const double rtol = 5.0e-6;
|
||||
const int maxit = 15;
|
||||
|
||||
assemble(dt, state, well_state);
|
||||
|
||||
Reference in New Issue
Block a user