MultisegmentWell.hpp
Go to the documentation of this file.
1/*
2 Copyright 2017 SINTEF Digital, Mathematics and Cybernetics.
3 Copyright 2017 Statoil ASA.
4
5 This file is part of the Open Porous Media project (OPM).
6
7 OPM is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 OPM is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with OPM. If not, see <http://www.gnu.org/licenses/>.
19*/
20
21
22#ifndef OPM_MULTISEGMENTWELL_HEADER_INCLUDED
23#define OPM_MULTISEGMENTWELL_HEADER_INCLUDED
24
26
29
30namespace Opm {
31
32 class DeferredLogger;
33
34 template<typename TypeTag>
35 class MultisegmentWell : public WellInterface<TypeTag>
36 , public MultisegmentWellEval<GetPropType<TypeTag, Properties::FluidSystem>,
37 GetPropType<TypeTag, Properties::Indices>>
38 {
39 public:
43
44 using typename Base::Simulator;
45 using typename Base::IntensiveQuantities;
46 using typename Base::FluidSystem;
47 using typename Base::IndexTraits;
48 using typename Base::ModelParameters;
49 using typename Base::MaterialLaw;
50 using typename Base::Indices;
51 using typename Base::RateConverterType;
52 using typename Base::SparseMatrixAdapter;
53 using typename Base::FluidState;
54 using typename Base::WellStateType;
55 using typename Base::GroupStateHelperType;
56
59 using Base::Water;
60 using Base::Oil;
61 using Base::Gas;
62
63 using typename Base::Scalar;
64
66 using typename Base::BVector;
67 using typename Base::Eval;
68
69 using typename MSWEval::Equations;
70 using typename MSWEval::EvalWell;
71 using typename MSWEval::BVectorWell;
72 using MSWEval::SPres;
73 using typename Base::PressureMatrix;
74 using FSInfo = std::tuple<Scalar,typename std::decay<decltype(std::declval<decltype(std::declval<const Simulator&>().model().intensiveQuantities(0, 0).fluidState())>().saltConcentration())>::type>;
75
76 MultisegmentWell(const Well& well,
77 const ParallelWellInfo<Scalar>& pw_info,
78 const int time_step,
79 const ModelParameters& param,
80 const RateConverterType& rate_converter,
81 const int pvtRegionIdx,
82 const int num_conservation_quantities,
83 const int num_phases,
84 const int index_of_well,
85 const std::vector<PerforationData<Scalar>>& perf_data);
86
87 void init(const std::vector<Scalar>& depth_arg,
88 const Scalar gravity_arg,
89 const std::vector<Scalar>& B_avg,
90 const bool changed_to_open_this_step) override;
91
93 void updateWellStateWithTarget(const Simulator& simulator,
94 const GroupStateHelperType& groupStateHelper,
95 WellStateType& well_state) const override;
96
98 void scaleSegmentRatesAndPressure(WellStateType& well_state) const override;
99
102 const std::vector<Scalar>& B_avg,
103 const bool relax_tolerance) const override;
104
106 void apply(const BVector& x, BVector& Ax) const override;
108 void apply(BVector& r) const override;
109
113 const BVector& x,
114 const GroupStateHelperType& groupStateHelper,
115 WellStateType& well_state) override;
116
118 void computeWellPotentials(const Simulator& simulator,
119 const WellStateType& well_state,
120 const GroupStateHelperType& groupStateHelper,
121 std::vector<Scalar>& well_potentials) override;
122
123 void updatePrimaryVariables(const GroupStateHelperType& groupStateHelper) override;
124
125 void solveEqAndUpdateWellState(const Simulator& simulator,
126 const GroupStateHelperType& groupStateHelper,
127 WellStateType& well_state) override; // const?
128
129 void calculateExplicitQuantities(const Simulator& simulator,
130 const GroupStateHelperType& groupStateHelper) override; // should be const?
131
132 void updateIPRImplicit(const Simulator& simulator,
133 const GroupStateHelperType& groupStateHelper,
134 WellStateType& well_state) override;
135
136 void updateProductivityIndex(const Simulator& simulator,
137 const WellProdIndexCalculator<Scalar>& wellPICalc,
138 WellStateType& well_state,
139 DeferredLogger& deferred_logger) const override;
140
141 Scalar connectionDensity(const int globalConnIdx,
142 const int openConnIdx) const override;
143
144 void addWellContributions(SparseMatrixAdapter& jacobian) const override;
145
147 const BVector& x,
148 const int pressureVarIndex,
149 const bool use_well_weights,
150 const WellStateType& well_state) const override;
151
152 std::vector<Scalar>
153 computeCurrentWellRates(const Simulator& simulator,
154 DeferredLogger& deferred_logger) const override;
155
156 std::optional<Scalar>
158 const GroupStateHelperType& groupStateHelper,
159 const SummaryState& summary_state,
160 const Scalar alq_value,
161 bool iterate_if_no_solution) const override;
162
163 std::vector<Scalar> getPrimaryVars() const override;
164
165 int setPrimaryVars(typename std::vector<Scalar>::const_iterator it) override;
166
167 void getScaledWellFractions(std::vector<Scalar>& scaled_fractions,
168 DeferredLogger& deferred_logger) const override;
169
170 protected:
171 // regularize msw equation
173
174 // the intial amount of fluids in each segment under surface condition
175 std::vector<std::vector<Scalar> > segment_fluid_initial_;
176
177 mutable int debug_cost_counter_ = 0;
178
179 // updating the well_state based on well solution dwells
180 void updateWellState(const Simulator& simulator,
181 const BVectorWell& dwells,
182 const GroupStateHelperType& groupStateHelper,
183 WellStateType& well_state,
184 const Scalar relaxation_factor = 1.0);
185
186 // computing the accumulation term for later use in well mass equations
187 void computeInitialSegmentFluids(const Simulator& simulator, DeferredLogger& deferred_logger);
188
189 // compute the pressure difference between the perforation and cell center
190 void computePerfCellPressDiffs(const Simulator& simulator);
191
192 template<class Value>
193 void computePerfRate(const IntensiveQuantities& int_quants,
194 const std::vector<Value>& mob_perfcells,
195 const std::vector<Value>& Tw,
196 const int seg,
197 const int perf,
198 const Value& segment_pressure,
199 const bool& allow_cf,
200 std::vector<Value>& cq_s,
201 Value& perf_press,
202 PerforationRates<Scalar>& perf_rates,
203 DeferredLogger& deferred_logger) const;
204
205 template<class Value>
206 void computePerfRate(const Value& pressure_cell,
207 const Value& rs,
208 const Value& rv,
209 const std::vector<Value>& b_perfcells,
210 const std::vector<Value>& mob_perfcells,
211 const std::vector<Value>& Tw,
212 const int perf,
213 const Value& segment_pressure,
214 const Value& segment_density,
215 const bool& allow_cf,
216 const std::vector<Value>& cmix_s,
217 std::vector<Value>& cq_s,
218 Value& perf_press,
219 PerforationRates<Scalar>& perf_rates,
220 DeferredLogger& deferred_logger) const;
221
222 // compute the fluid properties, such as densities, viscosities, and so on, in the segments
223 // They will be treated implicitly, so they need to be of Evaluation type
224 void computeSegmentFluidProperties(const Simulator& simulator,
225 DeferredLogger& deferred_logger);
226
227 // get the transmissibility multiplier for specific perforation
228 template<class Value>
229 void getTransMult(Value& trans_mult,
230 const Simulator& simulator,
231 const int cell_indx) const;
232
233 // get the mobility for specific perforation
234 template<class Value>
235 void getMobility(const Simulator& simulator,
236 const int local_perf_index,
237 std::vector<Value>& mob,
238 DeferredLogger& deferred_logger) const;
239
240 void computeWellRatesAtBhpLimit(const Simulator& simulator,
241 const GroupStateHelperType& groupStateHelper,
242 std::vector<Scalar>& well_flux) const;
243
244 void computeWellRatesWithBhp(const Simulator& simulator,
245 const Scalar& bhp,
246 std::vector<Scalar>& well_flux,
247 DeferredLogger& deferred_logger) const override;
248
249 void computeWellRatesWithBhpIterations(const Simulator& simulator,
250 const Scalar& bhp,
251 const GroupStateHelperType& groupStateHelper,
252 std::vector<Scalar>& well_flux) const override;
253
254 std::vector<Scalar>
256 const Simulator& simulator,
257 const GroupStateHelperType& groupStateHelper) const;
258
259 bool computeWellPotentialsImplicit(const Simulator& simulator,
260 const GroupStateHelperType& groupStateHelper,
261 std::vector<Scalar>& well_potentials) const;
262
263 Scalar getRefDensity() const override;
264
265 bool iterateWellEqWithControl(const Simulator& simulator,
266 const double dt,
267 const Well::InjectionControls& inj_controls,
268 const Well::ProductionControls& prod_controls,
269 const GroupStateHelperType& groupStateHelper,
270 WellStateType& well_state) override;
271
272 bool iterateWellEqWithSwitching(const Simulator& simulator,
273 const double dt,
274 const Well::InjectionControls& inj_controls,
275 const Well::ProductionControls& prod_controls,
276 const GroupStateHelperType& groupStateHelper,
277 WellStateType& well_state,
278 const bool fixed_control,
279 const bool fixed_status,
280 const bool solving_with_zero_rate) override;
281
282 void assembleWellEqWithoutIteration(const Simulator& simulator,
283 const GroupStateHelperType& groupStateHelper,
284 const double dt,
285 const Well::InjectionControls& inj_controls,
286 const Well::ProductionControls& prod_controls,
287 WellStateType& well_state,
288 const bool solving_with_zero_rate) override;
289
290 void updateWaterThroughput(const double dt, WellStateType& well_state) const override;
291
293 const int seg_idx,
294 DeferredLogger& deferred_logger) const;
295
296 // turn on crossflow to avoid singular well equations
297 // when the well is banned from cross-flow and the BHP is not properly initialized,
298 // we turn on crossflow to avoid singular well equations. It can result in wrong-signed
299 // well rates, it can cause problem for THP calculation
300 // TODO: looking for better alternative to avoid wrong-signed well rates
301 bool openCrossFlowAvoidSingularity(const Simulator& simulator) const;
302
303 // for a well, when all drawdown are in the wrong direction, then this well will not
304 // be able to produce/inject .
305 bool allDrawDownWrongDirection(const Simulator& simulator) const;
306
307 std::optional<Scalar>
308 computeBhpAtThpLimitProd(const WellStateType& well_state,
309 const Simulator& ebos_simulator,
310 const GroupStateHelperType& groupStateHelper,
311 const SummaryState& summary_state) const;
312
313 std::optional<Scalar>
314 computeBhpAtThpLimitInj(const Simulator& ebos_simulator,
315 const GroupStateHelperType& groupStateHelper,
316 const SummaryState& summary_state) const;
317
318 Scalar maxPerfPress(const Simulator& simulator) const override;
319
320 // check whether the well is operable under BHP limit with current reservoir condition
321 void checkOperabilityUnderBHPLimit(const WellStateType& well_state,
322 const Simulator& ebos_simulator,
323 DeferredLogger& deferred_logger) override;
324
325 // check whether the well is operable under THP limit with current reservoir condition
326 void checkOperabilityUnderTHPLimit(const Simulator& ebos_simulator,
327 const WellStateType& well_state,
328 const GroupStateHelperType& groupStateHelper) override;
329
330 // updating the inflow based on the current reservoir condition
331 void updateIPR(const Simulator& ebos_simulator,
332 DeferredLogger& deferred_logger) const override;
333
334 FSInfo getFirstPerforationFluidStateInfo(const Simulator& simulator) const;
335 };
336
337}
338
340
341#endif // OPM_MULTISEGMENTWELL_HEADER_INCLUDED
Definition: ConvergenceReport.hpp:38
Definition: DeferredLogger.hpp:57
Definition: GroupStateHelper.hpp:56
Definition: MultisegmentWellEval.hpp:48
MultisegmentWellEquations< Scalar, IndexTraits, numWellEq, Indices::numEq > Equations
Definition: MultisegmentWellEval.hpp:57
Definition: MultisegmentWell.hpp:38
bool computeWellPotentialsImplicit(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, std::vector< Scalar > &well_potentials) const
Definition: MultisegmentWell_impl.hpp:536
bool iterateWellEqWithSwitching(const Simulator &simulator, const double dt, const Well::InjectionControls &inj_controls, const Well::ProductionControls &prod_controls, const GroupStateHelperType &groupStateHelper, WellStateType &well_state, const bool fixed_control, const bool fixed_status, const bool solving_with_zero_rate) override
Definition: MultisegmentWell_impl.hpp:1653
void updateWellState(const Simulator &simulator, const BVectorWell &dwells, const GroupStateHelperType &groupStateHelper, WellStateType &well_state, const Scalar relaxation_factor=1.0)
Definition: MultisegmentWell_impl.hpp:719
void updateWaterThroughput(const double dt, WellStateType &well_state) const override
Definition: MultisegmentWell_impl.hpp:2090
void addWellPressureEquations(PressureMatrix &mat, const BVector &x, const int pressureVarIndex, const bool use_well_weights, const WellStateType &well_state) const override
Definition: MultisegmentWell_impl.hpp:896
void assembleWellEqWithoutIteration(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, const double dt, const Well::InjectionControls &inj_controls, const Well::ProductionControls &prod_controls, WellStateType &well_state, const bool solving_with_zero_rate) override
Definition: MultisegmentWell_impl.hpp:1833
Scalar connectionDensity(const int globalConnIdx, const int openConnIdx) const override
Definition: MultisegmentWell_impl.hpp:861
void addWellContributions(SparseMatrixAdapter &jacobian) const override
Definition: MultisegmentWell_impl.hpp:883
void getTransMult(Value &trans_mult, const Simulator &simulator, const int cell_indx) const
Definition: MultisegmentWell_impl.hpp:1169
std::vector< Scalar > computeWellPotentialWithTHP(const WellStateType &well_state, const Simulator &simulator, const GroupStateHelperType &groupStateHelper) const
Definition: MultisegmentWell_impl.hpp:484
Scalar getRefDensity() const override
Definition: MultisegmentWell_impl.hpp:1229
void updateWellStateWithTarget(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, WellStateType &well_state) const override
updating the well state based the current control mode
Definition: MultisegmentWell_impl.hpp:183
std::vector< Scalar > getPrimaryVars() const override
Definition: MultisegmentWell_impl.hpp:2327
void computeWellRatesWithBhpIterations(const Simulator &simulator, const Scalar &bhp, const GroupStateHelperType &groupStateHelper, std::vector< Scalar > &well_flux) const override
Definition: MultisegmentWell_impl.hpp:408
void checkOperabilityUnderTHPLimit(const Simulator &ebos_simulator, const WellStateType &well_state, const GroupStateHelperType &groupStateHelper) override
Definition: MultisegmentWell_impl.hpp:1474
bool iterateWellEqWithControl(const Simulator &simulator, const double dt, const Well::InjectionControls &inj_controls, const Well::ProductionControls &prod_controls, const GroupStateHelperType &groupStateHelper, WellStateType &well_state) override
Definition: MultisegmentWell_impl.hpp:1527
std::vector< Scalar > computeCurrentWellRates(const Simulator &simulator, DeferredLogger &deferred_logger) const override
Definition: MultisegmentWell_impl.hpp:2281
void apply(const BVector &x, BVector &Ax) const override
Ax = Ax - C D^-1 B x.
Definition: MultisegmentWell_impl.hpp:228
MultisegmentWell(const Well &well, const ParallelWellInfo< Scalar > &pw_info, const int time_step, const ModelParameters &param, const RateConverterType &rate_converter, const int pvtRegionIdx, const int num_conservation_quantities, const int num_phases, const int index_of_well, const std::vector< PerforationData< Scalar > > &perf_data)
Definition: MultisegmentWell_impl.hpp:62
void checkOperabilityUnderBHPLimit(const WellStateType &well_state, const Simulator &ebos_simulator, DeferredLogger &deferred_logger) override
Definition: MultisegmentWell_impl.hpp:1237
void getMobility(const Simulator &simulator, const int local_perf_index, std::vector< Value > &mob, DeferredLogger &deferred_logger) const
Definition: MultisegmentWell_impl.hpp:1189
void recoverWellSolutionAndUpdateWellState(const Simulator &simulator, const BVector &x, const GroupStateHelperType &groupStateHelper, WellStateType &well_state) override
Definition: MultisegmentWell_impl.hpp:263
bool openCrossFlowAvoidSingularity(const Simulator &simulator) const
Definition: MultisegmentWell_impl.hpp:2028
void computeSegmentFluidProperties(const Simulator &simulator, DeferredLogger &deferred_logger)
Definition: MultisegmentWell_impl.hpp:1138
int setPrimaryVars(typename std::vector< Scalar >::const_iterator it) override
Definition: MultisegmentWell_impl.hpp:2345
void computeWellRatesWithBhp(const Simulator &simulator, const Scalar &bhp, std::vector< Scalar > &well_flux, DeferredLogger &deferred_logger) const override
Definition: MultisegmentWell_impl.hpp:358
void scaleSegmentRatesAndPressure(WellStateType &well_state) const override
updating the segment pressure and rates based the current bhp and well rates
Definition: MultisegmentWell_impl.hpp:172
bool allDrawDownWrongDirection(const Simulator &simulator) const
Definition: MultisegmentWell_impl.hpp:2037
int debug_cost_counter_
Definition: MultisegmentWell.hpp:177
void updateProductivityIndex(const Simulator &simulator, const WellProdIndexCalculator< Scalar > &wellPICalc, WellStateType &well_state, DeferredLogger &deferred_logger) const override
Definition: MultisegmentWell_impl.hpp:779
std::optional< Scalar > computeBhpAtThpLimitProd(const WellStateType &well_state, const Simulator &ebos_simulator, const GroupStateHelperType &groupStateHelper, const SummaryState &summary_state) const
Definition: MultisegmentWell_impl.hpp:2123
Scalar maxPerfPress(const Simulator &simulator) const override
Definition: MultisegmentWell_impl.hpp:2253
void computePerfRate(const IntensiveQuantities &int_quants, const std::vector< Value > &mob_perfcells, const std::vector< Value > &Tw, const int seg, const int perf, const Value &segment_pressure, const bool &allow_cf, std::vector< Value > &cq_s, Value &perf_press, PerforationRates< Scalar > &perf_rates, DeferredLogger &deferred_logger) const
Definition: MultisegmentWell_impl.hpp:1065
void computeWellPotentials(const Simulator &simulator, const WellStateType &well_state, const GroupStateHelperType &groupStateHelper, std::vector< Scalar > &well_potentials) override
computing the well potentials for group control
Definition: MultisegmentWell_impl.hpp:296
void calculateExplicitQuantities(const Simulator &simulator, const GroupStateHelperType &groupStateHelper) override
Definition: MultisegmentWell_impl.hpp:763
void computePerfCellPressDiffs(const Simulator &simulator)
Definition: MultisegmentWell_impl.hpp:643
void solveEqAndUpdateWellState(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, WellStateType &well_state) override
Definition: MultisegmentWell_impl.hpp:613
std::optional< Scalar > computeBhpAtThpLimitInj(const Simulator &ebos_simulator, const GroupStateHelperType &groupStateHelper, const SummaryState &summary_state) const
Definition: MultisegmentWell_impl.hpp:2198
void updateIPR(const Simulator &ebos_simulator, DeferredLogger &deferred_logger) const override
Definition: MultisegmentWell_impl.hpp:1303
ConvergenceReport getWellConvergence(const GroupStateHelperType &groupStateHelper, const std::vector< Scalar > &B_avg, const bool relax_tolerance) const override
check whether the well equations get converged for this well
Definition: MultisegmentWell_impl.hpp:202
void updatePrimaryVariables(const GroupStateHelperType &groupStateHelper) override
Definition: MultisegmentWell_impl.hpp:157
void updateIPRImplicit(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, WellStateType &well_state) override
Definition: MultisegmentWell_impl.hpp:1404
void computeWellRatesAtBhpLimit(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, std::vector< Scalar > &well_flux) const
Definition: MultisegmentWell_impl.hpp:342
FSInfo getFirstPerforationFluidStateInfo(const Simulator &simulator) const
Definition: MultisegmentWell_impl.hpp:2371
std::tuple< Scalar, typename std::decay< decltype(std::declval< decltype(std::declval< const Simulator & >().model().intensiveQuantities(0, 0).fluidState())>().saltConcentration())>::type > FSInfo
Definition: MultisegmentWell.hpp:74
void init(const std::vector< Scalar > &depth_arg, const Scalar gravity_arg, const std::vector< Scalar > &B_avg, const bool changed_to_open_this_step) override
Definition: MultisegmentWell_impl.hpp:122
bool regularize_
Definition: MultisegmentWell.hpp:172
void computeInitialSegmentFluids(const Simulator &simulator, DeferredLogger &deferred_logger)
Definition: MultisegmentWell_impl.hpp:700
std::vector< std::vector< Scalar > > segment_fluid_initial_
Definition: MultisegmentWell.hpp:175
EvalWell getSegmentSurfaceVolume(const Simulator &simulator, const int seg_idx, DeferredLogger &deferred_logger) const
Definition: MultisegmentWell_impl.hpp:2101
std::optional< Scalar > computeBhpAtThpLimitProdWithAlq(const Simulator &simulator, const GroupStateHelperType &groupStateHelper, const SummaryState &summary_state, const Scalar alq_value, bool iterate_if_no_solution) const override
Definition: MultisegmentWell_impl.hpp:2141
void getScaledWellFractions(std::vector< Scalar > &scaled_fractions, DeferredLogger &deferred_logger) const override
Definition: MultisegmentWell_impl.hpp:2362
Class encapsulating some information about parallel wells.
Definition: ParallelWellInfo.hpp:198
static constexpr int Oil
Definition: WellInterfaceFluidSystem.hpp:65
static constexpr int Water
Definition: WellInterfaceFluidSystem.hpp:64
static constexpr int Gas
Definition: WellInterfaceFluidSystem.hpp:66
int pvtRegionIdx() const
Definition: WellInterfaceGeneric.hpp:130
Definition: WellInterface.hpp:77
GetPropType< TypeTag, Properties::Simulator > Simulator
Definition: WellInterface.hpp:82
typename WellInterfaceFluidSystem< FluidSystem >::RateConverterType RateConverterType
Definition: WellInterface.hpp:105
Dune::BCRSMatrix< Opm::MatrixBlock< Scalar, 1, 1 > > PressureMatrix
Definition: WellInterface.hpp:98
GetPropType< TypeTag, Properties::IntensiveQuantities > IntensiveQuantities
Definition: WellInterface.hpp:87
GetPropType< TypeTag, Properties::Scalar > Scalar
Definition: WellInterface.hpp:83
GetPropType< TypeTag, Properties::MaterialLaw > MaterialLaw
Definition: WellInterface.hpp:88
typename FluidSystem::IndexTraitsType IndexTraits
Definition: WellInterface.hpp:85
Dune::BlockVector< VectorBlockType > BVector
Definition: WellInterface.hpp:97
static constexpr bool has_polymer
Definition: WellInterface.hpp:115
typename Base::ModelParameters ModelParameters
Definition: WellInterface.hpp:111
GetPropType< TypeTag, Properties::FluidSystem > FluidSystem
Definition: WellInterface.hpp:84
static constexpr bool has_solvent
Definition: WellInterface.hpp:113
typename Base::Eval Eval
Definition: WellInterface.hpp:96
WellState< Scalar, IndexTraits > WellStateType
Definition: WellInterface.hpp:100
GetPropType< TypeTag, Properties::Indices > Indices
Definition: WellInterface.hpp:86
BlackOilFluidState< Eval, FluidSystem, energyModuleType !=EnergyModules::NoTemperature, energyModuleType==EnergyModules::FullyImplicitThermal, Indices::compositionSwitchIdx >=0, has_watVapor, has_brine, has_saltPrecip, has_disgas_in_water, has_solvent, Indices::numPhases > FluidState
Definition: WellInterface.hpp:140
GetPropType< TypeTag, Properties::SparseMatrixAdapter > SparseMatrixAdapter
Definition: WellInterface.hpp:89
GroupStateHelper< Scalar, IndexTraits > GroupStateHelperType
Definition: WellInterface.hpp:102
Definition: WellProdIndexCalculator.hpp:37
Definition: WellState.hpp:66
Defines the common properties required by the porous medium multi-phase models.
Definition: blackoilbioeffectsmodules.hh:45
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:233
Static data associated with a well perforation.
Definition: PerforationData.hpp:30
Definition: PerforationData.hpp:41