Opm::BlackoilMatlabWriter< Grid > Class Template Reference

#include <SimulatorFullyImplicitBlackoilOutput.hpp>

Inheritance diagram for Opm::BlackoilMatlabWriter< Grid >:
Inheritance graph

Public Member Functions

 BlackoilMatlabWriter (const Grid &grid, const std::string &outputDir)
 
void writeInit (const SimulatorTimerInterface &)
 
void writeTimeStep (const SimulatorTimerInterface &timer, const SimulatorState &reservoirState, const WellState &wellState, bool=false)
 

Protected Attributes

const Grid & grid_
 
const std::string outputDir_
 

Detailed Description

template<class Grid>
class Opm::BlackoilMatlabWriter< Grid >

Wrapper class satisfying the OutputWriter interface and writing Matlab output.

Constructor & Destructor Documentation

template<class Grid >
Opm::BlackoilMatlabWriter< Grid >::BlackoilMatlabWriter ( const Grid &  grid,
const std::string &  outputDir 
)
inline

Member Function Documentation

template<class Grid >
void Opm::BlackoilMatlabWriter< Grid >::writeInit ( const SimulatorTimerInterface &  )
inline

template<class Grid >
void Opm::BlackoilMatlabWriter< Grid >::writeTimeStep ( const SimulatorTimerInterface &  timer,
const SimulatorState &  reservoirState,
const WellState &  wellState,
bool  = false 
)
inline

Member Data Documentation

template<class Grid >
const Grid& Opm::BlackoilMatlabWriter< Grid >::grid_
protected
template<class Grid >
const std::string Opm::BlackoilMatlabWriter< Grid >::outputDir_
protected

The documentation for this class was generated from the following file: