STKO Team wrote: ↑Mon Oct 24, 2022 8:22 am
Actually, it is enough to just remove the support. However in this case you cannot control the duration of the removal (it will coincide with the time step).
The alternative is to use the force-from-reaction to automatically compute the reaction of the removed constraint. Then you can give it a Path time series that goes from 1 (100% of the reaction) to 0 (full removal) over a given time step.
If you want to do it parametrically, you can use the Python API in STKO (if you don't know how to use it, please watch the webinar
#20 Intro to STKO v2.0's Python API.
Here's a file with the second approach:
MODEL 1 FORCE FROM REACTION.zip
Here's a python script that runs your analysis parametrically:
ParametricRemovalTime.zip
Here's what you get:
param.png
DEAR STKO,
The file you shared with me parametricremovaltime works well for beams. The problem I have is that even for a single span slab, setting tr times from 0.001s to 3s in 0.005s increments causes opensees to crash and shut down. At the same time, 100 analyses are run.
I have to divide my analyses into tr max intervals every 0.4s.
I tried swapping the script so that each successive analysis starts only when one analysis comes to a complete end. Unfortunately, each successive anlize only starts when I manually close STKOMONITOR. I tried to set automatic closing of the application but failed.
On the other hand I wanted to use openseesmp but the script you gave me only works for one processor.
Is it possible for me to get this script so that I can use openssesmp ? Preferably in such a way that each subsequent analysis is only carried out when the previous one finishes.
One more request, can you modify the script so that it closes the opensees solver windows automatically ? If at the same time performs 100 analyses I have a black screen of running solvers

in addition, some analyses are not completed because the file shuts down sooner.
Best regards