Hello Salome users,
Great job as always with improvements to Salome platform. Version 9.14 seems very stable.
I am working with a mesh and ran into an issue with manipulation of groups.
I have got two groups of faces as shown.(both groups touch each other at seams)(named sl-top and sl-bot). like a cylinder cut along its length.
They both share same nodes which are overlapping along the seam as shown below.
First of all , I was unable to create a group of nodes that are common to both top and bottom face groups through any of salome filters. I had to use code _aster CREA_GROUP_NO =_F(INTERSEC, GROUP_MA=(‘sl-top’,’sl-bot’) then use IMPR_RESU. However I want to avoid using CA to create groups because they are difficult to visualize then.
Due to contact methods in code aster, these both groups cannot have common nodes.
So, I need faces that carry these common seam nodes, with only one face along the length of seam(only 1 on both side of nodes), so that I can subtract them from one of the groups.(either sl-top or sl-bot)
So is it possible to:
1>Use salome filters to Automatically create set of nodes which belong to both sl-top and sl-bot.
2> Create a group of faces that capture 1 face on either side of above set of nodes along the length of tube using “salome filters”. So the set has two faces in orthogonal direction to cylinder length.
So, I don’t need to use code aster commands to create mesh groups.
All this work using filters and not changing tolerance. Because mesh sizing can change later and I want to Automatically update these group of faces that carry nodes along the seam.
One more issue I may point out is that the RMED file generated by Code Aster does not correctly display groups (any kind of set of nodes are not displayed) using EXTRACT GROUP filter in PARAVIEW Standalone (version 5.13, 6.0).
However they correctly show up in mesh module of Salome. I tried with multiple versions of MED but still same result. Set of nodes especially created in code_aster command file using DEFI_GROUP are lost.
I appreciate your attention.
Much Thanks and Regards
Anirudh Nehra















