mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix: update rockCompTransMultiplier_.
This commit is contained in:
parent
ad83a9531c
commit
658b366ee1
@ -486,6 +486,8 @@ public:
|
||||
porosity_ *= (1.0 - Sp);
|
||||
}
|
||||
|
||||
rockCompTransMultiplier_ = problem.template rockCompTransMultiplier<Evaluation>(*this, globalSpaceIdx);
|
||||
|
||||
asImp_().solventPvtUpdate_(elemCtx, dofIdx, timeIdx);
|
||||
asImp_().zPvtUpdate_();
|
||||
asImp_().polymerPropertiesUpdate_(elemCtx, dofIdx, timeIdx);
|
||||
|
Loading…
Reference in New Issue
Block a user