Skip to content
Snippets Groups Projects
Forked from ogs / ogs
12667 commits behind the upstream repository.
Lars Bilke's avatar
Lars Bilke authored
The file is read by CMake (via new a json parser submodule) and
the web site generator and provides info on required clang and
gcc versions. This info will be expanded in future commits.

Goal is to have a single source of truth for versions infos and
maybe other requirements.

On CMake you access the info via `ogs.`-prefixed variables:

    ${ogs.minimum_version.gcc}

In Hugo you access the info via the new dataFile-shortcode:

    {{< dataFile "versions.minimum_version.gcc" >}}
1ab8ee8d
History

OpenGeoSys 6

Tag BSD License (modified) Build Status DOI

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. OGS is implemented in C++, it is object-oriented with an focus on the numerical solution of coupled multi-field problems (multi-physics). Parallel versions of OGS are available relying on both MPI and OpenMP concepts. Application areas of OGS are currently CO2 sequestration, geothermal energy, water resources management, hydrology and waste deposition. OGS is comprised of the THMC-simulator (simply referred to as OGS) and a visualization tool (Data Explorer). OGS is developed by the OpenGeoSys Community.

Software development

License

OpenGeoSys is distributed under a Modified BSD License which encourages users to attribute the work of the OpenGeoSys Community especially in scientific publications. See the LICENSE.txt for the license text.