Releases: GeoEnergyLab-EPFL/PyFrac
Releases · GeoEnergyLab-EPFL/PyFrac
Möri and Lecampion, (2023) JFM
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
Möri and Lecampion, (2022) JFM
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
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