ogstools Documentation#

ogstools is a collection of Python tools aimed at evolving into a modeling toolchain around OpenGeoSys, a finite element solver for coupled thermo-hydro-chemo-mechanical problems in the subsurface.

In this project we’ll collect existing pre and postprocessing scripts for OpenGeoSys at first. Over time we’ll develop an entire toolchain out of that collection. Currently we are at the stage of code collection.

Date: Aug 21, 2023 Version: 0.0.post1.dev88+ge8ef3fa

Useful links: Source repository | Issues | OpenGeoSys Website | OpenGeoSys Forum

User guide

Get an overview over the key concepts of ogstools and the included tools.


To the User guide

Examples

Examples of ogstools usage, especially in combination with other tools or even complete modeling workflows.


To the Examples section

API reference

The reference guide contains a detailed description of the ogstools API. It describes which methods are available, how they work and which parameters can be used.


To the API reference

Devleloper guide

Learn how to setup a development environment and how contribute your code to help improving the OpenGeoSys tools ecosystem.


To the Developer guide