:orphan:
Examples
========
On this page you will find practical examples of using various features of
how ogstools can be used. Different stages of the simulation workflow are
covered.
.. toctree::
:maxdepth: 3
.. contents:: Contents
:local:
:depth: 3
.. raw:: html
.. thumbnail-parent-div-open
.. thumbnail-parent-div-close
.. raw:: html
Quick start
===========
In this section you will find examples helping you use the most commonly used
features of ogstools: reading data, plotting and simple post-processing
.. toctree::
:maxdepth: 3
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_quickstart/images/thumb/sphx_glr_plot_meshseries_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_quickstart_plot_meshseries.py`
.. raw:: html
Read mesh from file (vtu or xdmf) into pyvista mesh
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_quickstart/images/thumb/sphx_glr_plot_solid_mechanics_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_quickstart_plot_solid_mechanics.py`
.. raw:: html
Stress analysis
.. thumbnail-parent-div-close
.. raw:: html
Pre-processing: preparing the simulation
========================================
This section shows how to create bulk meshes for the OGS simulation.
To complete the model, boundary meshes and a prj file must be created in
addition to the bulk mesh. Examples on those subjects will be added in the
future.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_preprocessing/images/thumb/sphx_glr_plot_gen_bhe_mesh_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_preprocessing_plot_gen_bhe_mesh.py`
.. raw:: html
Creating a BHE mesh (Borehole Heat Exchanger)
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_preprocessing/images/thumb/sphx_glr_plot_meshlib_pyvista_input_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_preprocessing_plot_meshlib_pyvista_input.py`
.. raw:: html
Creating meshes from pyvista surfaces
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_preprocessing/images/thumb/sphx_glr_plot_meshlib_vtu_input_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_preprocessing_plot_meshlib_vtu_input.py`
.. raw:: html
Creating meshes from vtu surface files
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_preprocessing/images/thumb/sphx_glr_plot_remeshing_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_preprocessing_plot_remeshing.py`
.. raw:: html
Remeshing with triangle elements
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_preprocessing/images/thumb/sphx_glr_plot_shapefile_meshing_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_preprocessing_plot_shapefile_meshing.py`
.. raw:: html
Meshing a shapefile
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_preprocessing/images/thumb/sphx_glr_plot_terrain_meshing_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_preprocessing_plot_terrain_meshing.py`
.. raw:: html
Terrain meshing
.. thumbnail-parent-div-close
.. raw:: html
Create and manipulate prj-files
===============================
The following jupyter notebooks provide some examples of how to use ogstools to
create and manipulate prj-files to configure OGS models.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_prjfile/images/thumb/sphx_glr_plot_creation_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_prjfile_plot_creation.py`
.. raw:: html
How to Create Simple Mechanics Problem
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_prjfile/images/thumb/sphx_glr_plot_manipulation_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_prjfile_plot_manipulation.py`
.. raw:: html
How to Manipulate Prj-Files
.. thumbnail-parent-div-close
.. raw:: html
Running the simulation
======================
This section covers tools, that can be used to monitor OGS simulations at
runtime. Examples about running simulations from Python will be added in the
future.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_simulation/images/thumb/sphx_glr_plot_100_logparser_intro_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_simulation_plot_100_logparser_intro.py`
.. raw:: html
Logparser: Introduction
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_simulation/images/thumb/sphx_glr_plot_101_logparser_analyses_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_simulation_plot_101_logparser_analyses.py`
.. raw:: html
Logparser: Predefined Analyses
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_simulation/images/thumb/sphx_glr_plot_102_logparser_advanced_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_simulation_plot_102_logparser_advanced.py`
.. raw:: html
Logparser: Advanced topics
.. thumbnail-parent-div-close
.. raw:: html
Post-processing: reading and analyzing the data
===============================================
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_aggregate_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_aggregate.py`
.. raw:: html
Aggregation of Meshseries Data
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_calculate_diff_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_calculate_diff.py`
.. raw:: html
Calculate differences between meshes
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_convergence_study_nuclear_decay_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_convergence_study_nuclear_decay.py`
.. raw:: html
Spatial & temporal refinement - nuclear decay
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_convergence_study_steady_state_diffusion_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_convergence_study_steady_state_diffusion.py`
.. raw:: html
Spatial refinement - steady state diffusion
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_ipdata_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_ipdata.py`
.. raw:: html
Analyzing integration point data
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_nuclearwasteheat_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_nuclearwasteheat.py`
.. raw:: html
Plotting nuclear waste heat over time
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_sample_mesh_line_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_sample_mesh_line.py`
.. raw:: html
Extract a 1D profile from 2D and plot it
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_postprocessing/images/thumb/sphx_glr_plot_variables_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_postprocessing_plot_variables.py`
.. raw:: html
Variable presets and data transformation
.. thumbnail-parent-div-close
.. raw:: html
Plotting the data
=================
The following jupyter notebooks provide some examples of how to use ogstools to
create all different kinds of plots.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_animation_thumb.gif
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_animation.py`
.. raw:: html
How to create Animations
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_aspect_ratios_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_aspect_ratios.py`
.. raw:: html
Aspect ratios
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_contourf_2d_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_contourf_2d.py`
.. raw:: html
Visualizing 2D model data
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_contourf_3d_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_contourf_3d.py`
.. raw:: html
Visualizing 3D model data
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_observation_points_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_observation_points.py`
.. raw:: html
How to plot data at observation points
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_shared_axes_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_shared_axes.py`
.. raw:: html
Shared axes
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_timeslice_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_timeslice.py`
.. raw:: html
How to Create Time Slices
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_plot/images/thumb/sphx_glr_plot_with_custom_fig_ax_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_plot_plot_with_custom_fig_ax.py`
.. raw:: html
Plotting different process variables on already existing Matplotlib figures / axes
.. thumbnail-parent-div-close
.. raw:: html
Conversion tools
================
This section covers tools designed to help with converting already existing
simulations setup with alternative software to open formats compatible with OGS.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_conversions/images/thumb/sphx_glr_plot_C_feflowlib_2layers_model_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_conversions_plot_C_feflowlib_2layers_model.py`
.. raw:: html
Feflowlib: How to work with FEFLOW data in pyvista.
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_conversions/images/thumb/sphx_glr_plot_D_feflowlib_CT_simulation_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_conversions_plot_D_feflowlib_CT_simulation.py`
.. raw:: html
Feflowlib: Component-transport model - conversion and simulation
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_conversions/images/thumb/sphx_glr_plot_E_feflowlib_H_simulation_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_conversions_plot_E_feflowlib_H_simulation.py`
.. raw:: html
Feflowlib: Hydraulic model - conversion and simulation
.. raw:: html
.. only:: html
.. image:: /auto_examples/howto_conversions/images/thumb/sphx_glr_plot_F_feflowlib_HT_simulation_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_howto_conversions_plot_F_feflowlib_HT_simulation.py`
.. raw:: html
Feflowlib: Hydro-thermal model - conversion and simulation
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
:includehidden:
/auto_examples/howto_quickstart/index.rst
/auto_examples/howto_preprocessing/index.rst
/auto_examples/howto_prjfile/index.rst
/auto_examples/howto_simulation/index.rst
/auto_examples/howto_postprocessing/index.rst
/auto_examples/howto_plot/index.rst
/auto_examples/howto_conversions/index.rst