Compute well productivity index and pass it to the output

This commit is contained in:
Tor Harald Sandve
2018-11-02 15:21:58 +01:00
parent a969fd198a
commit 8fe2be3b7f
5 changed files with 79 additions and 0 deletions

View File

@@ -333,6 +333,8 @@ namespace Opm
void solveWellForTesting(Simulator& ebosSimulator, WellState& well_state, const std::vector<double>& B_avg, bool terminal_output);
void scaleProductivityIndex(const int perfIdx, double& productivity_index) const;
};
}