EclipseWriter.hpp
Go to the documentation of this file.
static int eclipseWellStatusMask(WellCommon::StatusEnum wellStatus) static int eclipseWellTypeMask(WellType wellType, WellInjector::TypeEnum injectorType) std::shared_ptr< const EclipseWriter > EclipseWriterConstPtr Definition: EclipseWriter.hpp:129 Definition: grid.h:98 EclipseWriter(const parameter::ParameterGroup ¶ms, Opm::EclipseStateConstPtr eclipseState, const Opm::PhaseUsage &phaseUsage, int numCells, const int *compressedToCartesianCellIdx) Sets the common attributes required to write eclipse binary files using ERT. Definition: AnisotropicEikonal.hpp:43 Definition: ParameterGroup.hpp:109 Definition: SimulatorState.hpp:16 int numCells(const UnstructuredGrid &grid) Get the number of cells of a grid. std::shared_ptr< EclipseWriter > EclipseWriterPtr Definition: EclipseWriter.hpp:128 A class to write the reservoir state and the well state of a blackoil simulation to disk using the Ec... Definition: EclipseWriter.hpp:60 virtual ~EclipseWriter() Definition: OutputWriter.hpp:61 virtual void writeTimeStep(const SimulatorTimerInterface &timer, const SimulatorState &reservoirState, const WellState &wellState, bool isSubstep) Write a reservoir state and summary information to disk. Interface class for SimulatorTimer objects, to be improved. Definition: SimulatorTimerInterface.hpp:33 virtual void writeInit(const SimulatorTimerInterface &timer) Definition: BlackoilPhases.hpp:36 static ert_ecl_unit_enum convertUnitTypeErtEclUnitEnum(UnitSystem::UnitType unit) |