mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use ScheduleState to manage well test configuration
This commit is contained in:
parent
02fc2b9c53
commit
c1a1bf8683
@ -426,7 +426,7 @@ namespace Opm {
|
||||
template<typename TypeTag>
|
||||
void
|
||||
BlackoilWellModel<TypeTag>::wellTesting(const int timeStepIdx, const double simulationTime, Opm::DeferredLogger& deferred_logger) {
|
||||
const auto& wtest_config = schedule().wtestConfig(timeStepIdx);
|
||||
const auto& wtest_config = schedule()[timeStepIdx].wtest_config();
|
||||
if (wtest_config.size() != 0) { // there is a WTEST request
|
||||
|
||||
// average B factors are required for the convergence checking of well equations
|
||||
|
Loading…
Reference in New Issue
Block a user