Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 587 Bytes

Fimbul -- geothermal energy simulation in Julia

Fimbul.jl is a Julia package for simulation of geothermal systems, written on top of the porous media flow simulator JutulDarcy.jl developed by the Applied Computational Science group at SINTEF Digital.

To get started, clone this repository, start a julia REPL in the root folder of the repository, and do

using Pkg; Pkg.instantiate()