c8e0d596118a2d5806449657a72b69d206661321
- 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).
Description
Collection of utilities, solvers and other components.
Languages
C++
83%
C
15.9%
CMake
1%