20 #ifndef OPM_WELLSTATEFULLYIMPLICITBLACKOILPOLYMER_HEADER_INCLUDED 21 #define OPM_WELLSTATEFULLYIMPLICITBLACKOILPOLYMER_HEADER_INCLUDED 23 #include <opm/autodiff/WellStateFullyImplicitBlackoil.hpp> 31 std::vector<double>& polymerInflow() {
return polymer_inflow_; }
32 const std::vector<double>& polymerInflow()
const {
return polymer_inflow_; }
34 std::vector<double> polymer_inflow_;
39 #endif // OPM_WELLSTATEFULLYIMPLICITBLACKOILPOLYMER_HEADER_INCLUDED Definition: WellStateFullyImplicitBlackoilPolymer.hpp:28
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: AdditionalObjectDeleter.hpp:22
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition: WellStateFullyImplicitBlackoil.hpp:44