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