21 #ifndef OPM_PERFDATA_HEADER_INCLUDED
22 #define OPM_PERFDATA_HEADER_INCLUDED
35 PerfData(std::size_t num_perf,
bool injector_, std::size_t num_phases);
36 std::size_t size()
const;
38 bool try_assign(
const PerfData& other);
41 std::vector<double> pressure;
42 std::vector<double> rates;
43 std::vector<double> phase_rates;
44 std::vector<double> solvent_rates;
45 std::vector<double> polymer_rates;
46 std::vector<double> brine_rates;
47 std::vector<double> prod_index;
48 std::vector<double> micp_rates;
50 std::vector<std::size_t> cell_index;
51 std::vector<double> connection_transmissibility_factor;
52 std::vector<int> satnum_id;
53 std::vector<std::size_t> ecl_index;
58 std::vector<double> water_throughput;
59 std::vector<double> skin_pressure;
60 std::vector<double> water_velocity;
Definition: PerfData.hpp:30
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:26