Tag that describes the mesh output according to a geometric object (point, polyline, (plane) surface). The geometric object is defined in a gml file.
<geometrical_sets>
<geometrical_set>
<name>cube_geometry</name>
<geometry>leftsurface</geometry>
</geometrical_set>
...
<geometrical_set>
<name>cube_geometry</name>
<geometry>rightsurface</geometry>
</geometrical_set>
</geometrical_sets>
The name of the internal generated mesh is constructed from the name of the geometrical set, an underscore, and the name of the geometrical object. In the case above the internal mesh name would be cube_geometry_leftsurface.
Child parameters, attributes and cases
Additional info
From ProcessLib/Output/CreateOutputConfig.cpp line 251
- This parameter can be given arbitrarily many times.
- Expanded tag path: time_loop.output.geometrical_sets.geometrical_set
- Go to source code: → ogs/ogs/master
Used in the following test data files