Skip to content

Commit c7e3df5

Browse files
Comment formatting
1 parent 8ee3989 commit c7e3df5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/geophires_x/WellBores.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,10 @@ def ProdPressureDropAndPumpingPowerUsingIndexes(
510510
# Minimum production pump inlet pressure and minimum wellhead pressure
511511
if Trock_degC < 373.9:
512512
Pminimum_kPa = vapor_pressure_water_kPa(Trock_degC) + Pexcess_kPa
513-
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.
514-
Pminimum_kPa = 100 #setting artificially to 1 bar = 100 kPa
513+
else:
514+
# Above the critical water temperature, vapor no longer occurs and vapor pressure can no longer be
515+
# calculated. A "dummy" vapor pressure can be assumed as the fluid phase no longer impacts the pump depth.
516+
Pminimum_kPa = 100 # 1 bar = 100 kPa
515517

516518
if usebuiltinppwellheadcorrelation:
517519
Pprodwellhead = Pminimum_kPa # production wellhead pressure [kPa]

0 commit comments

Comments
 (0)