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>
37template<
typename Scalar,
typename IndexTraits>
44 void wtest_state(std::unique_ptr<WellTestState> wtest_state);
48 WellTestState well_test_state;
50 bool operator==(
const WGState&)
const;
52 template<
class Serializer>
53 void serializeOp(Serializer& serializer)
55 serializer(well_state);
56 serializer(group_state);
57 serializer(well_test_state);
Definition GroupState.hpp:41
Class encapsulating some information about parallel wells.
Definition ParallelWellInfo.hpp:198
Definition GasLiftGroupInfo.hpp:37
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition WellState.hpp:66
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43