mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
There are field properties that can usually be queried even if they are not explicitly specified in the input file (e.g. PVTNUM). Unfortunately, the ParallelEclipseState cannot forsee which of these will be queried at startup and after the loadbalancing only the master process is able to auto creates these (easily). Hence this commit uses a fall-back if an unstored keyword is queried. In this case we use get_global-* to auto create the keyword and use functions of the cartesian mapper to extract the relevant values on the process. Of course this temporarily wastes space and we might want to resort to a more memory savy approach later. |
||
---|---|---|
.. | ||
core/props | ||
simulators |