Skip to content

Commit

Permalink
WellBores productionwellpumping default value = True fix
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Jan 17, 2024
1 parent 9feee54 commit 0a84d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/geophires_x/WellBores.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ def __init__(self, model: Model):
)
self.productionwellpumping = self.OutputParameterDict[self.productionwellpumping.Name] = OutputParameter(
Name="productionwellpumping",
value=True,
UnitType=Units.NONE
)
self.impedancemodelused = self.OutputParameterDict[self.impedancemodelused.Name] = OutputParameter(
Expand Down

0 comments on commit 0a84d0c

Please sign in to comment.