Skip to content

Export volume tags su2

Jamie Border requested to merge exportVolumeTagsSU2 into master

Extended the functionality of the SU2 file exporter to output tags corresponding to the highest and second-highest dimension physical tags, not just the second-highest dimension. For example, for a 3D mesh only Physical Surface elements were written out, now also Physical Volume elements are written out. This is useful in the situations where you need to distinguish between volumes as well, e.g. when there is a fluid region and solid region. The total number of Physical regions (NMARK=...) is the combination of the number of regions of the second-highest dimension and the highest dimension. What type of tags they are is distinguishable by the element types output (e.g. if surface elements they will be a 2D element, if volume elements they will be a 3D element).

Merge request reports