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:
@@ -279,6 +279,7 @@ namespace {
|
||||
|
||||
{
|
||||
const SolutionState state = constantState(x, xw);
|
||||
computeCmax(x, state.concentration);
|
||||
computeAccum(state, 0);
|
||||
computeWellConnectionPressures(state, xw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user