Skip to content

Commit 9eaf652

Browse files
Continued work on Fervo model; Produces 3.35 MW (Paper says 2-3.5 MW). Average Production Temp is 174.2C (paper says 169C). Average Pumping Power is 0.00 MW (Paper says .5 to 1 MW).
1 parent c255e7e commit 9eaf652

File tree

2 files changed

+42
-22
lines changed

2 files changed

+42
-22
lines changed

src/geophires_x/WellBores.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,11 +1196,13 @@ def Calculate(self, model: Model) -> None:
11961196
# making all thr values available to your methods. but you had better have set all the parameters!
11971197

11981198
# calculate the reservoir pressure as a function of time
1199-
self.production_reservoir_pressure.value = get_hydrostatic_pressure_kPa(model.reserv.Trock.value, model.reserv.Tsurf.value,
1199+
if self.usebuiltinhydrostaticpressurecorrelation:
1200+
self.production_reservoir_pressure.value = get_hydrostatic_pressure_kPa(model.reserv.Trock.value, model.reserv.Tsurf.value,
12001201
model.reserv.depth.quantity().to('m').magnitude,
12011202
model.reserv.averagegradient.value,
1202-
model.reserv.lithostatic_pressure()) if self.usebuiltinhydrostaticpressurecorrelation else self.Phydrostatic.quantity().to(
1203-
self.production_reservoir_pressure.CurrentUnits).magnitude
1203+
model.reserv.hydrostatic_pressure())
1204+
else:
1205+
self.production_reservoir_pressure.value = self.Phydrostatic.quantity().to(self.production_reservoir_pressure.CurrentUnits).magnitude
12041206

12051207
self.production_reservoir_pressure.value = ReservoirPressurePredictor(model.surfaceplant.plant_lifetime.value,
12061208
model.economics.timestepsperyear.value,

tests/examples/Fervo_Norbeck_Latimer_2024.txt

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,38 @@
11
--- Case Study: Fervo Energy Whitepaper
2-
--- Norbeck, J.H. and Latimer, T.M. 2024.
2+
--- Norbeck J.H. and Latimer T.M. 2024.
33
--- "Commercial-Scale Demonstration of a First-of-a-Kind Enhanced Geothermal System."
44
--- https://doi.org/10.31223/X52X0B
5+
--- Drilling costs from:
6+
---- Kareem El-Sadi; Brittany Gierke; Elliot Howard; Christian Gradl; 2024
7+
---- "Review Of Drilling Performance In A Horizontal EGS Development"
8+
---- https://pangea.stanford.edu/ERE/db/GeoConf/papers/SGW/2024/Elsadi.pdf?t=1706897516
9+
----
10+
---- This case study is a commercial-scale demonstration of a first-of-a-kind enhanced geothermal system.
11+
---- The reservoir is a 7700-foot deep; 2800 kg/m3 density; 1000 J/kg/K heat capacity; 2.7 W/m/K thermal conductivity reservoir.
12+
---- The reservoir has 87 fractures; each 750 feet high; 1000 feet wide; and 30 feet apart.
13+
---- The reservoir has a 72.86 degree temperature gradient.
14+
---- The second paper figure 4 shows a drilling cost that has plateaued and about $400 per foot. GEOPHIRES cannot
15+
---- handle a drilling cost estimate on a per foot basis but drilling cost correlation of VERTICAL_LARGE_INT1 (10)
16+
---- has a cost of $397.12 per foot at 7700 feet so we will use that.
17+
---- NOTES:
18+
-------- The paper does not discuss stimulation costs which could be substantially more than the default values used here.
19+
-------- The paper does not discuss makeup water - how much what cost etc.
20+
-------- The paper does not discuss redrilling or rentry to refrac etc.
521

622
***Reservoir Parameters***
723
Reservoir Model, 1
824
Reservoir Volume Option,1, ---Should be 1 2 3 or 4. See manual for details.
9-
Reservoir Density, 2700
10-
Reservoir Depth, 2347 meter
25+
Reservoir Density, 2800, about the average for phyllite, quartzite, diorite, and granodiorite, per paper
26+
Reservoir Depth, 7700 feet
1127
Reservoir Heat Capacity,1000, ---[J/kg/K]
1228
Reservoir Thermal Conductivity, 2.7
13-
Number of Fractures, 100
29+
Number of Fractures, 87, between 75 and 100 per paper
1430
Fracture Shape, 4
15-
Fracture Height, 100
16-
Fracture Width, 991 meter
17-
Fracture Separation, 10 meter
31+
Fracture Height, 750 feet, per figure 14 of paper
32+
Fracture Width, 1000 feet, per figure 14 of paper
33+
Fracture Separation, 30 feet, per paper
1834
Number of Segments,1, ---[-]
19-
Gradient 1, 68
35+
Gradient 1, 72.86
2036
Drawdown Parameter,.00002, ---[kg/s/m2]
2137
Maximum Temperature, 500
2238

@@ -27,13 +43,14 @@ Well Geometry Configuration, 4, ----L
2743
Has Nonvertical Section, True
2844
Multilaterals Cased, True
2945
Number of Multilateral Sections, 2, ---Two parallel horizontal sections
30-
Total Nonvertical Length, 990 meter
31-
Well Drilling Cost Correlation,3, --- [-] Use built-in well drilling cost correlation #3 = vertical large diameter
32-
Horizontal Well Drilling Cost Correlation,4, --- [-] Use built-in well drilling cost correlation #4 = deviated large diameter
33-
Production Flow Rate per Well, 63
34-
Production Well Diameter, 7
35-
Injection Well Diameter, 7
36-
Injection Temperature, 50
46+
Well Separation, 365 feet, per paper
47+
Total Nonvertical Length, 3250 feet
48+
Well Drilling Cost Correlation,10, See above -this gets us about $400/foot
49+
Horizontal Well Drilling Cost Correlation,10, See above -this gets us about $400/foot at 7700 feet
50+
Production Flow Rate per Well, 47.32, this is 750 gpm, range from paper was 650 gpm to 850 gpm (41-54 kg/s)
51+
Production Well Diameter, 7 inch
52+
Injection Well Diameter, 7 inch
53+
Injection Temperature, 100 degF, The paper says is is between 75 and 125 F
3754
Injection Wellbore Temperature Gain,3, ---[deg.C]
3855
Injectivity Index, 5, ---[kg/s/bar]
3956
Productivity Index, 5
@@ -43,13 +60,14 @@ Water Loss Fraction,0.02, ---[-]
4360
Maximum Drawdown,1, ---[-] no redrilling considered
4461

4562
***Surfaceplant Parameters***
46-
Ambient Temperature, 10.27, ---[deg.C]
47-
Surface Temperature, 10.27
63+
Ambient Temperature, 8 degC, per the paper, but the mean annual temperature in Milford is 10.27 ---[deg.C]
64+
Surface Temperature, 8 degC, per the paper, but the mean annual temperature in Milford is 10.27 ---[deg.C]
4865
End-Use Option,1, ---electricity as the main product
49-
Plant Lifetime, 30
50-
Power Plant Type,4, ---Double-Flash
66+
Plant Lifetime, 23, not referenced in paper but performance drops off substantially after 23 years due to heat mined
67+
Power Plant Type,2, per the paper, it will be a supercritical ORC
5168
End-Use Efficiency Factor,.9, ---[-]
5269
Circulation Pump Efficiency,.80, ---[-]
70+
Plant Outlet Pressure, 1450 psi, paper says 1000 psi to 2000 psi (1500 will exceed max value, so we use 1450)
5371

5472
*** Economic Parameters***
5573
Economic Model,3, ---BICYCLE Levelized Cost Model

0 commit comments

Comments
 (0)