20 #ifndef OPM_FLOWDIAGNOSTICS_HEADER_INCLUDED 21 #define OPM_FLOWDIAGNOSTICS_HEADER_INCLUDED 45 std::pair<std::vector<double>, std::vector<double>>
46 computeFandPhi(
const std::vector<double>& pv,
47 const std::vector<double>& ftof,
48 const std::vector<double>& rtof);
67 double computeLorenz(
const std::vector<double>& flowcap,
68 const std::vector<double>& storagecap);
80 std::pair<std::vector<double>, std::vector<double>>
81 computeSweep(
const std::vector<double>& flowcap,
82 const std::vector<double>& storagecap);
95 std::vector<std::tuple<int, int, double>>
96 computeWellPairs(
const Wells& wells,
97 const std::vector<double>& porevol,
98 const std::vector<double>& ftracer,
99 const std::vector<double>& btracer);
103 #endif // OPM_FLOWDIAGNOSTICS_HEADER_INCLUDED Definition: AnisotropicEikonal.cpp:446
Data structure aggregating static information about all wells in a scenario.
Definition: wells.h:50