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
else: #above the critical water temperature, vapor no longer occurs and vapor pressure can no longer be calculated. A "dummy" vapor pressure can be assumed as the fluid phase no longer impacts the pump depth.
640
-
Pminimum_kPa=100#setting artificially to 1 bar = 100 kPa
639
+
else:
640
+
# Above the critical water temperature, vapor no longer occurs and vapor pressure can no longer be
641
+
# calculated. A "dummy" vapor pressure can be assumed as the fluid phase no longer impacts the pump depth.
642
+
Pminimum_kPa=100# setting artificially to 1 bar = 100 kPa
641
643
ifusebuiltinppwellheadcorrelation:
642
644
Pprodwellhead=Pminimum_kPa# production wellhead pressure [kPa]
643
645
else:
644
646
Pprodwellhead=ppwellhead
645
647
ifPprodwellhead<Pminimum_kPa:
646
648
Pprodwellhead=Pminimum_kPa
647
-
msg= (f'Provided production wellhead pressure ({Pprodwellhead:.2f} kPa) under minimum pressure ({Pminimum_kPa:.2f} kPa). '
649
+
msg= (f'Provided production wellhead pressure ({Pprodwellhead:.2f} kPa) under minimum pressure '
650
+
f'({Pminimum_kPa:.2f} kPa). '
648
651
f'GEOPHIRES will assume minimum wellhead pressure.')
0 commit comments