EclGenericWriter.hpp File Reference
#include <opm/models/parallel/tasklets.hh>
#include <opm/simulators/flow/CollectDataOnIORank.hpp>
#include <opm/simulators/flow/Transmissibility.hpp>
#include <opm/simulators/timestepping/SimulatorReport.hpp>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for EclGenericWriter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::EclGenericWriter< Grid, EquilGrid, GridView, ElementMapper, Scalar >
 

Namespaces

namespace  Opm
 
namespace  Opm::Action
 

Detailed Description

Collects necessary output values and pass it to opm-output.

Caveats:

  • For this class to do do anything meaningful, you will have to have the OPM module opm-output.
  • The only DUNE grid which is currently supported is Dune::CpGrid from the OPM module "opm-grid". Using another grid won't fail at compile time but you will provoke a fatal exception as soon as you try to write an ECL output file.
  • This class requires to use the black oil model with the element centered finite volume discretization.