Skip to content

Commit 18e0770

Browse files
example_SHR-1
1 parent 43409b0 commit 18e0770

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

geophires/examples/example_SHR-1.txt

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Starting Electricity Sale Price, 0.06
2+
Ending Electricity Sale Price, 0.10
3+
Electricity Escalation Start Year, 1
4+
Electricity Escalation Rate Per Year, 0.012
5+
Annual License Etc, 0
6+
Flat License Etc, 0
7+
Tax Relief Per Year, 2.212
8+
Reservoir Model, 1
9+
Reservoir Depth, 7.5
10+
Number of Segments, 1
11+
Gradient 1, 50
12+
Number of Production Wells, 2
13+
Number of Injection Wells, 2
14+
Production Well Diameter, 7
15+
Injection Well Diameter, 7
16+
Ramey Production Wellbore Model, 1
17+
Production Wellbore Temperature Drop, .5
18+
Injection Wellbore Temperature Gain, 0
19+
Production Flow Rate per Well, 55
20+
Fracture Shape, 3
21+
Fracture Height, 900
22+
Reservoir Volume Option, 3
23+
Reservoir Volume, 1000000000
24+
Number of Fractures, 20
25+
Water Loss Fraction, .02
26+
Productivity Index, 5
27+
Injectivity Index, 5
28+
Injection Temperature, 50
29+
Maximum Drawdown, 1
30+
Reservoir Heat Capacity, 1000
31+
Reservoir Density, 2700
32+
Reservoir Thermal Conductivity, 2.7
33+
End-Use Option, 1
34+
Economic Model, 1
35+
Power Plant Type, 3
36+
Circulation Pump Efficiency, .8
37+
Utilization Factor, .9
38+
Surface Temperature, 20
39+
Ambient Temperature, 20
40+
Plant Lifetime, 30
41+
Fixed Charge Rate, .05
42+
Inflation Rate During Construction, 0
43+
Time steps per year, 6
44+
Maximum Temperature, 500
45+
Well Drilling and Completion Capital Cost, 40

geophires/geophires-ui.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ function configureExampleSelector() {
298298
'Beckers_et_al_2023_Tabulated_Database_Uloop_water_elec.txt',
299299
'Beckers_et_al_2023_Tabulated_Database_Uloop_water_heat.txt',
300300
'SUTRAExample1.txt',
301-
'example_multiple_gradients.txt'
301+
'example_multiple_gradients.txt',
302+
'example_SHR-1.txt',
302303
]
303304

304305
for (let e in exampleFiles) {

0 commit comments

Comments
 (0)