bug fixes.
This commit is contained in:
parent
e3864e1a90
commit
20d6078504
@ -663,7 +663,7 @@ protected:
|
||||
newtonX[compIdx] = Opm::getValue(fluidState.moleFraction(oilPhaseIdx, compIdx));
|
||||
newtonX[compIdx + numMiscibleComponents] = Opm::getValue(fluidState.moleFraction(gasPhaseIdx, compIdx));
|
||||
}
|
||||
newtonX[numMiscibleComponents*numMiscibleComponents] = Opm::getValue(L);
|
||||
newtonX[numMisciblePhases*numMiscibleComponents] = Opm::getValue(L);
|
||||
|
||||
//
|
||||
// Main Newton loop
|
||||
|
Loading…
Reference in New Issue
Block a user