mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding variableStateWellIndices to StandardWells
to handle different types of variables later for different types of wells.
This commit is contained in:
@@ -1118,4 +1118,16 @@ namespace Opm
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
StandardWells::variableStateWellIndices(std::vector<int>& indices,
|
||||
int& next) const
|
||||
{
|
||||
indices[Qs] = next++;
|
||||
indices[Bhp] = next++;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user