Ansys Learning Forum › Forums › Discuss Simulation › Process Integration and Design Optimization › Automation of Aqwa Load Simulations in Mechanical Using Scripts › Reply To: Automation of Aqwa Load Simulations in Mechanical Using Scripts
March 13, 2024 at 10:13 am
Mike Pettit
Ansys Employee
Hi James,
Does your script include a command like
hydro_pressure.NotifyChange()
where hydro_pressure is the Hydrodynamic Pressure object, after you set the time step? This is required to get the Mechanical UI to process the change and set the object/solution states.
I hope this helps!
Mike