mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
moving numWellVars from models to Wells.
This commit is contained in:
@@ -112,19 +112,6 @@ namespace Opm {
|
||||
|
||||
|
||||
|
||||
template <class Grid>
|
||||
int
|
||||
BlackoilMultiSegmentModel<Grid>::numWellVars() const
|
||||
{
|
||||
// For each segment, we have a pressure variable, and one flux per phase.
|
||||
const int nseg = wellModel().numSegment();
|
||||
return (numPhases() + 1) * nseg;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template <class Grid>
|
||||
void
|
||||
BlackoilMultiSegmentModel<Grid>::makeConstantState(SolutionState& state) const
|
||||
|
||||
Reference in New Issue
Block a user