mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
This commit adds a new overload of the calcReservoirVoidageRates() member function. The new overload does not depend on the user calling defineState(), but instead takes state variables as direct input arguments. Reimplement the state-dependent overload in terms of the new function. The immediate use case is calculating additional dynamic quantities per segment in a multisegmented well model, mostly for reporting purposes.