Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

sintefmath/JutulExamples.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JutulExamples

Caution

This repository is deprecated. Examples can now be found in the examples folder of the respective repositories mentioned here.

This repositories contained examples for Jutul.jl and the porous media simulator JutulDarcy.jl.

To get started, you will have to add the necessary packages. Start by going to the darcy subfolder in your favorite terminal, launch a recent version of julia and run the following:

]          # Enter package mode
activate . # Activate the darcy subfolder environment
add Jutul JutulDarcy
dev https://github.com/sintefmath/JutulViz.jl.git # Not registered, manual URL
instantiate # This will take some time
# hit backspace, then
include("two_phase_buckley_leverett.jl")

Congratulations, you have run your first Jutul example. There are additional examples in the folder, as well as notebooks in both Jupyter and Pluto.jl formats.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published