-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from sintefmath/doc-updates-2
Updates to docs + add CO2-brine model from CSP11
- Loading branch information
Showing
55 changed files
with
61,628 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ docs/src/examples/* | |
Manifest.toml | ||
.vscode/settings.json | ||
*.jld2 | ||
/docs/notebooks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "JutulDarcy" | ||
uuid = "82210473-ab04-4dce-b31b-11573c4f8e0a" | ||
authors = ["Olav Møyner <[email protected]>"] | ||
version = "0.2.19" | ||
version = "0.2.20" | ||
|
||
[deps] | ||
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c" | ||
|
@@ -51,7 +51,7 @@ ForwardDiff = "0.10.30" | |
GLMakie = "0.9.2" | ||
GeoEnergyIO = "1" | ||
HYPRE = "1.4.0" | ||
Jutul = "0.2.22" | ||
Jutul = "0.2.28" | ||
Krylov = "0.9.1" | ||
LinearAlgebra = "1" | ||
LoopVectorization = "0.12.115" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Standalone reservoir simulator | ||
|
||
It is possible build a standalone reservoir simulator using [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl). For more details and an example build file with keyword arguments, see [the JutulDarcyApps.jl repository](https://github.com/sintefmath/JutulDarcyApps.jl/tree/master/mpi_simulator). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
# Input formats | ||
|
||
It is also possible to read cases that have been set up in MRST (see [`setup_case_from_mrst`](@ref) and [`simulate_mrst_case`](@ref)) or from .DATA files (see [`setup_case_from_data_file`](@ref) and [`simulate_data_file`](@ref)) | ||
|
||
## MAT-files from the Matlab Reservoir Simulation Toolbox (MRST) | ||
|
||
### Simulation of .MAT files | ||
|
||
```@docs | ||
setup_case_from_mrst | ||
simulate_mrst_case | ||
``` | ||
|
||
### MRST-specific types | ||
|
||
```@docs | ||
Jutul.MRSTWrapMesh | ||
``` | ||
|
||
## DATA-files from commercial reservoir modelling software | ||
|
||
JutulDarcy can set up cases from Eclipse-type input files by making use of the [GeoEnergyIO.jl](https://github.com/sintefmath/GeoEnergyIO.jl) package for parsing. This package is a direct dependency of JutulDarcy and these cases can be simulated directly. If you want to parse the input files and possibly modify them in your Julia session before the case is simulated, we refer you to the [GeoEnergyIO Documentation](https://sintefmath.github.io/GeoEnergyIO.jl/dev/). | ||
|
||
If you want to directly simulate a file from disk, you can sue the high level functions that automatically parse the files for you: | ||
|
||
```@docs | ||
simulate_data_file | ||
setup_case_from_data_file | ||
JutulDarcy.setup_case_from_parsed_data | ||
``` | ||
|
||
Reservoir simulator input files are highly complex and contain a great number of | ||
different keywords. JutulDarcy and GeoEnergyIO has extensive support for this | ||
format, but many keywords are missing or only partially supported. Sometimes | ||
cases can be made to run by removing keywords that do not impact simulation | ||
outcomes, or have very little impact. If you want a turnkey open source solution | ||
for simulation reservoir models you should also have a look at [OPM | ||
Flow](https://opm-project.org/). | ||
|
||
If you can share your input file or the missing keywords [in the issues | ||
section](https://github.com/sintefmath/JutulDarcy.jl/issues) it may be easier to | ||
figure out if a case can be supported. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
4527a9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
4527a9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/104256
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: