Page 1 of 1
how to use MPCO Recorder in openseespy
Posted: Mon Jan 08, 2024 2:07 pm
by zxh
As is well known, we can use the MPCO Recorder to generate post-processing files and then perform post-processing using STKO. The TCL version of OpenSees can accomplish this with the MPCO Recorder. Now, my model is built using openseespy and I am unable to use the MPCO Recorder to generate post-processing files. How should I compile the MPCO Recorder into openseespy?
Re: how to use MPCO Recorder in openseespy
Posted: Fri Jan 12, 2024 9:00 am
by STKO Team
Now MPCO Recorder is not compiled with openseespy because they don't want to include the HDF5 library it depends on.
We are planning to include it in openseespy without the need for linking to HDF5.
In the meantime, if you are able to compile openseespy by yourself, we can tell you how to include the mpco recoder there
Re: how to use MPCO Recorder in openseespy
Posted: Thu May 16, 2024 3:54 am
by nmorabowen
Is the hdf5 library compiled into professor Tarque's version?
If not, could you please tell me how this could be done?
Re: how to use MPCO Recorder in openseespy
Posted: Thu May 16, 2024 8:19 am
by STKO Team
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://opensees.github.io/OpenSeesDocu ... build.html using CMake and Conan (this toolchain will take care of downloading all the necessary dependencies, including hdf5)
Re: how to use MPCO Recorder in openseespy
Posted: Thu May 16, 2024 4:04 pm
by nmorabowen
Thank you!
Re: how to use MPCO Recorder in openseespy
Posted: Fri May 17, 2024 8:32 am
by STKO Team
You're welcome
Re: how to use MPCO Recorder in openseespy
Posted: Wed Aug 07, 2024 11:33 am
by OmarA
STKO Team wrote: ↑Thu May 16, 2024 8:19 am
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://opensees.github.io/OpenSeesDocu ... build.html using CMake and Conan (this toolchain will take care of downloading all the necessary dependencies, including hdf5)
I have compiled openseespy following the instructions in the link. How can I include MPCO recorders?
Thanks in advance
Re: how to use MPCO Recorder in openseespy
Posted: Thu Aug 08, 2024 7:25 am
by STKO Team
Just use the mpco recorder command in your file.
Documentation here:
https://drive.google.com/file/d/1V6Dh8C ... cIDBT/view
It's for Tcl but it's super easy to convert it to python