Skip to content

Releases: sintefmath/JutulDarcy.jl

v0.2.30

08 Sep 17:33
8ecc3cb
Compare
Choose a tag to compare

JutulDarcy v0.2.30

Diff since v0.2.29

Merged pull requests:

  • Bugfix to initialization and fault plots (#56) (@moyner)

v0.2.29

08 Sep 09:04
Compare
Choose a tag to compare

JutulDarcy v0.2.29

Diff since v0.2.28

Merged pull requests:

  • New examples and example improvements (#55) (@moyner)

v0.2.28

31 Aug 20:01
e718be0
Compare
Choose a tag to compare

JutulDarcy v0.2.28

Diff since v0.2.27

  • Simplified thermal implementation (no more composite system usage)
  • Support for new consistent discretizations with performant assembly: AvgMPFA and nonlinear TPFA. To use, pass kgrad = :avgmpfa or kgrad = :ntpfa to setup_reservoir_model.
  • Converter for CO2STORE models to K-value model
  • MB convergence check support in compositional
  • Fixes to initialization of water-gas models and thermal models
  • Support for constant head aquifers
  • Support for calculating well cells from trajectories
  • Rewrote the co2_sloped.jl example to demonstrate hysteresis, well trajectories and boundary conditions

Merged pull requests:

  • Nonlinear finite-volume + AvgMPFA support (#52) (@moyner)
  • Simplify thermal implementation (#53) (@moyner)
  • Nonlinear finite-volume schemes, constant pressure aquifers, converter for CO2STORE, simplify thermal (#54) (@moyner)

v0.2.27

02 Aug 14:06
b2150a0
Compare
Choose a tag to compare

JutulDarcy v0.2.27

Diff since v0.2.26

Changes

  • Rewritten rel. perm. code, should support all phase combinations
  • Hysteresis support for relative permeabilities (Killough, Carlsen, Jargon and pure imbibition with drainage equilibriation). Compatible with endpoint scaling.
  • Support for injection at reservoir conditions (RESV-type)
  • Improved docs & tests

Merged pull requests:

  • CompatHelper: bump compat for TestItems to 1, (keep existing compat) (#48) (@github-actions[bot])
  • Hysteresis & relperm refactoring (#51) (@moyner)

v0.2.26

27 Jun 20:19
Compare
Choose a tag to compare

JutulDarcy v0.2.26

Diff since v0.2.25

Updates

  • Fixed crash in compositional initialization
  • Fixed crash for two-point rel. perm. scaling for water-oil systems
  • Greatly improved performance for immiscible viscosity evaluation

v0.2.25

25 Jun 15:58
eac7d70
Compare
Choose a tag to compare

JutulDarcy v0.2.25

Diff since v0.2.24

Updates

  • Support for WELTARG, WEFAC
  • Improved initialization of complex models
  • Better defaults for linear solver

Merged pull requests:

  • Improved performance, better behavior on input cases (#47) (@moyner)

v0.2.24

05 Jun 13:40
32a11ad
Compare
Choose a tag to compare

JutulDarcy v0.2.24

Diff since v0.2.23

Updates

  • Improvements to equilibriation (maximum water saturation, non-unique data points for pressure, ...)
  • Better plotting of reservoirs and wells
  • More accurate well indices (effects from NTG + drainage radius)
  • Precompilation workflow now includes grid processing
  • Support for AMGCL in CPR
  • Better nonlinear performance for blackoil models
  • Added examples for Eclipse-type input: Norne, SPE1, SPE9, Egg and Olympus models with validation
  • Improved handling of many types of multipliers
  • New unexported routine reservoir_sensitivities computes sensitivities with respect to static properties (perm/poro/geometry/multipliers)
  • Output of thermal well results
  • Better NLDD defaults

Merged pull requests:

  • Improved initialization, thermal output and grid processing (#46) (@moyner)

Closed issues:

  • Error in simulate_mrst_case for firstJutulExample.m (#38)
  • Error in well output for JutulSPE1.m (#39)

v0.2.23

06 May 11:31
0280f91
Compare
Choose a tag to compare

JutulDarcy v0.2.23

Diff since v0.2.22

Merged pull requests:

  • Improved adjoint support, additional grid processing keywords (#42) (@moyner)

Closed issues:

  • Features Request (#41)

v0.2.22

14 Apr 20:14
2796645
Compare
Choose a tag to compare

JutulDarcy v0.2.22

Diff since v0.2.21

Changes

  • Allow simulate_mrst_case to support .DATA file format (and write MRST output from that)
  • Fix issues running MRST exported cases for new MRST format (issue #39)

Merged pull requests:

v0.2.21

12 Apr 13:15
Compare
Choose a tag to compare

JutulDarcy v0.2.21

Diff since v0.2.20

Changes

  • Documentation improvements
  • Add support for stability bypass and flash reuse in compositional solvers (pass fast_flash=true to setup_reservoir_model to enable)
  • Support for parsed volume shift in solvers
  • Much faster CPR setup for many components (no longer hard coded limit of up to 6 components for fastest version)
  • Improved compositional equilibriation support
  • Well solver now is only active for first iteration when enabled by default

Merged pull requests:

  • Flash bypass and improved performance for many components (#37) (@moyner)