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> 31 template<
class Scalar>
class ParallelWellInfo;
37 template<
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: BlackoilWellModelConstraints.hpp:34
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Class encapsulating some information about parallel wells.
Definition: MSWellHelpers.hpp:34
Definition: WGState.hpp:38
Definition: GasLiftGroupInfo.hpp:38
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition: TemperatureModel.hpp:61