Hello everyone,
I'm currently working with a finite element model and I have a question regarding post-processing. Specifically, I would like to know if it's possible to isolate individual solid elements generated from the mesh, for example, in order to extract their Gauss points. At the moment, I can see the meshed solid in the post-processor, but I'm unable to select individual mesh elements for further inspection.
This step would be useful for me to evaluate the stress state in specific sections of the model.
Additionally, is there a way to display the names or IDs of the Gauss points within each element, so that I can later reference them during the data processing phase?
Has anyone encountered this need before or can suggest a method or function to achieve this?
Thanks in advance!
Isolating Solid Mesh Elements and Displaying Gauss Points in Post-Processor
-
lucadanesi96
- Posts: 1
- Joined: Thu Jun 26, 2025 6:48 am
Isolating Solid Mesh Elements and Displaying Gauss Points in Post-Processor
- Attachments
-
- Cube.scd.zip
- (172.3 KiB) Downloaded 147 times
-
- 1.png (317.33 KiB) Viewed 4364 times
Re: Isolating Solid Mesh Elements and Displaying Gauss Points in Post-Processor
In a Gauss Point Plot, you can select a Gauss point, and using the "Show" command (the toolbutton on top of the graphic window) you can show only the elements with the selected gauss points.I'm currently working with a finite element model and I have a question regarding post-processing. Specifically, I would like to know if it's possible to isolate individual solid elements generated from the mesh, for example, in order to extract their Gauss points. At the moment, I can see the meshed solid in the post-processor, but I'm unable to select individual mesh elements for further inspection.
Not using labels, but if you use the extract-chart-data command, you will see the ID of the element and gauss point while you select themAdditionally, is there a way to display the names or IDs of the Gauss points within each element, so that I can later reference them during the data processing phase?