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>
31template<
class Scalar>
class ParallelWellInfo;
46 void wtest_state(std::unique_ptr<WellTestState> wtest_state);
52 bool operator==(
const WGState&)
const;
54 template<
class Serializer>
Definition GroupState.hpp:38
Class encapsulating some information about parallel wells.
Definition ParallelWellInfo.hpp:186
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
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Definition BlackoilPhases.hpp:46
Definition WGState.hpp:41