mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
9e90dcebe5
In the Wells struct, production rate control targets must be negative (and injection rate control targets are always positive). In the WellsGroup classes, there are separate variables for injection and production, and all rates are positive. Therefore, upon adding or modification of a production rate control, the negated value must be used. |
||
---|---|---|
.. | ||
InjectionSpecification.cpp | ||
InjectionSpecification.hpp | ||
ProductionSpecification.cpp | ||
ProductionSpecification.hpp | ||
WellCollection.cpp | ||
WellCollection.hpp | ||
WellsGroup.cpp | ||
WellsGroup.hpp | ||
WellsManager.cpp | ||
WellsManager.hpp |