mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
MultisegmentWellEval: make assembleICDPressureEq non-const
this changes class state
This commit is contained in:
@@ -1600,7 +1600,7 @@ MultisegmentWellEval<FluidSystem,Indices,Scalar>::
|
|||||||
assembleICDPressureEq(const int seg,
|
assembleICDPressureEq(const int seg,
|
||||||
const UnitSystem& unit_system,
|
const UnitSystem& unit_system,
|
||||||
WellState& well_state,
|
WellState& well_state,
|
||||||
DeferredLogger& deferred_logger) const
|
DeferredLogger& deferred_logger)
|
||||||
{
|
{
|
||||||
// TODO: upwinding needs to be taken care of
|
// TODO: upwinding needs to be taken care of
|
||||||
// top segment can not be a spiral ICD device
|
// top segment can not be a spiral ICD device
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ protected:
|
|||||||
void assembleICDPressureEq(const int seg,
|
void assembleICDPressureEq(const int seg,
|
||||||
const UnitSystem& unit_system,
|
const UnitSystem& unit_system,
|
||||||
WellState& well_state,
|
WellState& well_state,
|
||||||
DeferredLogger& deferred_logger) const;
|
DeferredLogger& deferred_logger);
|
||||||
|
|
||||||
|
|
||||||
void assemblePressureEq(const int seg,
|
void assemblePressureEq(const int seg,
|
||||||
|
|||||||
Reference in New Issue
Block a user