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
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition: WellStateFullyImplicitBlackoil.hpp:44