FlowDiagnostics.hpp File Reference
#include <vector>
#include <utility>
#include <tuple>
Include dependency graph for FlowDiagnostics.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

std::pair< std::vector< double >, std::vector< double > > Opm::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. More...
 
double Opm::computeLorenz (const std::vector< double > &flowcap, const std::vector< double > &storagecap)
 Compute the Lorenz coefficient based on the F-Phi curve. More...
 
std::pair< std::vector< double >, std::vector< double > > Opm::computeSweep (const std::vector< double > &flowcap, const std::vector< double > &storagecap)
 Compute sweep efficiency versus dimensionless time (PVI). More...
 
std::vector< std::tuple< int, int, double > > Opm::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. More...