SimulatorOutput.hpp
Go to the documentation of this file.
virtual ~SimulatorOutputBase() Definition: grid.h:98 Definition: AnisotropicEikonal.hpp:43 Definition: ParameterGroup.hpp:109 Definition: SimulatorOutput.hpp:51 std::shared_ptr< const SimulatorTimer > timer_ Just hold a reference to these objects that are owned elsewhere. Definition: SimulatorOutput.hpp:81 Definition: SimulatorOutput.hpp:146 Definition: SimulatorState.hpp:16 std::shared_ptr< const WellState > wellState_ Definition: SimulatorOutput.hpp:84 std::unique_ptr< OutputWriter > writer_ Created locally and destructed together with us. Definition: SimulatorOutput.hpp:87 SimulatorOutputBase(const parameter::ParameterGroup &p, std::shared_ptr< const EclipseState > eclipseState, const Opm::PhaseUsage &phaseUsage, std::shared_ptr< const UnstructuredGrid > grid, std::shared_ptr< const SimulatorTimer > timer, std::shared_ptr< const SimulatorState > state, std::shared_ptr< const WellState > wellState) SimulatorOutput(const parameter::ParameterGroup ¶ms, const EclipseState &eclipseState, const Opm::PhaseUsage &phaseUsage, const UnstructuredGrid &grid, const SimulatorTimer &timer, const SimulatorState &state, const WellState &wellState, Simulator &sim) Definition: SimulatorOutput.hpp:171 SimulatorOutput(const parameter::ParameterGroup ¶ms, std::shared_ptr< const EclipseState > eclipseState, const Opm::PhaseUsage &phaseUsage, std::shared_ptr< const UnstructuredGrid > grid, std::shared_ptr< const SimulatorTimer > timer, std::shared_ptr< const SimulatorState > state, std::shared_ptr< const WellState > wellState, std::shared_ptr< Simulator > sim) Definition: SimulatorOutput.hpp:147 std::shared_ptr< const TimeMap > timeMap_ Definition: SimulatorOutput.hpp:82 Definition: SimulatorTimer.hpp:34 virtual void writeOutput() Call the writers that were created based on the parameters. virtual void sync() Make sure that the simulator state is up to date before writing. Definition: SimulatorOutput.hpp:196 std::shared_ptr< const SimulatorState > reservoirState_ Definition: SimulatorOutput.hpp:83 Definition: BlackoilPhases.hpp:36 virtual void sync() Make sure that the simulator state is up to date before writing. |