model flash

Post Reply
amb_1
Posts: 63
Joined: Wed Jun 08, 2022 11:32 am

model flash

Post by amb_1 » Tue Jun 13, 2023 12:41 pm

Dear STKO Team
I have to ask for your help, once again my models are flashing back. All models have disappeared, can you help me to see and help me to restore the models again? I need a model in .scd format.
I have used PyMpc initially, can you help to write a python code to solve this problem? Next time the same appears so I can debug it.
Best wishes:
Ambcha
Attachments
2x2gaodi.zip
(860.25 KiB) Downloaded 452 times
9e1a19254da77457fd098ac7c00ae77.png
9e1a19254da77457fd098ac7c00ae77.png (32.45 KiB) Viewed 30501 times

amb_1
Posts: 63
Joined: Wed Jun 08, 2022 11:32 am

globalforce

Post by amb_1 » Thu Jun 15, 2023 12:58 pm

Dear STKO team:

I have encountered a problem and have to seek your help in extracting the internal forces of the structure, when using the local coordinate system, I can extract the internal forces of the structure better, but when I use the global coordinate system, I cannot extract the global forces properly, in the analysis, we prefer to use the global forces, can you help me to modify the code?
In addition, I have come across a new question, how can I get the eigenvalue and response spectrum analyses of a saturated sand site? Can you give me some suggestions?
Sincerely
Ambcha
Attachments
Response Spectrum.rar
(200.92 KiB) Downloaded 397 times
33.png
33.png (101.81 KiB) Viewed 30455 times
2.png
2.png (183.76 KiB) Viewed 30458 times
T05_soil_pile_test.rar
(186.66 KiB) Downloaded 388 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: model flash

Post by STKO Team » Mon Jun 19, 2023 2:42 pm

The 2x2gaodi.zip file seems corrupted. We can't do anything about that.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: model flash

Post by STKO Team » Mon Jun 19, 2023 2:46 pm

It's because you were using the wrong name for the result... The name you put in your Python code should match the name in the MPCO database:
namematch.png
namematch.png (137.89 KiB) Viewed 30398 times

amb_1
Posts: 63
Joined: Wed Jun 08, 2022 11:32 am

Re: model flash

Post by amb_1 » Tue Jun 20, 2023 1:18 pm

Thanks for your help, I have solved it. In the meantime, I would like to know when the new version of STKO software 3.4.1 or 3.5 will be released?

amb_1
Posts: 63
Joined: Wed Jun 08, 2022 11:32 am

Re: model flash

Post by amb_1 » Wed Jun 21, 2023 2:21 pm

Dear STKO Team:
Can I know how to install third-party libraries under the STKO folder path "C:\Program Files\STKO"? For example, I want to use pandas, PySide6, however, I have tried some methods, such as creating a new virtual environment "C:\Program Files\STKO\venv", but pandas and other third-party libraries are not working properly
Attachments
22.png
22.png (69.59 KiB) Viewed 30349 times
11.png
11.png (108.83 KiB) Viewed 30349 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: model flash

Post by STKO Team » Mon Jun 26, 2023 4:08 pm

You can simply install those packages in your regular python environment.
Then copy them from your site-packages folder to the python_packages in STKO.
Just make sure to use compatible versions.
For example, we are already using PySide2 (for Qt 5.12), so probably PySide6 will conflict with it

amb_1
Posts: 63
Joined: Wed Jun 08, 2022 11:32 am

Re: model flash

Post by amb_1 » Wed Jun 28, 2023 11:59 am

Thanks for your suggestion, I have tried it and it is a viable solution.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: model flash

Post by STKO Team » Wed Jun 28, 2023 2:56 pm

You're welcome. In future version we will try to provide an STKO pip command

Post Reply