opm-core/opm/core/simulator
Andreas Lauser e03334a2f5 use deck units for the summary output
or more accurately: "use FIELD or METRIC units", LAB and PVT-M units
are still unsupported, but they seem to be pretty exotic and are also
not supported by opm-parser either...

note that this patch requires an API change (with the usual
consequences for all downstream modules which use this class) because
the deck needs to be passed to EclipseWriter. If somebody knows a
canonical way to get the names of the written units from EclipseState,
this is API change is not required.
2015-03-26 17:33:02 +01:00
..
AdaptiveSimulatorTimer.cpp AdaptiveSimulatorTimer: -improvement in time step adjustment near end of time interval 2015-02-06 13:59:50 +01:00
AdaptiveSimulatorTimer.hpp AdaptiveSimulatorTimer: -improvement in time step adjustment near end of time interval 2015-02-06 13:59:50 +01:00
AdaptiveTimeStepping_impl.hpp AdaptiveTimeStepping: remove initial_fraction (use restart factor instead) and use 2015-02-10 13:10:39 +01:00
AdaptiveTimeStepping.hpp AdaptiveTimeStepping: remove initial_fraction (use restart factor instead) and use 2015-02-10 13:10:39 +01:00
BlackoilState.cpp BlackoilState: added forgotten rv to equal method. 2015-01-29 11:07:24 +01:00
BlackoilState.hpp Improve the documentation a bit. 2015-02-05 15:43:48 +01:00
EquilibrationHelpers.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
initState_impl.hpp Fix property method calls. 2015-03-23 16:19:40 +01:00
initState.hpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
initStateEquil_impl.hpp Fix unneeded-internal-declaration warning. 2015-03-02 10:28:55 +01:00
initStateEquil.hpp Ported initStateEquil to using the GridHelpers. 2015-02-20 09:39:50 +01:00
SimulatorCompressibleTwophase.cpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
SimulatorCompressibleTwophase.hpp replace boost::scoped_ptr by std::unique_ptr 2013-08-08 15:21:38 +02:00
SimulatorIncompTwophase.cpp SimulatorTimer: rename currentTime() to simulationTimeElapsed() 2014-03-12 19:01:58 +01:00
SimulatorIncompTwophase.hpp Use struct since that was the original declaration 2013-09-19 10:00:31 +02:00
SimulatorOutput.cpp use deck units for the summary output 2015-03-26 17:33:02 +01:00
SimulatorOutput.hpp use deck units for the summary output 2015-03-26 17:33:02 +01:00
SimulatorReport.cpp iostream --> ostream. 2015-03-04 14:48:50 +01:00
SimulatorReport.hpp SimulatorReport: add total number of newton and linear iterations to report struct. 2015-03-04 14:01:13 +01:00
SimulatorState.cpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
SimulatorState.hpp Use correct name for the method parameter. 2015-02-05 15:43:22 +01:00
SimulatorTimer.cpp cleanup: reportStepIdx --> writeStepIdx. 2015-01-09 16:22:03 +01:00
SimulatorTimer.hpp make documentation equal for all three classes. 2015-01-28 15:46:11 +01:00
SimulatorTimerInterface.hpp make documentation equal for all three classes. 2015-01-28 15:46:11 +01:00
TimeStepControl.cpp Suppress unused argument warning. 2015-02-17 10:27:44 +01:00
TimeStepControl.hpp AdaptiveSimulatorTimer: -improvement in time step adjustment near end of time interval 2015-02-06 13:59:50 +01:00
TimeStepControlInterface.hpp Suppress unused argument warning. 2014-11-05 07:51:21 +01:00
TwophaseState_impl.hpp Extract common parts of blackoil and incomp. state 2013-11-13 13:48:28 +01:00
TwophaseState.hpp Extract common parts of blackoil and incomp. state 2013-11-13 13:48:28 +01:00
WellState.hpp Fix comments. 2015-01-09 09:10:10 +01:00