TAGGED: 3D-Transient-Thermal, ansys-apdl, meshing
-
-
August 13, 2024 at 8:10 pmLeon15Subscriber
Hello, following some recommendation on this forum, I am trying to use the EMOD command to create elements with an higher order only in one direction for a transient thermal simulation. As a test, I tried deleting all the mid nodes on elements (solid279) using the following commands:
MODMSH,DETACH
EMID,REMOVE,ALL
However, it is not doing anything. Am I missing something? Can the EMODIF command be helpful in this case?
Thank you
-
August 14, 2024 at 2:35 pmdloomanAnsys Employee
The simple test below works for me.
/prep7
et,1,279
block,,1,,1,,1
esize,1
vmesh,1
modmsh,deta
emid,remove,all
elistelist output:
ELEM MAT TYP REL ESY SEC NODES
1 1 1 1 0 1 2 6 4 1 9 10 12 14
0 0 0 0 0 0 0 0
0 0 0 0 -
August 14, 2024 at 3:04 pmLeon15Subscriber
Hello,
Thank you for the quick reply. I was using the graphical interface (Plot, Nodes) to verify the effetiveness of the command, but in the GUI the mid nodes still appear even though they have been deleted (I assume it is because the elements are still labeled as solid 279). However, using the command ELIST did show that indeed the mid nodes had been deleted.
Cheers,
Leon
-
August 14, 2024 at 3:28 pmdloomanAnsys Employee
You could delete the unused mid-side nodes:
After emid command:
nsle,u ! unselect nodes used by elements (corner nodes)
ndele,all ! delete unused mid-side nodes
allsel
-
- You must be logged in to reply to this topic.
- ICEM CFD – Hexa mesh of a tapered wing with sharp trailing edge
- No mesh information was found in the input mesh file error
- CONVERTING STL FILE IN TO SOLID
- Element type definition – Ansys Workbench
- Varying ply angle in ACP
- ANSYS ACP Modelling Issue
- the matrix T in the cyclic symmetric formula!!
- Assiging one parameter as thinkness of few shell objects
- The meshing algorithm cannot find matching topology
- Connecting External Mesh and Beam Model in Ansys Workbench
-
1406
-
599
-
591
-
555
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.