compute cmax every time step.

This commit is contained in:
Liu Ming 2014-11-17 17:23:04 +08:00
parent 9a5c889656
commit 4ce5661d9e

View File

@ -279,6 +279,7 @@ namespace {
{ {
const SolutionState state = constantState(x, xw); const SolutionState state = constantState(x, xw);
computeCmax(x, state.concentration);
computeAccum(state, 0); computeAccum(state, 0);
computeWellConnectionPressures(state, xw); computeWellConnectionPressures(state, xw);
} }