FlowDiagnostics.hpp
Go to the documentation of this file.
Definition: wells.h:50 Definition: AnisotropicEikonal.hpp:43 double computeLorenz(const std::vector< double > &flowcap, const std::vector< double > &storagecap) Compute the Lorenz coefficient based on the F-Phi curve. std::pair< std::vector< double >, std::vector< double > > computeFandPhi(const std::vector< double > &pv, const std::vector< double > &ftof, const std::vector< double > &rtof) Compute flow-capacity/storage-capacity based on time-of-flight. std::vector< std::tuple< int, int, double > > computeWellPairs(const Wells &wells, const std::vector< double > &porevol, const std::vector< double > &ftracer, const std::vector< double > &btracer) Compute volumes associated with injector-producer pairs. std::pair< std::vector< double >, std::vector< double > > computeSweep(const std::vector< double > &flowcap, const std::vector< double > &storagecap) Compute sweep efficiency versus dimensionless time (PVI). |