When reading a mesh from neutral format, the title of the file (second line in file) gets added into the tree of the mesh.
This is typically astring of default_id.xxxx if one generates the mesh by gambit:
...MESH.../default_id.xxxx/inlet
...MESH.../default_id.xxxx/outlet
...MESH.../default_id.xxxx/wall
...
This is inconsistent behaviour with the other readers, hence would be nice to exclude the title when reading the mesh.
When reading a mesh from neutral format, the title of the file (second line in file) gets added into the tree of the mesh. This is typically astring of default_id.xxxx if one generates the mesh by gambit: ...MESH.../default_id.xxxx/inlet ...MESH.../default_id.xxxx/outlet ...MESH.../default_id.xxxx/wall ...
This is inconsistent behaviour with the other readers, hence would be nice to exclude the title when reading the mesh.