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>
29class ParallelWellInfo;
42 void wtest_state(WellTestState wtest_state);
46 WellTestState well_test_state;
48 bool operator==(
const WGState&)
const;
50 template<
class Serializer>
51 void serializeOp(Serializer& serializer)
53 serializer(well_state);
54 serializer(group_state);
55 serializer(well_test_state);
Definition GroupState.hpp:34
Class encapsulating some information about parallel wells.
Definition ParallelWellInfo.hpp:184
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition WellState.hpp:61
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27
Definition BlackoilPhases.hpp:46
Definition WGState.hpp:37