20#ifndef OPM_WGSTATE_HEADER_INCLUDED
21#define OPM_WGSTATE_HEADER_INCLUDED
23#include <opm/simulators/wells/WellState.hpp>
24#include <opm/simulators/wells/GroupState.hpp>
25#include <opm/input/eclipse/Schedule/Well/WellTestState.hpp>
46 void wtest_state(std::unique_ptr<WellTestState> wtest_state);
50 WellTestState well_test_state;
52 bool operator==(
const WGState&)
const;
54 template<
class Serializer>
55 void serializeOp(Serializer& serializer)
57 serializer(well_state);
58 serializer(group_state);
59 serializer(well_test_state);
Definition WellInterfaceFluidSystem.hpp:43
Class encapsulating some information about parallel wells.
Definition WGState.hpp:31
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition WellState.hpp:62
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
Definition BlackoilPhases.hpp:46
Definition WGState.hpp:41