How do I conditionally deactivate a bushing during a solution run. I want to deactivate the bushing when the internal force on that bushing reaches a maximum?
How do I conditionally deactivate a bushing during a solution run. I want to deactivate the bushing when the internal force on that bushing reaches a maximum?
Hi Mike! One way is to use a SENSOR to detect the force threshold crossing, and to stop the simulation. Then in your simulation script, you would DEACTIVATE/BUSHING,id=X and issue another simulate command.
Hi Mike! One way is to use a SENSOR to detect the force threshold crossing, and to stop the simulation. Then in your simulation script, you would DEACTIVATE/BUSHING,id=X and issue another simulate command.