WellInterfaceIndices.hpp
Go to the documentation of this file.
Class encapsulating some information about parallel wells. Definition: ParallelWellInfo.hpp:195 Definition: RateConverter.hpp:71 Definition: WellInterfaceFluidSystem.hpp:51 static constexpr int Oil Definition: WellInterfaceFluidSystem.hpp:63 static constexpr int Water Definition: WellInterfaceFluidSystem.hpp:62 typename FluidSystem::Scalar Scalar Definition: WellInterfaceFluidSystem.hpp:59 static constexpr int Gas Definition: WellInterfaceFluidSystem.hpp:64 typename WellInterfaceGeneric< Scalar >::ModelParameters ModelParameters Definition: WellInterfaceFluidSystem.hpp:60 int pvtRegionIdx() const Definition: WellInterfaceGeneric.hpp:124 Definition: WellInterfaceIndices.hpp:34 int flowPhaseToModelCompIdx(const int phaseIdx) const typename FluidSystem::Scalar Scalar Definition: WellInterfaceIndices.hpp:39 Eval restrictEval(const EvalWell &in) const Definition: WellInterfaceIndices.hpp:49 int flowPhaseToModelPhaseIdx(const int phaseIdx) const int modelCompIdxToFlowCompIdx(const int compIdx) const Scalar scalingFactor(const int phaseIdx) const DenseAd::Evaluation< Scalar, Indices::numEq > Eval Definition: WellInterfaceIndices.hpp:40 WellInterfaceIndices(const Well &well, const ParallelWellInfo< Scalar > ¶llel_well_info, const int time_step, const ModelParameters ¶m, const typename WellInterfaceFluidSystem< FluidSystem >::RateConverterType &rate_converter, const int pvtRegionIdx, const int num_components, const int num_phases, const int index_of_well, const std::vector< PerforationData< Scalar > > &perf_data) Definition: blackoilboundaryratevector.hh:39 Static data associated with a well perforation. Definition: PerforationData.hpp:30 |