Skip to content

Commit 5008d0a

Browse files
fix Injection Well Diameter tooltip text typo
1 parent 82143e0 commit 5008d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/WellBores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def __init__(self, model: Model):
763763
CurrentUnits=LengthUnit.INCHES,
764764
Required=True,
765765
ErrMessage="assume default injection well diameter (8 inch)",
766-
ToolTipText='Inner diameter of production wellbore (assumed constant along the wellbore) to calculate '
766+
ToolTipText='Inner diameter of injection wellbore (assumed constant along the wellbore) to calculate '
767767
'frictional pressure drop and wellbore heat transmission with Rameys model'
768768
)
769769
self.rameyoptionprod = self.ParameterDict[self.rameyoptionprod.Name] = boolParameter(

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"Flowrate per production well": {},
215215
"Injection well casing ID": {
216216
"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",
217+
"description": "Inner diameter of injection wellbore (assumed constant along the wellbore) to calculate frictional pressure drop and wellbore heat transmission with Rameys model",
218218
"units": "in"
219219
},
220220
"Production well casing ID": {

0 commit comments

Comments
 (0)