| Platform | Name | Additional Functions | |
|---|---|---|---|
| All | OpenGeoSys + Utilities (PyPI release) Note: Recommended install method for users on all platforms. |
Python bindings | PyPI release page |
| DataExplorer + Utilities | Python bindings | Download | |
| OpenGeoSys + Utilities | Python bindings | Download | |
| ogs-6.5.4-serial.squashfs (Singularity container) | Python bindings | Download | |
| ogs-6.5.4-petsc.squashfs (Singularity container) | Python bindings | Download | |
| ogs-6.5.4-serial-mkl.squashfs (Singularity container) | Python bindings | Download | |
| ogs-6.5.4-petsc-mkl.squashfs (Singularity container) | Python bindings | Download | |
| All | Benchmark input files Note: Large download! You can also browse and download individual subdirectories for 6.5.4 |
Download |
Note: When using Python bindings make sure to have Python installed on your system:
In this release the LargeDeformation process was extended to deal with nearly incompressible materials.
Several usability and speed improvements in the HeatTransportBHE process were implemented.
And for the material properties a “catch all” material ids option <medium id="*"> was added, simplifying input in the project files.
In the LargeDeformation process, the F-bar method for finite element (FE) analysis of large deformation of nearly incompressible materials is implemented to address volumetric locking phenomena that occur in standard FE analysis under these conditions.
The algorithms of the F-bar method are derived for the total Lagrangian formulation of finite strain and implemented in the LargeDeformation process.
This update introduces a new optional input tag, f_bar, to the LargeDeformation process. The tag accepts two values: element_center_value, which indicates that ${\mathbf F}_0$ is computed at the element center, and element_average, which specifies that ${\mathbf F}_0$ is computed as an element average.
!5106
Add id-notation to <borehole_heat_exchanger> with the possibility to catch all BHE with id="*".
!5121 Add optional mass lumping.
!5194
Add assembly optimization for soil part in linear cases with <linear>.
convert_LIE_HM2MPL.py, to convert the project files to the present syntax is added to the input data directory: Tests/Data/LIE/HydroMechanics.equation_balance_type was introduced, which allows user to choose the volume-based or the mass-based PDE for this process.LeastSquareCG solver and LeastSquareDIAGONAL preconditioner from EigenAdditional tests for the B-bar methods have been added to further evaluate their effectiveness:
curve definitions and fixed_output_times from binary files in the project directory.<medium id="*">.