mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Simulator programs and utilities for automatic differentiation.
- Added solveMultiCell() virtual method. - TransportModelInterface::reorderAndTransport() now calls solveMultiCell() instead of aborting if encountering multi-cell components. - Implemented solveMultiCell() in TransportModelTwophase by solving each cell individually with solveSingleCell() and repeating until saturation change is small (hardcoded 1e-9 for now). |
||
---|---|---|
opm/core |