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
f.write(' User-provided production well temperature drop\n')
328
328
f.write(f' Constant production well temperature drop: {model.wellbores.tempdropprod.value:10.1f} '+model.wellbores.tempdropprod.PreferredUnits.value+NL)
329
329
f.write(f' Flowrate per production well: {model.wellbores.prodwellflowrate.value:10.1f} '+model.wellbores.prodwellflowrate.CurrentUnits.value+NL)
330
-
f.write(f' Injection well casing ID: {model.wellbores.injwelldiam.value:10.3f}'+model.wellbores.injwelldiam.CurrentUnits.value+NL)
331
-
f.write(f' Production well casing ID: {model.wellbores.prodwelldiam.value:10.3f}'+model.wellbores.prodwelldiam.CurrentUnits.value+NL)
Copy file name to clipboardExpand all lines: src/geophires_x_schema_generator/geophires-result.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,8 +212,16 @@
212
212
},
213
213
"Average production well temperature drop": {},
214
214
"Flowrate per production well": {},
215
-
"Injection well casing ID": {},
216
-
"Production well casing ID": {},
215
+
"Injection well casing ID": {
216
+
"type": "number",
217
+
"description": "Inner diameter of production wellbore (assumed constant along the wellbore) to calculate frictional pressure drop and wellbore heat transmission with Rameys model",
218
+
"units": "in"
219
+
},
220
+
"Production well casing ID": {
221
+
"type": "number",
222
+
"description": "Inner diameter of production wellbore (assumed constant along the wellbore) to calculate frictional pressure drop and wellbore heat transmission with Rameys model",
0 commit comments