Search found 7 matches

by gaetano_cmr
Fri Dec 16, 2022 9:08 am
Forum: Post Processor
Topic: Retrieve stresses on GaussPoint
Replies: 9
Views: 8574

Re: Retrieve stresses on GaussPoint

Yes, I have it in my model as result; here the screenshot of my elements recorders:
by gaetano_cmr
Thu Dec 08, 2022 9:39 am
Forum: Post Processor
Topic: Retrieve stresses on GaussPoint
Replies: 9
Views: 8574

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 :/
by gaetano_cmr
Tue Dec 06, 2022 1:44 pm
Forum: Post Processor
Topic: Retrieve stresses on GaussPoint
Replies: 9
Views: 8574

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 ...
by gaetano_cmr
Mon Oct 17, 2022 10:33 am
Forum: Analysis
Topic: [Solved] - Load control Cyclic Path
Replies: 7
Views: 2700

Re: Load control Cyclic Path

Every was really clear, I solved my problem.
Thank you very much STKO Team 8-)
by gaetano_cmr
Thu Oct 06, 2022 5:40 pm
Forum: Analysis
Topic: [Solved] - Load control Cyclic Path
Replies: 7
Views: 2700

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.
061022_masonry_with_load_cycle.zip
(202.04 KiB) Downloaded 159 times
by gaetano_cmr
Wed Oct 05, 2022 12:31 pm
Forum: Analysis
Topic: [Solved] - Load control Cyclic Path
Replies: 7
Views: 2700

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 ...
by gaetano_cmr
Tue Oct 04, 2022 6:03 pm
Forum: Analysis
Topic: [Solved] - Load control Cyclic Path
Replies: 7
Views: 2700

[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 ...