simulatorutils.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for simulatorutils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

std::string Opm::humanReadableTime (double timeInSeconds, bool isAmendment=true)
 Given a time step size in seconds, return it in a format which is more easily parsable by humans. More...
 
std::string Opm::simulatorOutputDir ()
 Determine and check the configured directory for simulation output. More...
 
template<class Scalar >
std::vector< Scalar > Opm::readTimeStepFile (const std::string &file)
 Read explicitly defined time steps from file. More...