23 #ifndef OPM_WELLINTERFACE_INDICES_HEADER_INCLUDED
24 #define OPM_WELLINTERFACE_INDICES_HEADER_INCLUDED
26 #include <opm/simulators/wells/WellInterfaceFluidSystem.hpp>
27 #include <opm/simulators/wells/WellInterfaceEval.hpp>
32 template<
class Flu
idSystem,
class Indices,
class Scalar>
41 int flowPhaseToEbosCompIdx(
const int phaseIdx)
const;
42 int ebosCompIdxToFlowCompIdx(
const unsigned compIdx)
const;
43 double scalingFactor(
const int phaseIdx)
const;
50 const int pvtRegionIdx,
51 const int num_components,
53 const int index_of_well,
54 const std::vector<PerforationData>& perf_data);
Class encapsulating some information about parallel wells.
Definition: ParallelWellInfo.hpp:243
Convert component rates at surface conditions to phase (voidage) rates at reservoir conditions.
Definition: RateConverter.hpp:68
Definition: WellInterfaceEval.hpp:46
Definition: WellInterfaceFluidSystem.hpp:46
Definition: WellInterfaceIndices.hpp:35
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:27