OGS
[tag] geometry

This is a link to the name of the geometrical object within the geometrical set specified in the <name> tag.

In the example gml snippet

<OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org">
<name>cube_geometry</name>
<points>
<!-- definition of points -->
</points>
<surfaces>
<surface id="0" name="leftsurface">
<element p1="0" p2="1" p3="2"/>
<element p1="0" p2="3" p3="2"/>
</surface>
</surfaces>
</OpenGeoSysGLI>

the name of the geometry is leftsurface.

Additional info

From ProcessLib/Output/CreateOutputConfig.cpp line 246

  • This is a required parameter.
  • Data type: std::string
  • Expanded tag path: time_loop.output.geometrical_sets.geometrical_set.geometry
  • Go to source code: → ogs/ogs/master

Used in the following test data files