Search found 7 matches

by OmarA
Wed Sep 25, 2024 10:07 am
Forum: Post processing and data visualization
Topic: Moments appearing in the wrong plane
Replies: 6
Views: 3212

Re: Moments appearing in the wrong plane


It's probably because you did not create the model in STKO pre processor.
Local axes are not obtained as an output from Opensees (they are not available for all elements), so we use STKO to generate a support file for the mpco recorderer, with the extension .mpco.cdata.
It contains several ...
by OmarA
Fri Sep 20, 2024 1:13 am
Forum: Post processing and data visualization
Topic: Moments appearing in the wrong plane
Replies: 6
Views: 3212

Re: Moments appearing in the wrong plane

Hey Kesavan,

Thanks for your reply.

The axes shown in the first figure are the local axes while the axes shown in stko are the global axes.

If the red is the X-axis in stko and the green is Y-axis then the global axes match between opensees and stko as shown bellow:
Screenshot 2024-09-20 at 2.11 ...
by OmarA
Mon Sep 16, 2024 10:57 am
Forum: Post processing and data visualization
Topic: Moments appearing in the wrong plane
Replies: 6
Views: 3212

Moments appearing in the wrong plane

Dear STKO team,

I created a model in openseespy and I am trying to visualise the gravity results in STKO but I am a bit confused.

The orientation of the beam in Global X and Global Y is made using the following commands:
op.geomTransf(BTransfType, BTransfTagX, 0, -1, 0, "-jntOffset", *dI, *dJ ...
by OmarA
Thu Aug 08, 2024 9:05 am
Forum: Get Started Discussion
Topic: How to add MPCO recorder to openseespy locally
Replies: 3
Views: 727

Re: How to add MPCO recorder to openseespy locally

Thanks STKO team. That solved the issue and now I can use MPCO recorder.
by OmarA
Thu Aug 08, 2024 3:52 am
Forum: Get Started Discussion
Topic: How to add MPCO recorder to openseespy locally
Replies: 3
Views: 727

How to add MPCO recorder to openseespy locally

I am trying to add MPCO recorder to openseespy. I followed the steps in the link here https://opensees.github.io/OpenSeesDocumentation/developer/build.html. It got it compiled. I then changed the installed opensees.pyd to the compiled one. But I get error "Failed to import openseespy on windows ...
by OmarA
Thu Aug 08, 2024 2:42 am
Forum: Post Processor
Topic: OpenSeesPy MPCO recorder?
Replies: 13
Views: 10246

Re: OpenSeesPy MPCO recorder?

STKO Team wrote:
Mon Jun 26, 2023 4:02 pm
As far as I know, they don't want to include the MPCO Recorder and the DRM boundary because both of them require the HDF5 library.
If you want we can tell you how to compile it by yourself and include it
Can you please tell me what are the instructions to include MPCO in openseespy.
by OmarA
Wed Aug 07, 2024 11:33 am
Forum: Get Started Discussion
Topic: how to use MPCO Recorder in openseespy
Replies: 7
Views: 2376

Re: how to use MPCO Recorder in openseespy


Is the hdf5 library compiled into professor Tarque's version?
Yes, the MPCORecorder is included.

If not, could you please tell me how this could be done?
If you want to compile your own version of OpenSees and/or OpenSeesPy including the MPCORecorder, please follow the instruction here https ...