mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed bug in computation of effectiveTotalMobility.
This commit is contained in:
@@ -313,7 +313,7 @@ namespace Opm
|
||||
bool if_with_der) const
|
||||
{
|
||||
double mob[2];
|
||||
double dmob_ds[2];
|
||||
double dmob_ds[4];
|
||||
double dmobwat_dc;
|
||||
effectiveMobilitiesBoth(c, cmax, visc, relperm, drelperm_ds,
|
||||
mob, dmob_ds, dmobwat_dc, if_with_der);
|
||||
|
||||
Reference in New Issue
Block a user