BlackoilModelParameters.hpp
Go to the documentation of this file.
1/*
2 Copyright 2015 SINTEF ICT, Applied Mathematics.
3
4 This file is part of the Open Porous Media project (OPM).
5
6 OPM is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 OPM is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with OPM. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20#ifndef OPM_BLACKOILMODELPARAMETERS_HEADER_INCLUDED
21#define OPM_BLACKOILMODELPARAMETERS_HEADER_INCLUDED
22
24
25#include <string>
26
27namespace Opm::Parameters {
28
29template<class Scalar>
30struct DbhpMaxRel { static constexpr Scalar value = 1.0; };
31
32template<class Scalar>
33struct DwellFractionMax { static constexpr Scalar value = 0.2; };
34
35struct EclDeckFileName { static constexpr auto value = ""; };
36
37template<class Scalar>
38struct InjMultOscThreshold { static constexpr Scalar value = 0.1; };
39
40template<class Scalar>
41struct InjMultDampMult { static constexpr Scalar value = 0.9; };
42
43template<class Scalar>
44struct InjMultMinDampFactor { static constexpr Scalar value = 0.05; };
45
46template<class Scalar>
47struct MaxResidualAllowed { static constexpr Scalar value = 1e7; };
48
49template<class Scalar>
50struct RelaxedMaxPvFraction { static constexpr Scalar value = 0.03; };
51
52template<class Scalar>
53struct ToleranceMb { static constexpr Scalar value = 1e-7; };
54
55template<class Scalar>
56struct ToleranceMbRelaxed { static constexpr Scalar value = 1e-6; };
57
58template<class Scalar>
59struct ToleranceEnergyBalance { static constexpr Scalar value = 1e-7; };
60
61template<class Scalar>
62struct ToleranceEnergyBalanceRelaxed { static constexpr Scalar value = 1e-6; };
63
64template<class Scalar>
65struct ToleranceCnv { static constexpr Scalar value = 1e-2; };
66
67template<class Scalar>
68struct ToleranceCnvRelaxed { static constexpr Scalar value = 1.0; };
69
70template<class Scalar>
71struct ToleranceCnvEnergy { static constexpr Scalar value = 1e-2; };
72
73template<class Scalar>
74struct ToleranceCnvEnergyRelaxed { static constexpr Scalar value = 1.0; };
75
76template<class Scalar>
77struct ToleranceWells { static constexpr Scalar value = 1e-4; };
78
79template<class Scalar>
80struct ToleranceWellControl { static constexpr Scalar value = 1e-7; };
81
82struct MaxWelleqIter { static constexpr int value = 30; };
83
84template<class Scalar>
85struct MaxSinglePrecisionDays { static constexpr Scalar value = 20.0; };
86
87struct MinStrictCnvIter { static constexpr int value = -1; };
88struct MinStrictMbIter { static constexpr int value = -1; };
89struct SolveWelleqInitially { static constexpr bool value = true; };
90struct PreSolveNetwork { static constexpr bool value = true; };
91struct UpdateEquationsScaling { static constexpr bool value = false; };
92struct UseUpdateStabilization { static constexpr bool value = true; };
93struct MatrixAddWellContributions { static constexpr bool value = false; };
94
95struct UseMultisegmentWell { static constexpr bool value = true; };
96
97template<class Scalar>
98struct TolerancePressureMsWells { static constexpr Scalar value = 0.01*1e5; };
99
100template<class Scalar>
101struct MaxPressureChangeMsWells { static constexpr Scalar value = 10*1e5; };
102
103struct MaxNewtonIterationsWithInnerWellIterations { static constexpr int value = 8; };
104struct MaxInnerIterMsWells { static constexpr int value = 100; };
105struct MaxInnerIterWells { static constexpr int value = 50; };
106struct MaxWellStatusSwitchInInnerIterWells { static constexpr int value = 99; };
107struct ShutUnsolvableWells { static constexpr bool value = true; };
108struct AlternativeWellRateInit { static constexpr bool value = true; };
109struct StrictOuterIterWells { static constexpr int value = 6; };
110struct StrictInnerIterWells { static constexpr int value = 40; };
111
112template<class Scalar>
113struct RegularizationFactorWells { static constexpr Scalar value = 100.0; };
114
115struct EnableWellOperabilityCheck { static constexpr bool value = true; };
116struct EnableWellOperabilityCheckIter { static constexpr bool value = false; };
117struct DebugEmitCellPartition { static constexpr bool value = false; };
118
119template<class Scalar>
120struct RelaxedWellFlowTol { static constexpr Scalar value = 1e-3; };
121
122template<class Scalar>
123struct RelaxedPressureTolMsw { static constexpr Scalar value = 1e4; };
124
125struct MaximumNumberOfWellSwitches { static constexpr int value = 3; };
126struct MaximumNumberOfGroupSwitches { static constexpr int value = 3; };
127struct UseAverageDensityMsWells { static constexpr bool value = false; };
128struct LocalWellSolveControlSwitching { static constexpr bool value = true; };
129struct UseImplicitIpr { static constexpr bool value = true; };
130struct CheckGroupConstraintsInnerWellIterations { static constexpr bool value = true; };
131
132// Network solver parameters
133struct NetworkMaxStrictOuterIterations { static constexpr int value = 10; };
134struct NetworkMaxOuterIterations { static constexpr int value = 10; };
135struct NetworkMaxSubIterations { static constexpr int value = 20; };
136template<class Scalar>
137struct NetworkPressureUpdateDampingFactor { static constexpr Scalar value = 0.1; };
138template<class Scalar>
139struct NetworkMaxPressureUpdateInBars { static constexpr Scalar value = 5.0; };
140struct NonlinearSolver { static constexpr auto value = "newton"; };
141struct LocalSolveApproach { static constexpr auto value = "gauss-seidel"; };
142struct MaxLocalSolveIterations { static constexpr int value = 20; };
143struct NewtonMinIterations { static constexpr int value = 2; };
144
145struct WellGroupConstraintsMaxIterations { static constexpr int value = 1; };
146template<class Scalar>
147struct LocalToleranceScalingMb { static constexpr Scalar value = 1.0; };
148
149template<class Scalar>
150struct LocalToleranceScalingCnv { static constexpr Scalar value = 0.1; };
151struct NlddNumInitialNewtonIter { static constexpr int value = 1; };
152template<class Scalar>
153struct NlddRelativeMobilityChangeTol { static constexpr Scalar value = 0.1; };
154struct NumLocalDomains { static constexpr int value = 0; };
155
156template<class Scalar>
157struct LocalDomainsPartitioningImbalance { static constexpr Scalar value = 1.03; };
158
159struct LocalDomainsPartitioningMethod { static constexpr auto value = "zoltan"; };
160struct LocalDomainsPartitionWellNeighborLevels { static constexpr int value = 1; };
161struct LocalDomainsOrderingMeasure { static constexpr auto value = "maxpressure"; };
162
163struct ConvergenceMonitoring { static constexpr bool value = false; };
164struct ConvergenceMonitoringCutOff { static constexpr int value = 6; };
165template<class Scalar>
166struct ConvergenceMonitoringDecayFactor { static constexpr Scalar value = 0.75; };
167
168
169template<class Scalar>
170struct NupcolGroupRateTolerance { static constexpr Scalar value = 0.001; };
171
172} // namespace Opm::Parameters
173
174namespace Opm {
175
177template <class Scalar>
179{
180public:
215 // TODO: it might need to distinguish between rate control and pressure control later
221
224
227
230
233
236
239
242
245
248
251
255
258
261
264
267
270
273
280
282 std::string deck_file_name_;
283
286
291
294
297
300
303
306
309
312
315
318
321
324
327
330
332 std::string nonlinear_solver_;
333
336
339
342
344
347
356
357 bool write_partitions_{false};
358
361 {
368 };
369
371
372 // Relative tolerance of group rates (VREP, REIN)
373 // If violated the nupcol wellstate is updated
375
378
379 static void registerParameters();
380};
381
382} // namespace Opm
383
384#endif // OPM_BLACKOILMODELPARAMETERS_HEADER_INCLUDED
Definition: blackoilnewtonmethodparams.hpp:31
Definition: blackoilboundaryratevector.hh:39
DomainOrderingMeasure
Measure to use for domain ordering.
Definition: SubDomain.hpp:39
DomainSolveApproach
Solver approach for NLDD.
Definition: SubDomain.hpp:33
Struct holding convergence monitor params.
Definition: BlackoilModelParameters.hpp:361
int cutoff_
Cut-off limit for convergence monitoring.
Definition: BlackoilModelParameters.hpp:365
Scalar decay_factor_
Decay factor used in convergence monitoring.
Definition: BlackoilModelParameters.hpp:367
bool enabled_
Whether to enable convergence monitoring.
Definition: BlackoilModelParameters.hpp:363
Solver parameters for the BlackoilModel.
Definition: BlackoilModelParameters.hpp:179
bool write_partitions_
Definition: BlackoilModelParameters.hpp:357
Scalar tolerance_mb_relaxed_
Relaxed mass balance tolerance (can be used when iter >= min_strict_mb_iter_).
Definition: BlackoilModelParameters.hpp:199
Scalar tolerance_energy_balance_
Relative energy balance tolerance (total energy balance error).
Definition: BlackoilModelParameters.hpp:201
Scalar local_domains_partition_imbalance_
Definition: BlackoilModelParameters.hpp:352
int max_niter_inner_well_iter_
Maximum newton iterations with inner well iterations.
Definition: BlackoilModelParameters.hpp:241
int max_number_of_well_switches_
Maximum number of times a well can switch to the same control.
Definition: BlackoilModelParameters.hpp:293
bool use_average_density_ms_wells_
Whether to approximate segment densities by averaging over segment and its outlet.
Definition: BlackoilModelParameters.hpp:299
bool matrix_add_well_contributions_
Whether to add influences of wells between cells to the matrix and preconditioner matrix.
Definition: BlackoilModelParameters.hpp:285
bool solve_welleq_initially_
Solve well equation initially.
Definition: BlackoilModelParameters.hpp:263
bool update_equations_scaling_
Update scaling factors for mass balance equations.
Definition: BlackoilModelParameters.hpp:269
Scalar tolerance_well_control_
Tolerance for the well control equations.
Definition: BlackoilModelParameters.hpp:216
std::string local_domains_partition_method_
Definition: BlackoilModelParameters.hpp:353
static void registerParameters()
int max_inner_iter_wells_
Maximum inner iteration number for standard wells.
Definition: BlackoilModelParameters.hpp:247
Scalar tolerance_energy_balance_relaxed_
Relaxed energy balance tolerance (can be used when iter >= min_strict_mb_iter_).
Definition: BlackoilModelParameters.hpp:203
int network_max_outer_iterations_
Maximum number of iterations in the network solver before giving up.
Definition: BlackoilModelParameters.hpp:314
int max_well_status_switch_
Maximum number of status switches (open<->shut> in local well iterations.
Definition: BlackoilModelParameters.hpp:329
bool shut_unsolvable_wells_
Whether to shut unsolvable well.
Definition: BlackoilModelParameters.hpp:244
Scalar inj_mult_osc_threshold_
Injectivity multiplier oscillation threshold.
Definition: BlackoilModelParameters.hpp:186
bool use_implicit_ipr_
Whether to use implicit IPR for thp stability checks and solution search.
Definition: BlackoilModelParameters.hpp:305
int newton_min_iter_
Minimum number of Newton iterations per time step.
Definition: BlackoilModelParameters.hpp:341
int min_strict_mb_iter_
Minimum number of Newton iterations before we can use relaxed MB convergence criterion.
Definition: BlackoilModelParameters.hpp:260
int num_local_domains_
Definition: BlackoilModelParameters.hpp:351
Scalar max_pressure_change_ms_wells_
Maximum pressure change over an iteratio for ms wells.
Definition: BlackoilModelParameters.hpp:226
int min_strict_cnv_iter_
Minimum number of Newton iterations before we can use relaxed CNV convergence criterion.
Definition: BlackoilModelParameters.hpp:257
bool check_well_operability_
Whether to check well operability.
Definition: BlackoilModelParameters.hpp:288
bool check_well_operability_iter_
Whether to check well operability during iterations.
Definition: BlackoilModelParameters.hpp:290
Scalar local_tolerance_scaling_mb_
Definition: BlackoilModelParameters.hpp:345
Scalar dwell_fraction_max_
Max absolute change in well volume fraction in single iteration.
Definition: BlackoilModelParameters.hpp:184
int max_welleq_iter_
Maximum iteration number of the well equation solution.
Definition: BlackoilModelParameters.hpp:250
Scalar network_max_pressure_update_in_bars_
Maximum pressure update in the inner network pressure update iterations.
Definition: BlackoilModelParameters.hpp:323
bool use_update_stabilization_
Try to detect oscillation or stagnation.
Definition: BlackoilModelParameters.hpp:272
int max_number_of_group_switches_
Maximum number of times group can switch to the same control.
Definition: BlackoilModelParameters.hpp:296
DomainOrderingMeasure local_domains_ordering_
Definition: BlackoilModelParameters.hpp:355
int nldd_num_initial_newton_iter_
Definition: BlackoilModelParameters.hpp:348
Scalar inj_mult_min_damp_factor_
Minimum damping factor for injectivity multipliers.
Definition: BlackoilModelParameters.hpp:190
bool check_group_constraints_inner_well_iterations_
Whether to allow checking/changing to group controls during inner well iterations.
Definition: BlackoilModelParameters.hpp:308
Scalar regularization_factor_wells_
Regularization factor for wells.
Definition: BlackoilModelParameters.hpp:238
DomainSolveApproach local_solve_approach_
'jacobi' and 'gauss-seidel' supported
Definition: BlackoilModelParameters.hpp:335
BlackoilModelParameters()
Construct from user parameters or defaults.
Scalar tolerance_pressure_ms_wells_
Tolerance for the pressure equations for multisegment wells.
Definition: BlackoilModelParameters.hpp:218
Scalar tolerance_cnv_energy_
Local energy convergence tolerance (max of local energy errors).
Definition: BlackoilModelParameters.hpp:209
int newton_max_iter_
Maximum number of Newton iterations per time step.
Definition: BlackoilModelParameters.hpp:338
int network_max_sub_iterations_
Maximum number of sub-iterations to update network pressures (within a single well/group control upda...
Definition: BlackoilModelParameters.hpp:317
int max_local_solve_iterations_
Definition: BlackoilModelParameters.hpp:343
bool local_well_solver_control_switching_
Whether to allow control switching during local well solutions.
Definition: BlackoilModelParameters.hpp:302
Scalar nupcol_group_rate_tolerance_
Definition: BlackoilModelParameters.hpp:374
Scalar tolerance_wells_
Well convergence tolerance.
Definition: BlackoilModelParameters.hpp:213
Scalar max_residual_allowed_
Absolute max limit for residuals.
Definition: BlackoilModelParameters.hpp:192
bool use_multisegment_well_
Definition: BlackoilModelParameters.hpp:279
Scalar nldd_relative_mobility_change_tol_
Threshold for single cell relative mobility change in NLDD.
Definition: BlackoilModelParameters.hpp:350
int max_inner_iter_ms_wells_
Maximum inner iteration number for ms wells.
Definition: BlackoilModelParameters.hpp:229
int strict_outer_iter_wells_
Newton iteration where wells are stricly convergent.
Definition: BlackoilModelParameters.hpp:235
Scalar tolerance_cnv_energy_relaxed_
Relaxed local energy convergence tolerance (can be used when iter >= min_strict_cnv_iter_ && cnvViola...
Definition: BlackoilModelParameters.hpp:211
Scalar inj_mult_damp_mult_
Injectivity multiplier dampening multiplier.
Definition: BlackoilModelParameters.hpp:188
Scalar tolerance_mb_
Relative mass balance tolerance (total mass balance error).
Definition: BlackoilModelParameters.hpp:197
Scalar tolerance_cnv_
Local convergence tolerance (max of local saturation errors).
Definition: BlackoilModelParameters.hpp:205
Scalar dbhp_max_rel_
Max relative change in bhp in single iteration.
Definition: BlackoilModelParameters.hpp:182
Scalar tolerance_cnv_relaxed_
Relaxed local convergence tolerance (can be used when iter >= min_strict_cnv_iter_ && cnvViolatedPV <...
Definition: BlackoilModelParameters.hpp:207
Scalar local_tolerance_scaling_cnv_
Definition: BlackoilModelParameters.hpp:346
int local_domains_partition_well_neighbor_levels_
Definition: BlackoilModelParameters.hpp:354
bool pre_solve_network_
Pre solve and iterate network model.
Definition: BlackoilModelParameters.hpp:266
Scalar relaxed_tolerance_pressure_ms_well_
Relaxed tolerance for the MSW pressure solution.
Definition: BlackoilModelParameters.hpp:223
Scalar network_pressure_update_damping_factor_
Damping factor in the inner network pressure update iterations.
Definition: BlackoilModelParameters.hpp:320
std::string deck_file_name_
The file name of the deck.
Definition: BlackoilModelParameters.hpp:282
ConvergenceMonitorParams monitor_params_
Convergence monitoring parameters.
Definition: BlackoilModelParameters.hpp:370
int network_max_strict_outer_iterations_
Maximum number of iterations in the network solver before relaxing tolerance.
Definition: BlackoilModelParameters.hpp:311
int well_group_constraints_max_iterations_
Maximum number of iterations in the well/group switch algorithm.
Definition: BlackoilModelParameters.hpp:326
Scalar relaxed_max_pv_fraction_
Definition: BlackoilModelParameters.hpp:195
std::string nonlinear_solver_
Nonlinear solver type: newton or nldd.
Definition: BlackoilModelParameters.hpp:332
int strict_inner_iter_wells_
Strict inner iteration number for wells.
Definition: BlackoilModelParameters.hpp:232
Scalar relaxed_tolerance_flow_well_
Relaxed tolerance for for the well flow residual.
Definition: BlackoilModelParameters.hpp:220
Scalar maxSinglePrecisionTimeStep_
Definition: BlackoilModelParameters.hpp:254
Definition: BlackoilModelParameters.hpp:108
static constexpr bool value
Definition: BlackoilModelParameters.hpp:108
Definition: BlackoilModelParameters.hpp:130
static constexpr bool value
Definition: BlackoilModelParameters.hpp:130
Definition: BlackoilModelParameters.hpp:164
static constexpr int value
Definition: BlackoilModelParameters.hpp:164
Definition: BlackoilModelParameters.hpp:166
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:166
Definition: BlackoilModelParameters.hpp:163
static constexpr bool value
Definition: BlackoilModelParameters.hpp:163
Definition: BlackoilModelParameters.hpp:30
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:30
Definition: BlackoilModelParameters.hpp:117
static constexpr bool value
Definition: BlackoilModelParameters.hpp:117
Definition: BlackoilModelParameters.hpp:33
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:33
Definition: BlackoilModelParameters.hpp:35
static constexpr auto value
Definition: BlackoilModelParameters.hpp:35
Definition: BlackoilModelParameters.hpp:116
static constexpr bool value
Definition: BlackoilModelParameters.hpp:116
Definition: BlackoilModelParameters.hpp:115
static constexpr bool value
Definition: BlackoilModelParameters.hpp:115
Definition: BlackoilModelParameters.hpp:41
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:41
Definition: BlackoilModelParameters.hpp:44
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:44
Definition: BlackoilModelParameters.hpp:38
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:38
Definition: BlackoilModelParameters.hpp:161
static constexpr auto value
Definition: BlackoilModelParameters.hpp:161
Definition: BlackoilModelParameters.hpp:160
static constexpr int value
Definition: BlackoilModelParameters.hpp:160
Definition: BlackoilModelParameters.hpp:157
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:157
Definition: BlackoilModelParameters.hpp:159
static constexpr auto value
Definition: BlackoilModelParameters.hpp:159
Definition: BlackoilModelParameters.hpp:141
static constexpr auto value
Definition: BlackoilModelParameters.hpp:141
Definition: BlackoilModelParameters.hpp:150
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:150
Definition: BlackoilModelParameters.hpp:147
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:147
Definition: BlackoilModelParameters.hpp:128
static constexpr bool value
Definition: BlackoilModelParameters.hpp:128
Definition: BlackoilModelParameters.hpp:93
static constexpr bool value
Definition: BlackoilModelParameters.hpp:93
Definition: BlackoilModelParameters.hpp:104
static constexpr int value
Definition: BlackoilModelParameters.hpp:104
Definition: BlackoilModelParameters.hpp:105
static constexpr int value
Definition: BlackoilModelParameters.hpp:105
Definition: BlackoilModelParameters.hpp:142
static constexpr int value
Definition: BlackoilModelParameters.hpp:142
Definition: BlackoilModelParameters.hpp:103
static constexpr int value
Definition: BlackoilModelParameters.hpp:103
Definition: BlackoilModelParameters.hpp:101
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:101
Definition: BlackoilModelParameters.hpp:47
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:47
Definition: BlackoilModelParameters.hpp:85
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:85
Definition: BlackoilModelParameters.hpp:106
static constexpr int value
Definition: BlackoilModelParameters.hpp:106
Definition: BlackoilModelParameters.hpp:82
static constexpr int value
Definition: BlackoilModelParameters.hpp:82
Definition: BlackoilModelParameters.hpp:126
static constexpr int value
Definition: BlackoilModelParameters.hpp:126
Definition: BlackoilModelParameters.hpp:125
static constexpr int value
Definition: BlackoilModelParameters.hpp:125
Definition: BlackoilModelParameters.hpp:87
static constexpr int value
Definition: BlackoilModelParameters.hpp:87
Definition: BlackoilModelParameters.hpp:88
static constexpr int value
Definition: BlackoilModelParameters.hpp:88
Definition: BlackoilModelParameters.hpp:134
static constexpr int value
Definition: BlackoilModelParameters.hpp:134
Definition: BlackoilModelParameters.hpp:139
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:139
Definition: BlackoilModelParameters.hpp:133
static constexpr int value
Definition: BlackoilModelParameters.hpp:133
Definition: BlackoilModelParameters.hpp:135
static constexpr int value
Definition: BlackoilModelParameters.hpp:135
Definition: BlackoilModelParameters.hpp:137
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:137
Definition: BlackoilModelParameters.hpp:143
static constexpr int value
Definition: BlackoilModelParameters.hpp:143
Definition: BlackoilModelParameters.hpp:151
static constexpr int value
Definition: BlackoilModelParameters.hpp:151
Definition: BlackoilModelParameters.hpp:153
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:153
Definition: BlackoilModelParameters.hpp:140
static constexpr auto value
Definition: BlackoilModelParameters.hpp:140
Definition: BlackoilModelParameters.hpp:154
static constexpr int value
Definition: BlackoilModelParameters.hpp:154
Definition: BlackoilModelParameters.hpp:170
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:170
Definition: BlackoilModelParameters.hpp:90
static constexpr bool value
Definition: BlackoilModelParameters.hpp:90
Definition: BlackoilModelParameters.hpp:113
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:113
Definition: BlackoilModelParameters.hpp:50
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:50
Definition: BlackoilModelParameters.hpp:123
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:123
Definition: BlackoilModelParameters.hpp:120
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:120
Definition: BlackoilModelParameters.hpp:107
static constexpr bool value
Definition: BlackoilModelParameters.hpp:107
Definition: BlackoilModelParameters.hpp:89
static constexpr bool value
Definition: BlackoilModelParameters.hpp:89
Definition: BlackoilModelParameters.hpp:110
static constexpr int value
Definition: BlackoilModelParameters.hpp:110
Definition: BlackoilModelParameters.hpp:109
static constexpr int value
Definition: BlackoilModelParameters.hpp:109
Definition: BlackoilModelParameters.hpp:71
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:71
Definition: BlackoilModelParameters.hpp:74
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:74
Definition: BlackoilModelParameters.hpp:65
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:65
Definition: BlackoilModelParameters.hpp:68
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:68
Definition: BlackoilModelParameters.hpp:59
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:59
Definition: BlackoilModelParameters.hpp:62
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:62
Definition: BlackoilModelParameters.hpp:53
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:53
Definition: BlackoilModelParameters.hpp:56
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:56
Definition: BlackoilModelParameters.hpp:98
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:98
Definition: BlackoilModelParameters.hpp:80
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:80
Definition: BlackoilModelParameters.hpp:77
static constexpr Scalar value
Definition: BlackoilModelParameters.hpp:77
Definition: BlackoilModelParameters.hpp:91
static constexpr bool value
Definition: BlackoilModelParameters.hpp:91
Definition: BlackoilModelParameters.hpp:127
static constexpr bool value
Definition: BlackoilModelParameters.hpp:127
Definition: BlackoilModelParameters.hpp:129
static constexpr bool value
Definition: BlackoilModelParameters.hpp:129
Definition: BlackoilModelParameters.hpp:95
static constexpr bool value
Definition: BlackoilModelParameters.hpp:95
Definition: BlackoilModelParameters.hpp:92
static constexpr bool value
Definition: BlackoilModelParameters.hpp:92
Definition: BlackoilModelParameters.hpp:145
static constexpr int value
Definition: BlackoilModelParameters.hpp:145