Search found 7 matches
- Fri Dec 16, 2022 9:08 am
- Forum: Post Processor
- Topic: Retrieve stresses on GaussPoint
- Replies: 9
- Views: 8583
Re: Retrieve stresses on GaussPoint
Yes, I have it in my model as result; here the screenshot of my elements recorders:
- Thu Dec 08, 2022 9:39 am
- Forum: Post Processor
- Topic: Retrieve stresses on GaussPoint
- Replies: 9
- Views: 8583
Re: Retrieve stresses on GaussPoint
Yes I did, I’m able to plot it using “data chart” or displaying it in the post-processor GUI.
Don’t know what I’m doing wrong in the script :/
Don’t know what I’m doing wrong in the script :/
- Tue Dec 06, 2022 1:44 pm
- Forum: Post Processor
- Topic: Retrieve stresses on GaussPoint
- Replies: 9
- Views: 8583
Retrieve stresses on GaussPoint
Dear STKO support,
I'm facing a problem retreaving stresses on specific gausspoint in my STKO model.
I load the postprocessor results and I tryed to retrieve "σ22" using this script:
from PyMpc import *
from PyMpc import MpcOdbVirtualResult as vr
from time import sleep
import traceback
import ...
I'm facing a problem retreaving stresses on specific gausspoint in my STKO model.
I load the postprocessor results and I tryed to retrieve "σ22" using this script:
from PyMpc import *
from PyMpc import MpcOdbVirtualResult as vr
from time import sleep
import traceback
import ...
- Mon Oct 17, 2022 10:33 am
- Forum: Analysis
- Topic: [Solved] - Load control Cyclic Path
- Replies: 7
- Views: 2708
Re: Load control Cyclic Path
Every was really clear, I solved my problem.
Thank you very much STKO Team
Thank you very much STKO Team
- Thu Oct 06, 2022 5:40 pm
- Forum: Analysis
- Topic: [Solved] - Load control Cyclic Path
- Replies: 7
- Views: 2708
Re: Load control Cyclic Path
I was able with a copy of this model to do a cyclic analysis with imposed displacement but I'm still not able to do the same thing with an imposed cyclic force/pressure and a load controlled analysis.
I'm attaching the model file and thank you for your help.
I'm attaching the model file and thank you for your help.
- Wed Oct 05, 2022 12:31 pm
- Forum: Analysis
- Topic: [Solved] - Load control Cyclic Path
- Replies: 7
- Views: 2708
Re: Load control Cyclic Path
yes, I would like to achieve the second option.
I already achieved a displacement control with a cyclic displacement path.
I tried to setup the same analysis but with a Cyclic load path and using load control, but how can I assign the load cycle to the control point?
I mean using in the analisy ...
I already achieved a displacement control with a cyclic displacement path.
I tried to setup the same analysis but with a Cyclic load path and using load control, but how can I assign the load cycle to the control point?
I mean using in the analisy ...
- Tue Oct 04, 2022 6:03 pm
- Forum: Analysis
- Topic: [Solved] - Load control Cyclic Path
- Replies: 7
- Views: 2708
[Solved] - Load control Cyclic Path
Dear STKO Team,
I'm modelling masonry axial experimental test and I need to do a cyclic analysis but using "load control".
Implementing the same analysis in displacement control is quite easy I've tried it defining a Path.TimeSeries and everything went well.
Now I would like to do the same but in ...
I'm modelling masonry axial experimental test and I need to do a cyclic analysis but using "load control".
Implementing the same analysis in displacement control is quite easy I've tried it defining a Path.TimeSeries and everything went well.
Now I would like to do the same but in ...