Use porevolume of last step in computation of gravity residual.

This commit is contained in:
Xavier Raynaud 2012-09-04 14:21:51 +02:00
parent a8cb519d4e
commit 876d23942c

View File

@ -349,7 +349,7 @@ namespace Opm
gf[1] = gravflux[pos];
}
s0 = tm.saturation_[cell];
dtpv = tm.dt_/tm.porevolume0_[cell];
dtpv = tm.dt_/tm.porevolume_[cell];
}
double operator()(double s) const