Add Events member to SingleWellState

This commit is contained in:
Joakim Hove
2021-08-04 10:08:31 +02:00
parent 379e938ee1
commit c381459804
4 changed files with 6 additions and 16 deletions

View File

@@ -21,6 +21,7 @@
#define OPM_SINGLE_WELL_STATE_HEADER_INCLUDED
#include <opm/parser/eclipse/EclipseState/Schedule/Well/Well.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Events.hpp>
namespace Opm {
@@ -33,6 +34,7 @@ public:
double bhp{0};
double thp{0};
double temperature{};
Events events;
void init_timestep(const SingleWellState& other);
void shut();