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
342
f.write(f' Constant production well temperature drop: {model.wellbores.tempdropprod.value:10.1f} '+model.wellbores.tempdropprod.PreferredUnits.value+NL)
329
343
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)
0 commit comments