adding checkRateEconLimited to StandardWells

to check rate related to economic limits.
This commit is contained in:
Kai Bao
2016-06-28 16:13:08 +02:00
parent d48399ac3a
commit c77aa5af09
2 changed files with 58 additions and 1 deletions

View File

@@ -220,6 +220,12 @@ namespace Opm {
const std::vector<double>& depth_perf,
const double grav);
template <class WellState>
bool checkRateEconLimits(const WellEconProductionLimits& econ_production_limits,
const WellState& well_state,
const int well_number) const;
};