mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
makeing wellModel public for flow_polymer and flow_solvent.
This commit is contained in:
parent
cc957a77fe
commit
98a6495abc
@ -88,6 +88,8 @@ namespace Opm {
|
|||||||
ReservoirState& reservoir_state,
|
ReservoirState& reservoir_state,
|
||||||
WellState& well_state);
|
WellState& well_state);
|
||||||
|
|
||||||
|
using Base::wellModel;
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
@ -129,7 +131,6 @@ namespace Opm {
|
|||||||
// --------- Protected methods ---------
|
// --------- Protected methods ---------
|
||||||
|
|
||||||
// Need to declare Base members we want to use here.
|
// Need to declare Base members we want to use here.
|
||||||
using Base::wellModel;
|
|
||||||
using Base::wells;
|
using Base::wells;
|
||||||
using Base::variableState;
|
using Base::variableState;
|
||||||
using Base::computeGasPressure;
|
using Base::computeGasPressure;
|
||||||
|
@ -125,6 +125,7 @@ namespace Opm {
|
|||||||
WellState& well_state,
|
WellState& well_state,
|
||||||
const bool initial_assembly);
|
const bool initial_assembly);
|
||||||
|
|
||||||
|
using Base::wellModel;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
@ -180,7 +181,6 @@ namespace Opm {
|
|||||||
// --------- Protected methods ---------
|
// --------- Protected methods ---------
|
||||||
|
|
||||||
// Need to declare Base members we want to use here.
|
// Need to declare Base members we want to use here.
|
||||||
using Base::wellModel;
|
|
||||||
using Base::wells;
|
using Base::wells;
|
||||||
using Base::wellsActive;
|
using Base::wellsActive;
|
||||||
using Base::variableState;
|
using Base::variableState;
|
||||||
|
Loading…
Reference in New Issue
Block a user