24 #ifndef OPM_SIMULATOR_UTILS_HPP 25 #define OPM_SIMULATOR_UTILS_HPP 49 template<
class Scalar>
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
std::string humanReadableTime(double timeInSeconds, bool isAmendment)
Given a time step size in seconds, return it in a format which is more easily parsable by humans...
Definition: simulatorutils.cpp:45
std::vector< Scalar > readTimeStepFile(const std::string &file)
Read explicitly defined time steps from file.
Definition: simulatorutils.cpp:146
std::string simulatorOutputDir()
Determine and check the configured directory for simulation output.
Definition: simulatorutils.cpp:119