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 discussions- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- How to apply Compression-only Support?
- Geometric stiffness matrix for solid elements
- Frictional No separation contact
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- Script Error Code:800a000d
- Elastic limit load, Elastic-plastic limit load
- Element has excessive thickness change, distortion, is turning inside out
Top Contributors-
1416
-
599
-
591
-
565
-
366
Top Rated Tags© 2025 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.
-
The Ansys Learning Forum is a public forum. You are prohibited from providing (i) information that is confidential to You, your employer, or any third party, (ii) Personal Data or individually identifiable health information, (iii) any information that is U.S. Government Classified, Controlled Unclassified Information, International Traffic in Arms Regulators (ITAR) or Export Administration Regulators (EAR) controlled or otherwise have been determined by the United States Government or by a foreign government to require protection against unauthorized disclosure for reasons of national security, or (iv) topics or information restricted by the People's Republic of China data protection and privacy laws.