Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Installation and Licensing Ansys Products mechanical scripting support to include time and spatial varying load. Reply To: mechanical scripting support to include time and spatial varying load.

dlooman
Ansys Employee

There's no way to create a function ahead of time that will automatically update the forces during solution.  The only way to do what you describe is a brute force method.  The duration of the analysis is broken up into many short time steps.  A commands object is executed at the beginning of each time step which interrogates the previous solution and updates the force values with APDL commands.  

[bingo_chatbox]