23#ifndef OPM_WELLINTERFACE_INDICES_HEADER_INCLUDED
24#define OPM_WELLINTERFACE_INDICES_HEADER_INCLUDED
26#include <opm/simulators/wells/WellInterfaceFluidSystem.hpp>
31template<
class Flu
idSystem,
class Indices,
class Scalar>
39 int flowPhaseToEbosCompIdx(
const int phaseIdx)
const;
40 int ebosCompIdxToFlowCompIdx(
const unsigned compIdx)
const;
41 double scalingFactor(
const int phaseIdx)
const;
48 const int pvtRegionIdx,
52 const std::vector<PerforationData>& perf_data);
Definition AquiferInterface.hpp:35
Class encapsulating some information about parallel wells.
Definition ParallelWellInfo.hpp:184
Convert component rates at surface conditions to phase (voidage) rates at reservoir conditions.
Definition RateConverter.hpp:70
Definition WellInterfaceFluidSystem.hpp:47
Definition WellInterfaceIndices.hpp:33
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27