PyThermoNomics
Welcome to the PyThermoNomics documentation!
This project provides tools for geothermal economics calculations, including Net Present Value (NPV) and Levelized Cost of Energy (LCOE) computations, well simulation, and more.
Modules
- geothermal_economics: Main API for economics calculations.
- config: Configuration models and utilities.
- energy_model: Energy calculation models.
- data: Simulation readers and well results.
- npv_model: NPV and cost models.
API Reference
Explore the API documentation for each module:
Getting Started
To get started, see the README or browse the API reference above.
Examples
An example of how to run a case for a doublet system for a real reservoir model is shown in the Jupyter Notebook found in examples/main_example_notebook.ipynb.
Explanation on how to install Jupyter Notebook can be found here.
Input description
Column description of output DataFrame/CSV
Net Present Value equations
To see the equations related to the NPV and LCOE please see Equations.
Development notes
Notes on the development including assumptions and limitations are mentioned in DevelopmentNotes.