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
Copy file name to clipboardExpand all lines: README.rst
+79-20Lines changed: 79 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,12 @@ Overview
7
7
.. |GEOPHIRES Logo| image:: geophires-logo.png
8
8
:alt:GEOPHIRES Logo
9
9
10
-
GEOPHIRES is a free and open-source geothermal techno-economic simulator. GEOPHIRES combines reservoir, wellbore, surface plant, and economic models to estimate the capital and operation and maintenance costs, instantaneous and lifetime energy production, and overall levelized cost of energy of a geothermal plant. Various reservoir conditions (EGS, doublets, etc.) and end-use options (electricity, direct-use heat, cogeneration) can be modeled. Users are encouraged to build upon to the GEOPHIRES framework to implement their own correlations and models.
10
+
GEOPHIRES is a free and open-source geothermal techno-economic simulator.
11
+
GEOPHIRES combines reservoir, wellbore, surface plant, and economic models to estimate the capital and operation and maintenance costs,
12
+
instantaneous and lifetime energy production, and overall levelized cost of energy of a geothermal plant.
13
+
Various reservoir conditions (EGS, doublets, etc.) and end-use options (electricity, direct-use heat, cogeneration) can be modeled.
14
+
Users are encouraged to build upon to the GEOPHIRES framework to implement their own correlations and models.
15
+
See the `Documentation`_ section below for more information.
11
16
12
17
GEOPHIRES-X is the successor version to `GEOPHIRES v2.0 <https://github.com/NREL/GEOPHIRES-v2>`__ (see `CHANGELOG <CHANGELOG.rst>`__ for more info).
13
18
@@ -251,17 +256,63 @@ You may also optionally pass the output file as well::
251
256
Documentation
252
257
=============
253
258
259
+
GEOPHIRES combines reservoir, wellbore, surface plant, and economic and cost models
260
+
and correlations to estimate the capital and operation and maintenance costs,
261
+
instantaneous and lifetime energy production, and overall levelized cost of energy of a
262
+
geothermal plant.
263
+
264
+
The high-level software architecture is illustrated in the diagram below. Green, orange and blue rectangles
265
+
refer to internal GEOPHIRES components, external user-interface components, and
266
+
external reservoir simulators (TOUGH2), respectively. Rectangles with solid outline are
267
+
always executed during a simulation run; rectangles with dashed outline refer to optional
(3) co-generation of heat and electricity. The co-generation option considers bottoming
289
+
cycle, topping cycle, and parallel cycle.
290
+
291
+
GEOPHIRES has 4 economic models to calculate the levelized cost of heat or
292
+
electricity: (1) fixed charge rate (FCR) model;
293
+
(2) standard discounting levelized cost model;
294
+
(3) BICYCLE model;
295
+
(4) CLGS.
296
+
297
+
The capital and O&M costs for the different geothermal system components (exploration,
298
+
well drilling, surface plant, etc.) are either provided by the user or calculated with built-in
299
+
correlations.
254
300
255
301
Parameters
256
302
----------
257
303
258
304
Available parameters are documented in the `Parameters Reference <https://nrel.github.io/GEOPHIRES-X/parameters.html>`__.
259
305
306
+
Note that many parameters are interrelated and/or conditionally dependent on one another;
307
+
reviewing the GEOPHIRES example(s) relevant to your use case in the following section
308
+
is strongly recommended to gain a working understanding of how to construct valid sets of input parameters.
309
+
260
310
261
311
Examples
262
312
--------
263
313
264
-
GEOPHIRES includes a variety of examples demonstrating its features and case studies for different types of geothermal systems.
314
+
GEOPHIRES includes a variety of examples input files demonstrating its features for different types of geothermal systems
315
+
and case studies of real-world geothermal projects.
265
316
Starting with an existing GEOPHIRES example that is similar to your intended use/application can be an easier approach to using GEOPHIRES than constructing your own inputs from scratch.
266
317
267
318
Example input ``.txt`` files and corresponding case report ``.out`` files are available in the `tests/examples directory <tests/examples>`__ of the repository.
@@ -276,35 +327,39 @@ Example-specific web interface deeplinks are listed in the Link column.
0 commit comments