20#ifndef OPM_WRITE_RPT_HPP
21#define OPM_WRITE_RPT_HPP
37 void write_report(std::ostream& os,
38 const std::string& reportType,
40 const Schedule& schedule,
41 const EclipseGrid& grid,
42 const UnitSystem& unit_system,
43 std::size_t time_step);
47namespace Opm::RptIO::workers {
49 void wellSpecification(std::ostream& os,
51 const Schedule& schedule,
52 const EclipseGrid& grid,
53 const UnitSystem& unit_system,
54 std::size_t time_step);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30