Skip to content

Releases: GeoEnergyLab-EPFL/PyFrac

Möri and Lecampion, (2023) JFM

31 Mar 12:13

Choose a tag to compare

Pre-release

This release contains the code that works for the data contained in the zenodo of the JFM article Three-dimensional buoyant hydraulic fractures: finite volume release" by Möri and Lecampion, (2023).

v1.1.2

07 Mar 15:12

Choose a tag to compare

This is a un-completely tested release just to kick start the DOI association with Zenodo.

Möri and Lecampion, (2022) JFM

29 Apr 14:50

Choose a tag to compare

This release contains the code that works for the data contained in the zenodo of JFM the JFM article "Three-dimensional buoyant hydraulic fractures: constant release from a point source" by Möri, A. and Lecampion, B.

PyFrac version 1.1.1

20 Nov 09:51

Choose a tag to compare

Version 1.1.1 (November 2020)

  • Numerics:
    • New front reconstruction scheme such that the reconstructed fracture front is continuous between cells
    • Non-linear solver now using Anderson acceleration
    • Block Toeplitz elasticity matrix (for isotropic elasticity only)
    • Improved tip asymptotics (notably for leak-off regimes)
    • Improved closure/contact algorithm
  • Mesh & Re-meshing:
    • possibility of having non-centered mesh (with respect to the orginin (0,0))
    • elements addition on the fly (in specified directions)
    • coarsening (reducing the number of cells in the whole domain)
  • Visualization:
    • Plots of near-tip asymptotic regimes (k-toughness-red, m-viscosity-blue, m-tilde-leak-off-green)
    • Fluid fluxes & velocities as vectors at cell edges
  • Export to JSON capability
  • Use of the python logging package to log code outputs with different verbosity levels
  • Suite of automatic benchmark & regression tests
  • Additional examples
  • Semi-analytical solution for M-pulse radial HF
  • Updated documentation