Bård Skaflestad

Results 46 issues of Bård Skaflestad

This PR adds support for outputting and reloading the `DUDS` restart file array which holds values of segment level UDQs (`SU*`) in an (#segments)-by-(# MS wells)-by-(#segment level UDQs) dense structure....

This PR reimplements the `RestartIO::RstUDQ` type with a view towards introducing support for restarting simulation runs containing user defined quantities (UDQs) associated to the segments of multi-segmented wells. In particular,...

In particular - Explicitly include some headers that will not be available through transitive inclusion - Remove some unneeded objects/helper functions - Move helper functions into anonymous namespaces where appropriate...

Needed for compatibility.

In particular, - Split long lines. - Switch to initialising objects, especially references, using assignment syntax (`=`) instead of construction (`{}`). - Move function opening braces to next line. -...

The "integer control" format support in `RPTSCHED` influenced only the restart-like processing in `RSTConfig` and had no counterpart in the `RPTConfig` class. This commit corrects this omission and restores PRT...

This achieves two goals 1. It ensures proper sequencing with respect to other PRT file reports. 2. It simplifies generating WELSPECS reports in restarted simulation runs. To this end, amend...

This PR replaces the hard-coded "REPORT" and "WELSPECS" strings with ones derived from the actual elapsed time and report step dates. While here, rename the `WELSPECS.cpp` file to something slightly...

This PR replaces the static "RUN AT" timestamp currently used in the `WELSPECS` report (`RPTSCHED` keyword) with the current (local) time when the report is emitted. As an example, following...

This achieves two goals 1. It ensures proper sequencing with respect to other PRT file reports. 2. It simplifies generating WELSPECS reports in restarted simulation runs.