how to use MPCO Recorder in openseespy
how to use MPCO Recorder in openseespy
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?
- Attachments
-
- Snipaste_2024-01-08_22-06-00.jpg (7.13 KiB) Viewed 2382 times
Re: how to use MPCO Recorder in openseespy
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
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
-
nmorabowen
- Posts: 5
- Joined: Thu May 16, 2024 3:52 am
Re: how to use MPCO Recorder in openseespy
Is the hdf5 library compiled into professor Tarque's version?
If not, could you please tell me how this could be done?
If not, could you please tell me how this could be done?
Re: how to use MPCO Recorder in openseespy
Yes, the MPCORecorder is included.Is the hdf5 library compiled into professor Tarque's version?
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)If not, could you please tell me how this could be done?
-
nmorabowen
- Posts: 5
- Joined: Thu May 16, 2024 3:52 am
Re: how to use MPCO Recorder in openseespy
Thank you!
Re: how to use MPCO Recorder in openseespy
You're welcome
Re: how to use MPCO Recorder in openseespy
I have compiled openseespy following the instructions in the link. How can I include MPCO recorders?STKO Team wrote: ↑Thu May 16, 2024 8:19 amYes, the MPCORecorder is included.Is the hdf5 library compiled into professor Tarque's version?
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)If not, could you please tell me how this could be done?
Thanks in advance
Re: how to use MPCO Recorder in openseespy
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
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