mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
putting update of water injection mobility to a separate function
computeInjectionMobility() in BlackoilPolymerModel
This commit is contained in:
@@ -227,6 +227,10 @@ namespace Opm {
|
||||
computeAccum(const SolutionState& state,
|
||||
const int aix );
|
||||
|
||||
void
|
||||
computeInjectionMobility(const SolutionState& state,
|
||||
std::vector<ADB>& mob_perfcells);
|
||||
|
||||
void
|
||||
assembleMassBalanceEq(const SolutionState& state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user