Ansys Learning Forum Forums Discuss Simulation General Mechanical Deactivation of ADPL command during simulation Reply To: Deactivation of ADPL command during simulation

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

Â