Search found 54 matches

by [email protected]
Fri Jan 28, 2022 9:41 am
Forum: Analysis
Topic: Excavation issue
Replies: 4
Views: 2318

Re: Excavation issue

Dear STKO Team,

I have talked to Prof. Wang Gang, the developer of the soil model I am using, and trying to validate (hence, I can not change the soil material for this problem) and he said all the messages are irrelevant and do not indicate issues with the code. It is simply debugging code that ...
by [email protected]
Fri Jan 21, 2022 6:08 am
Forum: Analysis
Topic: Excavation issue
Replies: 4
Views: 2318

Excavation issue

Dear STKO team,

I am trying to use your new zerolength element (implex) for a soil-pile interaction problem. I am trying to excavate some of the top soil before adding the pile, however the integrator seems to be stuck in an infinite loop when I try to remove a model subset. I can see that the code ...
by [email protected]
Tue Dec 14, 2021 9:35 am
Forum: Post processing and data visualization
Topic: Extract selected element IDs
Replies: 6
Views: 3301

Re: Extract selected element IDs

For others who want to follow the element ID extraction discussed in this thread, until copying is not implemented in STKO, you can use this simple looper (attached python script) to get rid of excess text and write only the list of element numbers to a csv file.
EleExtract.rar
(735 Bytes) Downloaded 327 times
by [email protected]
Mon Dec 13, 2021 9:07 am
Forum: Post processing and data visualization
Topic: Extract selected element IDs
Replies: 6
Views: 3301

Re: Extract selected element IDs

Not the most convenient, but I can easily parse the element list from that. Thank you for the advice!

P.S.: If I may, I'd suggest adding a copy-paste feature for element/node and gauss lists from the data extraction wizard in the future. I would imagine it would be a useful feature for many ...
by [email protected]
Mon Dec 13, 2021 4:57 am
Forum: Post processing and data visualization
Topic: Why I cannot see the pile?
Replies: 11
Views: 5288

Re: Why I cannot see the pile?

Make sure "show beam extrusion" is turned on in the surface plot options.
Untitled.png
Untitled.png (327.95 KiB) Viewed 3874 times
by [email protected]
Fri Dec 10, 2021 9:53 am
Forum: Post processing and data visualization
Topic: Extract selected element IDs
Replies: 6
Views: 3301

Extract selected element IDs

Dear STKO team,

For transferring data from STKO to inhouse programs I would need the list of mesh elements. Specifically, STKO is convenient to simply see and select the elements that I need and display their IDs when I create a Chart. However, I can not copy the element IDs when in this window ...
by [email protected]
Thu Nov 04, 2021 1:34 am
Forum: Analysis
Topic: Pause and resume simulation
Replies: 9
Views: 4746

Re: Pause and resume simulation

Yes, you are right it can not collect the state from multiple cores at the same time. Thank you for the tip though!
by [email protected]
Wed Nov 03, 2021 9:52 am
Forum: Analysis
Topic: Pause and resume simulation
Replies: 9
Views: 4746

Re: Pause and resume simulation

I see. That's too bad. I will do without it.

Thanks a lot for the responses!:)
by [email protected]
Tue Nov 02, 2021 5:32 am
Forum: Analysis
Topic: Pause and resume simulation
Replies: 9
Views: 4746

Re: Pause and resume simulation

The code works for parallel runs. However, it can not be resumed. I mean, it probably can I just faced a variable reference issue within the code. I am attaching the output from openseesmp as well as the code for 'pause' so you can see where the error occurs. If you have a suggestion on what may be ...