20#ifndef OPM_WRITE_INIT_HPP
21#define OPM_WRITE_INIT_HPP
36namespace Opm {
namespace data {
42namespace Opm {
namespace EclIO {
namespace OutputStream {
48namespace Opm {
namespace InitIO {
50 void write(const ::Opm::EclipseState& es,
51 const ::Opm::EclipseGrid& grid,
52 const ::Opm::Schedule& schedule,
53 const ::Opm::data::Solution& simProps,
54 std::map<std::string, std::vector<int>> int_data,
55 const std::vector<::Opm::NNCdata>& nnc,
56 ::Opm::EclIO::OutputStream::Init& initFile);
File manager for "init" output streams.
Definition OutputStream.hpp:56
About cell information and dimension: The actual grid information is held in a pointer to an ERT ecl_...
Definition EclipseGrid.hpp:61
Definition EclipseState.hpp:62
Definition Schedule.hpp:101
Definition Solution.hpp:35
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30