Skip to content

Commit ad6dbcb

Browse files
Update default params to example_SHR-2.txt
1 parent b95617d commit ad6dbcb

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

geophires/geophires-ui.js

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,52 @@ $(document).ready(function () {
390390
})
391391

392392

393+
// Default from example_SHR-2.txt
393394
let defaultParams = {
394-
"Reservoir Model": 1,
395-
"Reservoir Depth": 3,
396-
"Gradient 1": 50,
397-
"End-Use Option": 2,
398-
"Time steps per year": 6,
395+
"Starting Electricity Sale Price": "0.06",
396+
"Ending Electricity Sale Price": "0.10",
397+
"Electricity Escalation Start Year": "1",
398+
"Electricity Escalation Rate Per Year": "0.012",
399+
"Annual License Etc": "0",
400+
"Flat License Etc": "0",
401+
"Tax Relief Per Year": "2.212",
402+
"Reservoir Model": "1",
403+
"Reservoir Depth": "7.5",
404+
"Number of Segments": "1",
405+
"Gradient 1": "50",
406+
"Number of Production Wells": "2",
407+
"Number of Injection Wells": "2",
408+
"Production Well Diameter": "7",
409+
"Injection Well Diameter": "7",
410+
"Ramey Production Wellbore Model": "1",
411+
"Production Wellbore Temperature Drop": ".5",
412+
"Injection Wellbore Temperature Gain": "0",
413+
"Production Flow Rate per Well": "55",
414+
"Fracture Shape": "3",
415+
"Fracture Height": "900",
416+
"Reservoir Volume Option": "3",
417+
"Reservoir Volume": "1000000000",
418+
"Number of Fractures": "20",
419+
"Water Loss Fraction": ".02",
420+
"Productivity Index": "5",
421+
"Injectivity Index": "5",
422+
"Injection Temperature": "50",
423+
"Maximum Drawdown": "1",
424+
"Reservoir Heat Capacity": "1000",
425+
"Reservoir Density": "2700",
426+
"Reservoir Thermal Conductivity": "2.7",
427+
"End-Use Option": "1",
428+
"Economic Model": "1",
429+
"Power Plant Type": "3",
430+
"Circulation Pump Efficiency": ".8",
431+
"Utilization Factor": ".9",
432+
"Surface Temperature": "20",
433+
"Ambient Temperature": "20",
434+
"Plant Lifetime": "30",
435+
"Fixed Charge Rate": ".05",
436+
"Inflation Rate During Construction": "0",
437+
"Time steps per year": "6",
438+
"Maximum Temperature": "500"
399439
}
400440

401441
try {

geophires/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3>
168168

169169
</h3>
170170
<span id="loading" class="hidden loader">Running...</span>
171-
<div id="result-instructions">Enter Parameters or select an example, then press Run GEOPHIRES to get a result.</div>
171+
<div id="result-instructions">Enter Parameters or select an example, then press Run GEOPHIRES to get a result. (You may need to scroll down to see the Run GEOPHIRES button.)</div>
172172
<div id="results"></div>
173173
<div id="generation-profile-graphs">
174174
<div id="power-generation-profile-chart" style="width: 100%; height: 250px"></div>

0 commit comments

Comments
 (0)