mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing s from the name of function variableWellStateIndices()
This commit is contained in:
parent
8a166ebbd6
commit
14dbc9e7be
@ -305,7 +305,7 @@ namespace Opm {
|
||||
variableStateIndices() const;
|
||||
|
||||
std::vector<int>
|
||||
variableWellsStateIndices() const;
|
||||
variableWellStateIndices() const;
|
||||
|
||||
void
|
||||
addWellContribution2MassBalanceEq(const std::vector<ADB>& cq_s);
|
||||
|
@ -476,7 +476,7 @@ namespace detail {
|
||||
}
|
||||
template <class Grid, class Implementation>
|
||||
std::vector<int>
|
||||
BlackoilModelBase<Grid, Implementation>::variableWellsStateIndices() const
|
||||
BlackoilModelBase<Grid, Implementation>::variableWellStateIndices() const
|
||||
{
|
||||
// Black oil model standard is 5 equation.
|
||||
// For the pure well solve, only the well equations are picked.
|
||||
@ -1183,7 +1183,7 @@ namespace detail {
|
||||
vars0.reserve(2);
|
||||
variableWellStateInitials(well_state,vars0);
|
||||
std::vector<ADB> vars = ADB::variables(vars0);
|
||||
std::vector<int> indices = variableWellsStateIndices();
|
||||
std::vector<int> indices = variableWellStateIndices();
|
||||
SolutionState state0 = state;
|
||||
asImpl().makeConstantState(state0);
|
||||
SolutionState wellSolutionState = state0;
|
||||
|
Loading…
Reference in New Issue
Block a user