marcbasquensmunoz / BoreholeNetworksSimulator.jl

BoreholeNetworksSimulator.jl: a modular tool to simulate networks of boreholes in Julia
https://marcbasquensmunoz.github.io/BoreholeNetworksSimulator.jl/
MIT License
2 stars 0 forks source link
borehole boreholenetworkssimulator geothermal-energy julia

documentation (placeholder) Aqua QA Build Status

BoreholeNetworksSimulator.jl

BoreholeNetworksSimulator.jl is a pure Julia, performant, and modular framework for simulations of fields of interconnected borehole heat exchangers. Features:

More information and an extensive list of features can be found in the documentation.

Quickstart

BoreholeNetworksSimulator.jl is currently not in Julia's General registry (as well as some of its dependencies), however, it is easily available through the local registry geothermal_registry. In order to install it, start Julia and run the command:

using Pkg; pkg"registry add https://github.com/marcbasquensmunoz/geothermal_registry"; Pkg.add("BoreholeNetworksSimulator")