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

[web] Use ref instead of relref.

parent 89b32b8b
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 31 deletions
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
Title = "Books & Tutorials" Title = "Books & Tutorials"
+++ +++
We publish a series of books and tutorials on OpenGeoSys. The books contain comprehensive benchmark descriptions and can be seen as a reference to what is possible with OGS. The tutorials focus on specific topics such as [Groundwater Flow Modeling]({{< relref "computational-hydrology-i-groundwater-flow-modeling">}}) or [Models of Thermochemical Heat Storage]({{< relref "models-of-thermochemical-heat-storage" >}}) with step-by-step instructions giving the user a good introduction into modeling and simulation with OGS. Most of the tutorials can be downloaded as PDF! See the detail page on each tutorial. We publish a series of books and tutorials on OpenGeoSys. The books contain comprehensive benchmark descriptions and can be seen as a reference to what is possible with OGS. The tutorials focus on specific topics such as [Groundwater Flow Modeling]({{< ref "computational-hydrology-i-groundwater-flow-modeling" >}}) or [Models of Thermochemical Heat Storage]({{< ref "models-of-thermochemical-heat-storage" >}}) with step-by-step instructions giving the user a good introduction into modeling and simulation with OGS. Most of the tutorials can be downloaded as PDF! See the detail page on each tutorial.
...@@ -12,7 +12,7 @@ weight = 1049 ...@@ -12,7 +12,7 @@ weight = 1049
::: {.note} ::: {.note}
### <i class="fas fa-exclamation-triangle"></i> Attention! ### <i class="fas fa-exclamation-triangle"></i> Attention!
We strongly recommend to simply use [Conan]({{< relref "conan.pandoc" >}}) for handling required third-party libraries. We strongly recommend to simply use [Conan]({{< ref "conan.pandoc" >}}) for handling required third-party libraries.
::: :::
## Introduction ## Introduction
...@@ -29,4 +29,4 @@ If you want to build the Data Explorer you need these too: ...@@ -29,4 +29,4 @@ If you want to build the Data Explorer you need these too:
- [Shapelib](http://shapelib.maptools.org) >= 1.3.0 - [Shapelib](http://shapelib.maptools.org) >= 1.3.0
- [libgeotiff](https://trac.osgeo.org/geotiff/) >= 1.4.2 - [libgeotiff](https://trac.osgeo.org/geotiff/) >= 1.4.2
Please refer to the library documentation on how to build. If you struggle consider using [Conan]({{< relref "conan.pandoc" >}})! Once built CMake tries its best to find the libraries. Please refer to the library documentation on how to build. If you struggle consider using [Conan]({{< ref "conan.pandoc" >}})! Once built CMake tries its best to find the libraries.
...@@ -21,7 +21,7 @@ Load required modules by sourcing the environment script: ...@@ -21,7 +21,7 @@ Load required modules by sourcing the environment script:
$ source scripts/env/envinf1/cli.sh $ source scripts/env/envinf1/cli.sh
``` ```
Then do the [build configuration]({{< relref "build-configuration.pandoc" >}}) and [build]({{< relref "/docs/devguide/getting-started/build.pandoc" >}}) the project. Then do the [build configuration]({{< ref "build-configuration.pandoc" >}}) and [build]({{< ref "/docs/devguide/getting-started/build.pandoc" >}}) the project.
## Build the Data Explorer ## Build the Data Explorer
...@@ -31,7 +31,7 @@ Load required modules by sourcing the environment script: ...@@ -31,7 +31,7 @@ Load required modules by sourcing the environment script:
$ source scripts/env/envinf1/gui.sh $ source scripts/env/envinf1/gui.sh
``` ```
Then do the [build configuration]({{< relref "build-configuration.pandoc" >}}) and [build]({{< relref "/docs/devguide/getting-started/build.pandoc" >}}) the project. Then do the [build configuration]({{< ref "build-configuration.pandoc" >}}) and [build]({{< ref "/docs/devguide/getting-started/build.pandoc" >}}) the project.
## Install and use Conan ## Install and use Conan
......
...@@ -16,10 +16,10 @@ weight = 1013 ...@@ -16,10 +16,10 @@ weight = 1013
So for every proposed change to the source code the following is done automatically: So for every proposed change to the source code the following is done automatically:
- Compilation of the changed code merged with the official source code is tested on a variety of platforms (Windows, Linux, Mac OS, different compilers) - Compilation of the changed code merged with the official source code is tested on a variety of platforms (Windows, Linux, Mac OS, different compilers)
- A comprehensive [test suite]({{< relref "unit-testing.pandoc" >}}) checks validity of the proposed changes - A comprehensive [test suite]({{< ref "unit-testing.pandoc" >}}) checks validity of the proposed changes
- Additional checks regarding code formatting and documentation help in maintaining a good software quality and structure - Additional checks regarding code formatting and documentation help in maintaining a good software quality and structure
After the system is done with all these tasks the developer can view build reports highlighting occurred errors and problems. We are using [Jenkins]({{< relref "jenkins.pandoc" >}}) as our CI system. After the system is done with all these tasks the developer can view build reports highlighting occurred errors and problems. We are using [Jenkins]({{< ref "jenkins.pandoc" >}}) as our CI system.
## CI on OGS ## CI on OGS
...@@ -31,5 +31,5 @@ Click on the *Details* link to find out the reason for a failed check. If you ad ...@@ -31,5 +31,5 @@ Click on the *Details* link to find out the reason for a failed check. If you ad
# Enable CI on your fork # Enable CI on your fork
You can have the CI system testing all your branches in your fork of OGS even before creating a pull request. See the page on [Jenkins]({{< relref "jenkins.pandoc#automatic-testing-for-own-repository" >}}) for further information. You can have the CI system testing all your branches in your fork of OGS even before creating a pull request. See the page on [Jenkins]({{< ref "jenkins.pandoc#automatic-testing-for-own-repository" >}}) for further information.
...@@ -25,7 +25,7 @@ So just go ahead and create a build-directory along your source code directory. ...@@ -25,7 +25,7 @@ So just go ahead and create a build-directory along your source code directory.
It is preferred to use Conan package manager to install required third-party libraries. To use Conan add the CMake option `OGS_USE_CONAN=ON` to the CMake run (see below). This will run Conan automatically downloading either prebuilt binaries of required libraries or building them locally if a binary for your setup (operating system, compiler, ..) is not available. [Check this]({{< ref "conan-package-manager.pandoc" >}}) for advanced Conan usage. It is preferred to use Conan package manager to install required third-party libraries. To use Conan add the CMake option `OGS_USE_CONAN=ON` to the CMake run (see below). This will run Conan automatically downloading either prebuilt binaries of required libraries or building them locally if a binary for your setup (operating system, compiler, ..) is not available. [Check this]({{< ref "conan-package-manager.pandoc" >}}) for advanced Conan usage.
*Note:* Instead of using Conan you can optionally [install the required libraries manually]({{< relref "third-party-libraries.pandoc" >}}). *Note:* Instead of using Conan you can optionally [install the required libraries manually]({{< ref "third-party-libraries.pandoc" >}}).
::: {.win} ::: {.win}
Add `-DOGS_USE_CONAN=ON` to the CMake-run (see below). Add `-DOGS_USE_CONAN=ON` to the CMake-run (see below).
......
...@@ -17,7 +17,7 @@ The minimum prerequisites to build OGS are: ...@@ -17,7 +17,7 @@ The minimum prerequisites to build OGS are:
- Git (version control tool, at least version 1.7.x) - Git (version control tool, at least version 1.7.x)
- CMake (build configuration tool, at least version 3.1) - CMake (build configuration tool, at least version 3.1)
- A compiler with [C++11](http://en.wikipedia.org/wiki/C%2B%2B11)-support - A compiler with [C++11](http://en.wikipedia.org/wiki/C%2B%2B11)-support
- [Conan package manager](https://www.conan.io/) **OR** install [required libraries]({{< relref "third-party-libraries.pandoc" >}}) manually (for advanced users only!) - [Conan package manager](https://www.conan.io/) **OR** install [required libraries]({{< ref "third-party-libraries.pandoc" >}}) manually (for advanced users only!)
## Step: Install a compiler ## Step: Install a compiler
...@@ -87,7 +87,7 @@ $ git --version ...@@ -87,7 +87,7 @@ $ git --version
git version 1.7.4.1 git version 1.7.4.1
``` ```
Otherwise please install Git with your favourite package manager: Otherwise please install Git with your favorite package manager:
```bash ```bash
$ sudo yum install git // RPM-based systems $ sudo yum install git // RPM-based systems
...@@ -206,7 +206,7 @@ Go to [Conans download page](https://www.conan.io/downloads) and see platform-sp ...@@ -206,7 +206,7 @@ Go to [Conans download page](https://www.conan.io/downloads) and see platform-sp
::: {.win} ::: {.win}
Just use the provided Windows installer and make sure to add conan to your path environment as asked by the installer. Just use the provided Windows installer and make sure to add conan to your path environment as asked by the installer.
Check on a newly opened command line if Conan was installed succesfully: Check on a newly opened command line if Conan was installed successfully:
``` ```
$ conan --version $ conan --version
...@@ -217,7 +217,7 @@ Conan version 1.0.4 ...@@ -217,7 +217,7 @@ Conan version 1.0.4
::: {.linux} ::: {.linux}
Use either the provided deb-package or install via Pythons `pip`. Use either the provided deb-package or install via Pythons `pip`.
Check on a newly opened command line if Conan was installed succesfully: Check on a newly opened command line if Conan was installed successfully:
``` ```
$ conan --version $ conan --version
...@@ -232,7 +232,7 @@ Use Homebrew: ...@@ -232,7 +232,7 @@ Use Homebrew:
brew install conan brew install conan
``` ```
Check on a newly opened command line if Conan was installed succesfully: Check on a newly opened command line if Conan was installed successfully:
``` ```
$ conan --version $ conan --version
......
...@@ -37,6 +37,6 @@ In the OGS-cli outputting to `[build-dir]/Tests/Data` is already handled (via th ...@@ -37,6 +37,6 @@ In the OGS-cli outputting to `[build-dir]/Tests/Data` is already handled (via th
In code `BaseLib::BuildInfo::data_path` (from `BuildInfo.h`) references the data source directory and `BaseLib::BuildInfo::data_binary_path` references the data output directory. In code `BaseLib::BuildInfo::data_path` (from `BuildInfo.h`) references the data source directory and `BaseLib::BuildInfo::data_binary_path` references the data output directory.
For adding new data files make sure you have [setup git lfs](../../getting-started/prerequisites) already. Then simply commit the new files as usual. For pushing you need to have [setup an account]({{< relref "gitlab.pandoc" >}}) on our own GitLab server as the lfs files are stored there (due to bandwidth limitations on GitHub). When asked for GitLab credentials on pushing use your GitLab account name (should be the same as the GitHub account name) and your created GitLab personal access token ([see the GitLab Setup page]({{< relref "gitlab.pandoc" >}})). For adding new data files make sure you have [setup git lfs](../../getting-started/prerequisites) already. Then simply commit the new files as usual. For pushing you need to have [setup an account]({{< ref "gitlab.pandoc" >}}) on our own GitLab server as the lfs files are stored there (due to bandwidth limitations on GitHub). When asked for GitLab credentials on pushing use your GitLab account name (should be the same as the GitHub account name) and your created GitLab personal access token ([see the GitLab Setup page]({{< ref "gitlab.pandoc" >}})).
Check this [in-depth tutorial](https://www.atlassian.com/git/tutorials/git-lfs) to learn more about git lfs. Check this [in-depth tutorial](https://www.atlassian.com/git/tutorials/git-lfs) to learn more about git lfs.
...@@ -15,4 +15,4 @@ If something goes wrong when running CMake please try again with an **empty** or ...@@ -15,4 +15,4 @@ If something goes wrong when running CMake please try again with an **empty** or
Please read the CMake output carefully. Often it will tell you what went wrong. Please read the CMake output carefully. Often it will tell you what went wrong.
Check also [Conans troubleshooting page]({{< relref "conan.pandoc" >}}) if you use Conan for dependencies. Check also [Conans troubleshooting page]({{< ref "conan.pandoc" >}}) if you use Conan for dependencies.
...@@ -28,4 +28,4 @@ module load ogs/6.0.9 # Loads stable version 6.0.9 in standard config, not ...@@ -28,4 +28,4 @@ module load ogs/6.0.9 # Loads stable version 6.0.9 in standard config, not
You can select only one version at a time. Run `module purge` to unload all previously loaded modules. You can select only one version at a time. Run `module purge` to unload all previously loaded modules.
See [Quickstart]({{< relref "introduction.pandoc" >}}) for running instructions. See [Quickstart]({{< ref "introduction.pandoc" >}}) for running instructions.
...@@ -23,7 +23,7 @@ ExtractSurface -i [<file name of input mesh>] [-o <file name of output mesh>] ...@@ -23,7 +23,7 @@ ExtractSurface -i [<file name of input mesh>] [-o <file name of output mesh>]
[--node-property-name <string>] [--node-property-name <string>]
``` ```
The normal of the surface that should be extracted is given by the arguments `-x`, `-y` and `-z`. The default normal is (0,0,-1). The command line option `-a` can be used to specify the allowed deviation of the normal of the surface element from the given normal. The data arrays added to the surface mesh by using the options `--face-property-name` (default value 'OriginalFaceIDs'), `--element-property-name` (default value 'OriginalSubsurfaceElementIDs'), and `--node-property-name` (default value 'OriginalSubsurfaceNodeIDs') are used in other tools (for instance in [ComputeNodeAreasFromSurfaceMesh]({{< relref "compute-node-areas-from-surface-mesh" >}})) and is required for flux calculations during a simulation run of OpenGeoSys. The normal of the surface that should be extracted is given by the arguments `-x`, `-y` and `-z`. The default normal is (0,0,-1). The command line option `-a` can be used to specify the allowed deviation of the normal of the surface element from the given normal. The data arrays added to the surface mesh by using the options `--face-property-name` (default value 'OriginalFaceIDs'), `--element-property-name` (default value 'OriginalSubsurfaceElementIDs'), and `--node-property-name` (default value 'OriginalSubsurfaceNodeIDs') are used in other tools (for instance in [ComputeNodeAreasFromSurfaceMesh]({{< ref "compute-node-areas-from-surface-mesh" >}})) and is required for flux calculations during a simulation run of OpenGeoSys.
## Example ## Example
......
...@@ -16,9 +16,9 @@ The tool `removeMeshElements` removes those elements from a given input mesh tha ...@@ -16,9 +16,9 @@ The tool `removeMeshElements` removes those elements from a given input mesh tha
3. Remove elements that have zero volume. 3. Remove elements that have zero volume.
4. Remove elements by axis aligned bounding box criterion. 4. Remove elements by axis aligned bounding box criterion.
One possible application is to cut out a smaller mesh out of a bigger one by marking the inner/outer region using the tool [SetPropertiesInPolygonalRegion]({{< relref "set-properties-in-polygonal-region" >}}). One possible application is to cut out a smaller mesh out of a bigger one by marking the inner/outer region using the tool [SetPropertiesInPolygonalRegion]({{< ref "set-properties-in-polygonal-region" >}}).
Another application is to cut out patches of a (top) surface (tool [ExtractSurface]({{< relref "extract-surface" >}})) for assigning boundary conditions. Another application is to cut out patches of a (top) surface (tool [ExtractSurface]({{< ref "extract-surface" >}})) for assigning boundary conditions.
## Usage ## Usage
...@@ -36,7 +36,7 @@ Each particular line with optional arguments refere to one of the different remo ...@@ -36,7 +36,7 @@ Each particular line with optional arguments refere to one of the different remo
![](ExampleRemoveElements-Input.png) ![](ExampleRemoveElements-Input.png)
![](ExampleRemoveElements-Output.png) ![](ExampleRemoveElements-Output.png)
The left figure above is the result of the repeated application of [SetPropertiesInPolygonalRegion]({{< relref "set-properties-in-polygonal-region" >}}). It contains material ids 0 (red), 1 (yellow), 2 (turquoise) and 3 (blue). On the right figure the result of the following command line input is depicted: The left figure above is the result of the repeated application of [SetPropertiesInPolygonalRegion]({{< ref "set-properties-in-polygonal-region" >}}). It contains material ids 0 (red), 1 (yellow), 2 (turquoise) and 3 (blue). On the right figure the result of the following command line input is depicted:
``` ```
removeMeshElements -i TestCube-ResetPropertiesInPolygonalRegion.vtu -o TestCube-removeMeshElements.vtu -n MaterialIDs --int-property-value 1 --int-property-value 2 --int-property-value 3 removeMeshElements -i TestCube-ResetPropertiesInPolygonalRegion.vtu -o TestCube-removeMeshElements.vtu -n MaterialIDs --int-property-value 1 --int-property-value 2 --int-property-value 3
``` ```
......
...@@ -10,7 +10,7 @@ author = "Thomas Fischer" ...@@ -10,7 +10,7 @@ author = "Thomas Fischer"
## General ## General
In the process of incorporating boundary conditions of second type (or Neumann boundary conditions) into the simulation model, the area associated to each surface node is needed for the local assembly. This tool reads a surface mesh (see also [ExtractSurface]({{< relref "extract-surface" >}})), computes the associated area for each node and writes the information as txt and csv data. In the process of incorporating boundary conditions of second type (or Neumann boundary conditions) into the simulation model, the area associated to each surface node is needed for the local assembly. This tool reads a surface mesh (see also [ExtractSurface]({{< ref "extract-surface" >}})), computes the associated area for each node and writes the information as txt and csv data.
## Usage ## Usage
...@@ -19,15 +19,15 @@ ComputeNodeAreasFromSurfaceMesh -i <file name of input mesh> ...@@ -19,15 +19,15 @@ ComputeNodeAreasFromSurfaceMesh -i <file name of input mesh>
[-p <output path and base name as one string>] [-p <output path and base name as one string>]
[--id-prop-name <property name>] [--id-prop-name <property name>]
``` ```
If the option `-p` is not given the output path is extracted from the input path. The default value for the `--id-prop-name` argument is "OriginalSubsurfaceNodeIDs". This name is also used by [ExtractSurface]({{< relref "extract-surface" >}}) for storing the subsurface node ids. If the option `-p` is not given the output path is extracted from the input path. The default value for the `--id-prop-name` argument is "OriginalSubsurfaceNodeIDs". This name is also used by [ExtractSurface]({{< ref "extract-surface" >}}) for storing the subsurface node ids.
## Example ## Example
![](ExampleComputeSurfaceNodeAreasFromSurfaceMesh.png) ![](ExampleComputeSurfaceNodeAreasFromSurfaceMesh.png)
The following steps were performed to obtain the example data: The following steps were performed to obtain the example data:
1. The hexahedral example domain was created by [generateStructuredMesh]({{< relref "structured-mesh-generation">}}) `generateStructuredMesh -o hex_6x7x3.vtu -e hex --lx 6 --ly 7 --lz 3`. 1. The hexahedral example domain was created by [generateStructuredMesh]({{< ref "structured-mesh-generation">}}) `generateStructuredMesh -o hex_6x7x3.vtu -e hex --lx 6 --ly 7 --lz 3`.
2. The tool [ExtractSurface]({{< relref "extract-surface" >}}) was applied: 2. The tool [ExtractSurface]({{< ref "extract-surface" >}}) was applied:
`ExtractSurface -i hex_6x7x3.vtu -o hex_6x7x3_surface.vtu` `ExtractSurface -i hex_6x7x3.vtu -o hex_6x7x3_surface.vtu`
The generated surface mesh contains a property "OriginalSubsurfaceNodeIDs" assigned to the mesh nodes that contains the original subsurface mesh node ids. The generated surface mesh contains a property "OriginalSubsurfaceNodeIDs" assigned to the mesh nodes that contains the original subsurface mesh node ids.
3. Finally `ComputeNodeAreasFromSurfaceMesh -i hex_6x7x3_surface.vtu` generates two text files (`hex_6x7x3_surface.txt` and `hex_6x7x3_surface.csv`). The txt file is usable as boundary condition input file for OGS-5 simulation. The first column of the text file contains the original mesh node id (see image above), the second column the associated area. For example to the corner node 168 an area of 0.25 is associated. The edge node 169 has an area value of 0.5 and the interior node 176 has an area value of 1. 3. Finally `ComputeNodeAreasFromSurfaceMesh -i hex_6x7x3_surface.vtu` generates two text files (`hex_6x7x3_surface.txt` and `hex_6x7x3_surface.csv`). The txt file is usable as boundary condition input file for OGS-5 simulation. The first column of the text file contains the original mesh node id (see image above), the second column the associated area. For example to the corner node 168 an area of 0.25 is associated. The edge node 169 has an area value of 0.5 and the interior node 176 has an area value of 1.
......
...@@ -16,7 +16,7 @@ The user has to provide the input mesh `mesh` and the geometry `geometry` that m ...@@ -16,7 +16,7 @@ The user has to provide the input mesh `mesh` and the geometry `geometry` that m
The tool will output a OGS-5 boundary condition file (.bc) and a geometry file (.gli) containing the points the boundary conditions refer to. The original geometry will not be altered. Additional, it is possible to write the geometry in the gml format by setting the switch `gml` to 1. The tool will output a OGS-5 boundary condition file (.bc) and a geometry file (.gli) containing the points the boundary conditions refer to. The original geometry will not be altered. Additional, it is possible to write the geometry in the gml format by setting the switch `gml` to 1.
The polylines should be in the vicinity of the mesh nodes, where the user wants to set the boundary conditions. The tool will generate boundary conditions at every node which lies within the search radius `search_radius`. Idealy, the geometry should be mapped as close as possible to the area the user wants to set boundary conditions (for this, also see tool [MapGeometryToSurface]({{< relref "map-geometric-object-to-the-surface-of-a-mesh" >}})). The polylines should be in the vicinity of the mesh nodes, where the user wants to set the boundary conditions. The tool will generate boundary conditions at every node which lies within the search radius `search_radius`. Idealy, the geometry should be mapped as close as possible to the area the user wants to set boundary conditions (for this, also see tool [MapGeometryToSurface]({{< ref "map-geometric-object-to-the-surface-of-a-mesh" >}})).
## Usage ## Usage
......
...@@ -16,7 +16,7 @@ The new value must be of one of the data types, either [integer](https://en.wiki ...@@ -16,7 +16,7 @@ The new value must be of one of the data types, either [integer](https://en.wiki
The polygon must be located within a plane. A node is located in the cylindrical volume iff (ie. if and only if) the node's orthogonal projection to the plane of the polygon lies in the polygon, ie. the plane can be defined in any arbitrary direction in 3d space. The polygon must be located within a plane. A node is located in the cylindrical volume iff (ie. if and only if) the node's orthogonal projection to the plane of the polygon lies in the polygon, ie. the plane can be defined in any arbitrary direction in 3d space.
In combination with a threshold filter the tool can also be used to cut out some region of the mesh. The tool can be also used in combination with the tool [removeMeshElements]({{< relref "remove-mesh-elements" >}}). In combination with a threshold filter the tool can also be used to cut out some region of the mesh. The tool can be also used in combination with the tool [removeMeshElements]({{< ref "remove-mesh-elements" >}}).
The tool writes a new mesh `modified_mesh`. The tool writes a new mesh `modified_mesh`.
......
...@@ -12,22 +12,22 @@ author = "Thomas Fischer" ...@@ -12,22 +12,22 @@ author = "Thomas Fischer"
In order to create boundary conditions in a polygonal region the following workflow can be used: In order to create boundary conditions in a polygonal region the following workflow can be used:
1. Extract surface using [ExtractSurface]({{< relref "extract-surface" >}}) (a: Original subsurface mesh; b: Extracted surface) 1. Extract surface using [ExtractSurface]({{< ref "extract-surface" >}}) (a: Original subsurface mesh; b: Extracted surface)
![](01-SubSurfaceMesh_web.png) ![](01-SubSurfaceMesh_web.png)
![](02-ExtractSurface_Web.png) ![](02-ExtractSurface_Web.png)
2. Mark the mesh elements within the polygonal region deploying the tool [ResetPropertiesInPolygonalRegions]({{< relref "set-properties-in-polygonal-region" >}}) (a: Surface and polygon; b: Marked elements in polygonal region are colored yellow; c: Marked regions visualized by different colors) 2. Mark the mesh elements within the polygonal region deploying the tool [ResetPropertiesInPolygonalRegions]({{< ref "set-properties-in-polygonal-region" >}}) (a: Surface and polygon; b: Marked elements in polygonal region are colored yellow; c: Marked regions visualized by different colors)
![](03a-MarkedRegionsAtSurface_Web.png) ![](03a-MarkedRegionsAtSurface_Web.png)
![](03b-MarkedRegionsAtSurface_Web.png) ![](03b-MarkedRegionsAtSurface_Web.png)
![](03c-MarkedRegionsAtSurface_Web.png) ![](03c-MarkedRegionsAtSurface_Web.png)
3. Remove marked/unmarked mesh elements deploying tool [removeMeshElements]({{< relref "remove-mesh-elements" >}}) (Resulting patches visualized by different colors and z-translations) 3. Remove marked/unmarked mesh elements deploying tool [removeMeshElements]({{< ref "remove-mesh-elements" >}}) (Resulting patches visualized by different colors and z-translations)
![](04-ExtractedRegionPatches_Web.png) ![](04-ExtractedRegionPatches_Web.png)
4. Compute the associated area for the nodes of the surface mesh deploying tool [ComputeNodeAreasFromSurfaceMesh]({{< relref "compute-node-areas-from-surface-mesh" >}}) 4. Compute the associated area for the nodes of the surface mesh deploying tool [ComputeNodeAreasFromSurfaceMesh]({{< ref "compute-node-areas-from-surface-mesh" >}})
The surface mesh patches (created until step 3) can be used as input for OGS-6 simulations. For OGS-5 simulations only the additional step 4 has to be performed. The surface mesh patches (created until step 3) can be used as input for OGS-6 simulations. For OGS-5 simulations only the additional step 4 has to be performed.
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