Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Deactivation of ADPL command during simulation › Reply To: Deactivation of ADPL command during simulation
March 28, 2024 at 1:25 pm
Govindan Nagappan
Ansys Employee
Â
You will have to insert another command object for the second load step and use commands to delete the loads.Â
Example commands to use in second load step to remove convection:
Make sure you use esel and nsel commands to select nodes and elements where you applied convection before deleting with sfdel
sfdel,all,all  !delete the surface load in selected elements
nsel,all     !select all nodes
esel,all   !select all elements
Â