Skip to content
Snippets Groups Projects
Commit 55b98e67 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'ci-container-runtime-check' into 'master'

[ci] container runtime check

See merge request ogs/ogs!3627
parents a8447bea 87a78c36
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,6 @@ target_link_libraries( ...@@ -6,4 +6,6 @@ target_link_libraries(
SteadyStateDiffusion PUBLIC ProcessLib PRIVATE ParameterLib SteadyStateDiffusion PUBLIC ProcessLib PRIVATE ParameterLib
) )
include(Tests.cmake) if(OGS_BUILD_TESTING)
include(Tests.cmake)
endif()
...@@ -34,6 +34,10 @@ container: ...@@ -34,6 +34,10 @@ container:
--cvode --ccache --cvode --ccache
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DOGS_BUILD_TESTING=OFF' --cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DOGS_BUILD_TESTING=OFF'
--gui --gui
- |
for sif in _out/images/*.sif; do
singularity exec $sif ogs --version
done
artifacts: artifacts:
name: container name: container
paths: paths:
......
...@@ -15,7 +15,7 @@ aliases = [ "/tutorials/ces-i/e01", ...@@ -15,7 +15,7 @@ aliases = [ "/tutorials/ces-i/e01",
+++ +++
[<i class="far fa-file-pdf"></i> Download this book as PDF](https://ogsstorage.blob.core.windows.net/web/Books/Geoenergy-Model-I/Basics-of-Heat-Transport-Processes-in-Geothermal-Systems-opt.pdf) [<i class="far fa-file-pdf"></i> Download this book as PDF](https://ogsstorage.blob.core.windows.net/web/Books/Geoenergy-Model-I/Geoenergy%2BModeling%2BI.pdf)
This introduction to geothermal modeling deals with flow and heat transport processes in porous and fractured media related to geothermal energy applications. Following background coverage of geothermal resources and utilization in several countries, the basics of continuum mechanics for heat transport processes, as well as numerical methods for solving underlying governing equations are discussed. This examination forms the theoretical basis for five included step-by-step OpenGeoSys exercises, highlighting the most important computational areas within geothermal resource utilization, including heat diffusion, heat advection in porous and fractured media, and heat convection. The book concludes with an outlook on practical follow-up contributions investigating the numerical simulation of shallow and deep geothermal systems. This introduction to geothermal modeling deals with flow and heat transport processes in porous and fractured media related to geothermal energy applications. Following background coverage of geothermal resources and utilization in several countries, the basics of continuum mechanics for heat transport processes, as well as numerical methods for solving underlying governing equations are discussed. This examination forms the theoretical basis for five included step-by-step OpenGeoSys exercises, highlighting the most important computational areas within geothermal resource utilization, including heat diffusion, heat advection in porous and fractured media, and heat convection. The book concludes with an outlook on practical follow-up contributions investigating the numerical simulation of shallow and deep geothermal systems.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment