-
-
March 1, 2023 at 9:40 amNaeel DSubscriber
Hi all, I'm in need of assistance writing/understanding the code as a rookie for the Element Birth & Death technique for my model that I want to simulate additive manufacturing (Laser cladding). What should my approach be and how is it done?
The following is what I have been able to muster together without a good understanding (specifically for ANSYS mechanical APDL:
-
March 2, 2023 at 1:53 pmChandra SekaranAnsys Employee
Define Transient Analysis
NROPT, FULL
!Select all nodes
!Select all elements attached to the nodes
EKILL, ALL
!Plot ‘live elements’ (to check whether the Ekill command is executed, you may need to turn off the PowerGraphics
!Select EVERYTHING (Selects all activated and deactivated elements)
- constrain the deactivated elements if you want them to be born in the current configuration
- solve load step with killed elements
- If you now want to make the killed elements alive in next load step use EALIVE (???)
- remove constraints on dead elements as appropriate.
- solve
-
March 4, 2023 at 7:05 pmNaeel DSubscriber
Thank you Chandra Sekaran,
In relation to my updated message in this thread below, this is the single-element group that has undergone 'Birth/Death' and with Thermal loads applied:
What would be the fastest way to use 'birth/death' for all elements of my model and apply the thermal loads? Could it be a LOOP command?
-
March 2, 2023 at 2:08 pmJohn DoyleAnsys Employee
While it is true that you can simulate a basic Additive Manufacturing process using EKILL and EALIVE strategically, with select logic, I would not recommend this approach.
I would refer you, instead, to the MAPDL commands listed below. You need an Additive Suite License to use these commands; but, if you are serious about AM simulation in MAPDL, this is the way to go.
AMBUILD
AMENV
AMMAT
AMPOWDER
AMSTEP
AMSUPPORTS
AMTYPE
I would also refer you to the AM course material on the Ansys Learning Hub Ansys Mechanical Workbench Additive.
There is a chapter in this course entitled 'Mechanical APDL for Additive' that takes a deeper dive into the use of the above MAPDL commands.
-
March 4, 2023 at 6:59 pmNaeel DSubscriber
Thank you all for the responses. Due to time constraints, learning Ansys Additive/MAPDL codes may be difficult to complete in time. Therefore I have simplified my model (to a quarter of the original model above) and progresses with the following steps/code:
My issue now is it will be unrealistic to select each individual volume of ELEMENTS and apply the thermal loads to each one (as the code above implies). That would be a painstaking process! I believe it would be best to use ‘LOOP’ the command, however, I am stuck with how to use this line of code for my situation. Any advice?
Thank you
-
- The topic ‘How to apply Element Birth & Death to simulate additive manufacturing?’ is closed to new replies.
- 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
-
1416
-
599
-
591
-
565
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.