Opm::OutputWriter Class Referenceabstract
Inheritance diagram for Opm::OutputWriter:
Constructor & Destructor Documentation
Allow derived classes to be used in the unique_ptr that is returned from the create() method. (Every class that should be delete'd should have a proper constructor, and if the base class isn't virtual then the compiler won't call the right one when the unique_ptr goes out of scope). Member Function Documentation
Create a suitable set of output formats based on configuration.
Write the static data (grid, PVT curves, etc) to disk. This routine should be called before the first timestep (i.e. when timer.currentStepNum () == 0) Implemented in Opm::EclipseWriter.
Write a blackoil reservoir state to disk for later inspection with visualization tools like ResInsight.
This routine should be called after the timestep has been advanced, i.e. timer.currentStepNum () > 0. Implemented in Opm::EclipseWriter. Referenced by Opm::AdaptiveTimeStepping::stepImpl(). The documentation for this class was generated from the following file: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||