OpenGeoSys

Open-source multi-physics

OpenGeoSys (OGS) is a scientific open source project for the development of numerical methods for the simulation of thermo-hydro-mechanical-chemical (THMC) processes in porous and fractured media. Current version is OpenGeoSys-6 which is documented on this page. For information about OpenGeoSys-5, see its dedicated section. OGS has been successfully applied in the fields of regional, contaminant and coastal hydrology, fundamental and geothermal energy systems, geotechnical engineering, energy storage, CO2 sequestration/storage and nuclear waste management and disposal.

Announcements

Features

OpenGeoSys’ adaptable and modular architecture enables a wide variety of use cases and flexible workflows. In the following we highlight some of its most important features.

Comprehensive Pre-Processing Tools

A wide range of helper tools exist to get your model up and running with OpenGeoSys.

Convert your existing data sets into appropriate OGS data formats and structures.

Create meshes approximating geometrically the domain of interest. Analyze mesh quality, cleanup the mesh or adding layers to it.

Parametrize the model with material parameters, boundary conditions and source terms.

Extracted surfaces

Process Coupling

A coupled system of equations can be either solved in a fully coupled way of the monolithic method, or in the sequential manner of the staggered scheme. The monolithic scheme is applied for all coupled processes, while the staggered scheme are available for the coupled processes of thermo-hydraulic, hydro-mechanical, and phase field mechanical problems.
Staggered coupling scheme

Data integration

Integrate and visualize data sets for OpenGeoSys by using the OpenGeoSys Data Explorer. It provides functionality to visually assess the data and see possible artefacts, inconsistencies between data sets or missing information.

Visualize results

By using VTK data formats visualizing simulation result data sets becomes an easy task. The de-facto standard software for scientific visualtions ParaView can be used to explore and analyze complex data in a visual way.

Virtual reality enabled visualization brings your data onto the large screen for intuitive exploration and assessment.

High performance computing

High performance computing (HPC) has became a necessity in the modelling of environmental and geotechnical problems for better characterization of the complexity of geo-systems as well as predicting their evolution in time. Parallel computing is the most efficient method in the high performance computing. In OGS, the parallalization of the finite element (FE) computation is based on the domain decomposition method (DDC).

Decomposed global matricies and vectors are handled by PETSc and the system of linear equations are solved by the performant PETSc solver. PETSc builds upon the Message Passing Interface (MPI) suitable for a wide variety of parallel computing architectures.

Parallelization is implemented for single processes as well problems with coupled processes which are using the same order of element for each process.

Domain decomposition for parallel processing

Transparent development workflows

OpenGeoSys is an open-source project developed by a community of researchers. We try to be open-minded and and make team decisions. We try to help users and developers as best as we can.

We invite you to take part in this journey, shape the future of OpenGeoSys together and happily welcome any contribution.

Dev workflow

Setup a development environment

Learn how to obtain the source code, how to install required other software (e.g. compilers, code libraries), how to configure the software and how to generate the application binary.

We even provide ready-to-use Docker images to get you started in seconds.

Contribute code

Implement your new feature and let the CI system run sophisticated tests automatically for you incorporating multiple computing platforms, a magnitude of software configurations and a whole array of CPU intensive complex test simulation runs.

Get help from core developers

Once your feature is ready the code review process starts. A helpful core developer checks the proposed change for general acceptance and may give hints for improvement (of e.g. the computational performance or the code structure). Once the iterative feedback loop between you, code reviewer(s) and the automated test system satisfies all aspects the proposed change is merged into the main development line.

Ready to dive in?

Using OpenGeoSys

Start using OpenGeoSys by downloading a prebuilt package.

Developing OpenGeoSys

Getting started developing OpenGeoSys at the Developer Guide.

Become part of the Community

Get in touch with the OpenGeoSys Community via our Discussion forum, GitLab or by email.