renaming well_solutions_ and well_variables

to give slightly easier understanding.
This commit is contained in:
Kai Bao
2017-08-21 15:41:25 +02:00
parent 25869026e5
commit bc78553686
5 changed files with 75 additions and 71 deletions

View File

@@ -199,7 +199,7 @@ namespace Opm {
void updateGroupControls(WellState& well_state) const;
// setting the well_solutions_ based on well_state.
void setWellSolutions(const WellState& well_state) const;
void updatePrimaryVariables(const WellState& well_state) const;
void setupCompressedToCartesian(const int* global_cell, int number_of_cells, std::map<int,int>& cartesian_to_compressed ) const;
@@ -234,7 +234,7 @@ namespace Opm {
void computeAccumWells() const;
void setWellPrimaryVariables() const;
void initPrimaryVariablesEvaluation() const;
// The number of components in the model.
int numComponents() const