mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
compute cmax every time step.
This commit is contained in:
parent
9a5c889656
commit
4ce5661d9e
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user