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,
49 const int num_components,
51 const int index_of_well,
52 const std::vector<PerforationData>& perf_data);
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