Search found 25 matches
- Wed Jan 13, 2021 7:10 pm
- Forum: Post processing and data visualization
- Topic: Extract data from integration points
- Replies: 4
- Views: 104
Re: Extract data from integration points
Great, thank you.
- Wed Jan 13, 2021 9:10 am
- Forum: Post processing and data visualization
- Topic: Extract data from integration points
- Replies: 4
- Views: 104
Re: Extract data from integration points
Thank you for the reply.
I believe I see what the problem was. When using material model PressureDependMultiYield01, STKO names the stresses C1-C7 which corresponds to the stresses defined by the model (σxx σyy σzz σxy σyz σzx and ηr). I was trying to show σ11, σ22 etc.
I believe I see what the problem was. When using material model PressureDependMultiYield01, STKO names the stresses C1-C7 which corresponds to the stresses defined by the model (σxx σyy σzz σxy σyz σzx and ηr). I was trying to show σ11, σ22 etc.
- Sat Jan 09, 2021 4:48 pm
- Forum: Post processing and data visualization
- Topic: Extract data from integration points
- Replies: 4
- Views: 104
Extract data from integration points
Hi, I wish to extract stresses and/or strains from a solid element from a dynamic analysis. I am using LK-conditions, MP constraints, SSPBrick and PressureDependMultiYield material. I am able to visualize the stresses by choosing "stress" and "strain" in the custom window of MPCORecorder rather than...
- Mon Nov 02, 2020 12:51 pm
- Forum: OpenSees MP
- Topic: Parameter study
- Replies: 9
- Views: 702
Re: Parameter study
Now it works perfectly! Thanks again!
- Fri Oct 30, 2020 9:31 am
- Forum: OpenSees MP
- Topic: Parameter study
- Replies: 9
- Views: 702
Re: Parameter study
Hi again, I was a bit to quick to claim victory here. The code block in your previous example works great for SP, but I cannot get it to work correctly with MP. Using MP, the analyses are preformed, but the parametric timeSeries is not updated. In my model, I have also defined a parametric rayleigh ...
- Tue Oct 27, 2020 3:08 pm
- Forum: OpenSees MP
- Topic: Parameter study
- Replies: 9
- Views: 702
Re: Parameter study
Solved it! I thought I had deleted all the files from the analysis using the previous code in the analysis folder, but there were some files I neglected. When I deleted those files, the analyses ran as intended. Thank you so much for the assistance with this, it will save me a ton of time in the fut...
- Tue Oct 27, 2020 1:18 pm
- Forum: OpenSees MP
- Topic: Parameter study
- Replies: 9
- Views: 702
Re: Parameter study
Hi, I have implemented you suggestion, but I still get the same error: error copying "PARAM_RESULT_$param_id.part-4.mpco.cdata": no such file or directory As far as I can see, the code is not dependent on the file name? I have tested with the same name as your original file, but I still get the same...
- Sun Oct 18, 2020 4:23 pm
- Forum: OpenSees MP
- Topic: Parameter study
- Replies: 9
- Views: 702
Re: Parameter study
Hi again, I posted this a while back, but I haven't had a chance to test this properly until recently. I believe I follow the logic behind your script, except for the last part where you name the .mpco-files. Not sure if I understand this completely. When I try to implement the code in my model, I g...
- Mon Sep 07, 2020 10:23 am
- Forum: Post processing and data visualization
- Topic: Missing elements in post-prossesor
- Replies: 2
- Views: 363
Re: Missing elements in post-prossesor
No, you understood the problem, but I just now figured out the issue. I accidentally boxed out the beam element results in the recorder command..
Sorry for the inconvenience!

- Sat Sep 05, 2020 10:05 am
- Forum: Post processing and data visualization
- Topic: Missing elements in post-prossesor
- Replies: 2
- Views: 363
Missing elements in post-prossesor
Hi, I have some issues with the recorder after some of the latest updates. I I have a model consisting of solids, beams and interactions. Applying the same procedures as always, I create a selection set containing beams and solids and a region with that selection set. Then I specify that region in t...