adding updateConnectionRatePolyMW to StandardWell

This commit is contained in:
Kai Bao
2019-06-06 11:47:59 +02:00
parent 2256395957
commit 4449f0c172
2 changed files with 47 additions and 24 deletions

View File

@@ -488,6 +488,13 @@ namespace Opm
ConvergenceReport& report,
DeferredLogger& deferred_logger) const;
// updating the connectionRates_ related polymer molecular weight
void updateConnectionRatePolyMW(const EvalWell& cq_s_poly,
const IntensiveQuantities& int_quants,
const WellState& well_state,
const int perf,
DeferredLogger& deferred_logger);
};
}