how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
Moderators: silvia, selimgunay, Moderators
-
- Posts: 24
- Joined: Sat Aug 21, 2021 9:19 pm
how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
I am collaborating with a civil engineer so as to improve model analysis and tuning using algorithmic/computer science graph-search techniques.
I am more comfortable using Python/OpenSeesPy, however I am not sure how it would turn out in the long run as I am a newbie in OpenSeesPy?
I am wondering if using OpenSeesPy is as smooth/complete as TCL? Would there be potentially any challenges we might encounter in future?
I would like an expert to elaborate on that please.
Much appreciate it.
I am more comfortable using Python/OpenSeesPy, however I am not sure how it would turn out in the long run as I am a newbie in OpenSeesPy?
I am wondering if using OpenSeesPy is as smooth/complete as TCL? Would there be potentially any challenges we might encounter in future?
I would like an expert to elaborate on that please.
Much appreciate it.
Re: how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
Yes, OpenSeesPy is as complete, and probably more smooth, than Tcl. The only missing pieces in OpenSeesPy are structural reliability commands, but I suspect that won't be an issue for you.
-
- Posts: 2
- Joined: Sun Aug 29, 2021 2:40 am
- Contact:
Re: how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
Excellent, I had the same problem. It was fixed
Re: how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
It's really very Smooth , https://ApkHex.com
Re: how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
Of course it is OpenSeespy, you can wrap your model into a function, and then you can use any python scientific library, such as scipy for scientific computing, joblib for model parallelism, etc.
You can take full advantage of the powerful ecology of python.
You can take full advantage of the powerful ecology of python.
-
- Posts: 24
- Joined: Sat Aug 21, 2021 9:19 pm
Re: how smooth is model programming/analysis using OpenSeesPy compared to using TCL?
How about O3Seespy?
How is that compared and contrasted to OpenSeesPy ?
I am guessing one benefit is that we can different instances of the solver engine simultaneously. While using OpenSeesPy you only have one instance and if you want try a different structural model, you have to wipe out everything and try again.
I guess o3Seespy is a better option theoretically though I am not sure how stabile it is compared to OpenSeesPy and TCL programming.
Please let me know you thoughts on that too.
Regards,
How is that compared and contrasted to OpenSeesPy ?
I am guessing one benefit is that we can different instances of the solver engine simultaneously. While using OpenSeesPy you only have one instance and if you want try a different structural model, you have to wipe out everything and try again.
I guess o3Seespy is a better option theoretically though I am not sure how stabile it is compared to OpenSeesPy and TCL programming.
Please let me know you thoughts on that too.
Regards,