mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
only update individual wells after solve eq
This commit is contained in:
@@ -38,10 +38,6 @@ struct EclFlowGasOilProblem {
|
|||||||
using InheritsFrom = std::tuple<EclFlowProblem>;
|
using InheritsFrom = std::tuple<EclFlowProblem>;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
template<class TypeTag>
|
|
||||||
struct EnableDiffusion<TypeTag, TTag::EclFlowGasOilProblem> {
|
|
||||||
static constexpr bool value = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
//! The indices required by the model
|
//! The indices required by the model
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
|
|||||||
@@ -968,7 +968,7 @@ namespace Opm {
|
|||||||
for (auto& well : well_container_) {
|
for (auto& well : well_container_) {
|
||||||
well->solveWellEquation(ebosSimulator_, well_state_, local_deferredLogger);
|
well->solveWellEquation(ebosSimulator_, well_state_, local_deferredLogger);
|
||||||
}
|
}
|
||||||
updateWellControls(local_deferredLogger, /* check group controls */ true);
|
updateWellControls(local_deferredLogger, /* check group controls */ false);
|
||||||
}
|
}
|
||||||
|
|
||||||
gliftDebug("assemble() : running assembleWellEq()..", local_deferredLogger);
|
gliftDebug("assemble() : running assembleWellEq()..", local_deferredLogger);
|
||||||
|
|||||||
Reference in New Issue
Block a user