You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-request.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -818,14 +818,23 @@
818
818
"maximum": 10000.0
819
819
},
820
820
"Maximum Drawdown": {
821
-
"description": "Maximum allowable thermal drawdown before redrilling of all wells into new reservoir (most applicable to EGS-type reservoirs with heat farming strategies). E.g. a value of 0.2 means that all wells are redrilled after the production temperature (at the wellhead) has dropped by 20% of its initial temperature",
821
+
"description": "Maximum allowable thermal drawdown before redrilling of all wells into new reservoir (most applicable to EGS-type reservoirs with heat farming strategies). E.g. a value of 0.2 means that all wells are redrilled after the production temperature (at the wellhead) has dropped by 20% of its initial temperature. Note that redrilling is triggered by whichever occurs first: this thermal drawdown limit or the chronological limit defined by Well Integrity Maximum Lifetime.",
822
822
"type": "number",
823
823
"units": "",
824
824
"category": "Well Bores",
825
825
"default": 1.0,
826
826
"minimum": 0.0,
827
827
"maximum": "1.0"
828
828
},
829
+
"Well Integrity Maximum Lifetime": {
830
+
"description": "Maximum chronological lifetime of the wellbore infrastructure before mechanical/chemical failure forces a redrilling event, independent of thermal drawdown. Models a deterministic first-order approximation of well integrity failure (compressive yielding, high-temperature creep, low-cycle fatigue, cement degradation, sulfide stress cracking, etc.) that is particularly relevant for Superhot Rock systems where wellbore infrastructure may typically fail before thermal depletion. Redrilling is triggered at the minimum of the thermal drawdown index defined by Maximum Drawdown and this chronological index. If not provided, defaults to project lifetime (no mechanical failure).",
831
+
"type": "number",
832
+
"units": "yr",
833
+
"category": "Well Bores",
834
+
"default": -1.0,
835
+
"minimum": 0.1,
836
+
"maximum": 100.0
837
+
},
829
838
"Is AGS": {
830
839
"description": "Set to true if the model is for an Advanced Geothermal System (AGS)",
0 commit comments