TAGGED: element-birth-and-death
-
-
May 3, 2022 at 6:37 pmArvind_kr_GuptaSubscriber
Dear Sir,
I am doing laser drilling in transient thermal analysis in Ansys Mechanical APDL. In the simulation, I am trying to remove the elements that have temperatures greater than boiling point temperature using EKILL commands. But by using ESEL commands, I could not select the elements that need to be selected.
Applied BCs in the model:
May 4, 2022 at 6:42 amErik KostsonAnsys EmployeeHi
There are many posts on this topic:
Esel is not the command - see what should be used as in the above example it selects nodes with temperatures between 50-20000 (we need to select nodes first since temperatures are calculated at nodes so it is a nodal result):
nsel,r,temp,,50,20000
then add this command:
esln
to select the elements attached to these nodes.
This (esln) is very important since you need to select the elements for ekill (does not work on nodes).
The above posts and searching the internet should help.
Also search the help manual for info on commands.
Erik
Viewing 1 reply thread- The topic ‘What are the methods to select elements for element death methodology using “ekill” commands?’ is closed to new replies.
Ansys Innovation SpaceTrending discussionsTop Contributors-
416
-
187
-
167
-
156
-
140
Top Rated Tags© 2024 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-