bug fixes.
This commit is contained in:
parent
8b9b155d2b
commit
ec7a73a118
@ -663,7 +663,7 @@ protected:
|
|||||||
newtonX[compIdx] = Opm::getValue(fluidState.moleFraction(oilPhaseIdx, compIdx));
|
newtonX[compIdx] = Opm::getValue(fluidState.moleFraction(oilPhaseIdx, compIdx));
|
||||||
newtonX[compIdx + numMiscibleComponents] = Opm::getValue(fluidState.moleFraction(gasPhaseIdx, 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
|
// Main Newton loop
|
||||||
|
Loading…
Reference in New Issue
Block a user