Releases: ImperialCollegeLondon/StrataTrapper
Releases · ImperialCollegeLondon/StrataTrapper
v0.7.0
0.7.0 (2024-10-29)
Features
- 🚸 compressed
strata_trapper
outputs (08654cc) - 🚸 New summary plot layout (e73f0f0)
- 🚸 workspace autosave on exit (207bfd0)
- ✨ compute Leverett J-function with
CapPressure
class (312d54d) - ✨ Hydrostatic correction for MIP (7dd9c37), closes #57
Bug Fixes
- 🐛
upscale
: account for zero-porocity sub-volumes (7389e95) - 🐛 MIP with gravity: missing gas density case (f8728d2)
Documentation
- 📝 more status badges in README (ebe5ac7)
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.0
0.5.0 (2024-08-09)
⚠ BREAKING CHANGES
- 🚸 Separate downscaling from upscaling
Features
- ✨
CapPressure
class (b0e51f1) - ✨ add centi multiplier (22214f8)
- ✨ add dyne as force unit (4cd975c)
- ✨ Implement StrataTrapper parameters as class (c6dc14c)
- ✨ make
options
a class with validated properties (a02bf4a) - ✨ Relative permeability via new
TableFunction
class (cfed173)
Bug Fixes
- 🩹
strata_trapper
: initialize output arrays with NaN (0f13d2c) - 🩹
upscale
calculate downscale dimensions inside (de68c8b) - 🩹
upscale
: interpolate upscaled curves inside (45bd142) - 🐛 permeability upscaling (8815ca6)
- 🚸 Compute entry pressures during upscaling (b088eaf)
- 🚸 Separate downscaling from upscaling (b551c73)
Documentation
- 📝 Update
README.md
(7219f1a)
v0.4.0
0.4.0 (2024-07-30)
Bug Fixes
- 🐛
calc_percolation
: proper search window + performance (bc053e4) - 🐛
rsgen3D
internal meshing (b98c3c5) - 🐛 connectivity for permeability computation (7e2d900)
- 🐛 fix negative gas rel. perms. as computational artifacts (cc52d1e)
- 🐛 permeability upscaling (fb4598d)
Documentation
- 📝 update
demo
script (e9a07b5)
v0.3.0
0.3.0 (2024-07-17)
Features
- ✨
downscale
w.r.t. given coarse values (dd2ab3f) - ✨ update structure and values of input data (fb58904)
- ✨ updated model of saturation functions (1b34d5c)
- ✨ variable number of parallel workers (ac7ce89)
Bug Fixes
- 🩹 default
output_prefix
forogs_export
(aa4c1c0) - 🩹 target saturations sampling (a89d21b)
- 🩹 truncate computation mask (7acc040)
- 🐛 create waitbar data queue unconditionally (7d30513)
- 🐛 zero gas permeabilities (d1b29bf)
- 🚸 state-based waibar update condition (c884f8d)
- 🔥 do not generate porosity file with
ogs_export
(fa9c7b4) - 🔥 speculative
krg
post-processing (dbaf9f9) - ✨ update demo script (77ff7e4)
- ⚡
mip_iteration
Newton step relaxation (07f0b16) - ⚡ inexact intermediate saturations (d76594e)
- ⚡ move curves post-processing to
downscale_upscale
(14fa27d)