The tag <name>
selects the name of the geometrical set. Typically, the name is given within the gml file via the tag <name>
.
In the example gml file snippet
<OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org">
<name>cube_geometry</name>
...
</OpenGeoSysGLI>
the name of the geometrical set is cube_geometry.
Additional info
From ProcessLib/Output/CreateOutputConfig.cpp line 255
- This is an optional parameter.
- This parameter has a default value of
""
.
- Data type:
std::string
- Expanded tag path: time_loop.output.geometrical_sets.geometrical_set.name
- Go to source code: → ogs/ogs/master
Used in the following test data files