#include <opm/common/utility/TimeService.hpp>
#include <opm/input/eclipse/Units/UnitSystem.hpp>
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <ctime>
#include <string>
Go to the source code of this file.
|
| std::string | Opm::economicLimitDateString (const std::time_t start_time, const double sim_time) |
| | Calendar date (DD-Mon-YYYY, UTC) reached at start_time plus sim_time seconds. More...
|
| |
| std::string | Opm::economicLimitWhenString (const UnitSystem &unit_system, const std::time_t start_time, const double sim_time) |
| | The "at time ... (date = ...)" clause shared by the well (WECON) and connection (CECON) economic-limit messages. More...
|
| |
| const std::string & | Opm::economicLimitMessageSeparator () |
| | Separator line used to frame economic-limit workover messages. Built once and returned by reference (all callers use the same line). More...
|
| |