Skip to content

Commit e9a3eb6

Browse files
align default Number of Fractures per Stimulated Well with default Number of Fractures (10; for a single injection well, production well not stimulated)
1 parent 2ff0b03 commit e9a3eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/Reservoir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def __init__(self, model: Model):
303303
# noinspection SpellCheckingInspection
304304
self.fracnumb_per_stimulated_well = self.ParameterDict[self.fracnumb_per_stimulated_well.Name] = intParameter(
305305
'Number of Fractures per Stimulated Well',
306-
DefaultValue=20,
306+
DefaultValue=10,
307307
AllowableRange=fracnumb_allowable_range,
308308
UnitType=Units.NONE,
309309
ToolTipText=f'Number of identical parallel fractures per stimulated well '

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"type": "integer",
328328
"units": null,
329329
"category": "Reservoir",
330-
"default": 20,
330+
"default": 10,
331331
"minimum": 1,
332332
"maximum": 1000000
333333
},

0 commit comments

Comments
 (0)