running opensees.exe file as openseespy
Moderators: silvia, selimgunay, Moderators
-
- Posts: 11
- Joined: Fri Jul 02, 2021 7:34 pm
running opensees.exe file as openseespy
Hello,
I have an opensees.exe file which contains a specific material model I want to use for my analysis in openseespy. My Question is how I can run the opensees.exe file in python? Or if can not is their a way to access the source code of the opensees.exe file which contains my desired material model extract from their and implement it to openseespy?
I have an opensees.exe file which contains a specific material model I want to use for my analysis in openseespy. My Question is how I can run the opensees.exe file in python? Or if can not is their a way to access the source code of the opensees.exe file which contains my desired material model extract from their and implement it to openseespy?
Re: running opensees.exe file as openseespy
You have to get the actual source code for the model.
-
- Posts: 11
- Joined: Fri Jul 02, 2021 7:34 pm
-
- Posts: 11
- Joined: Fri Jul 02, 2021 7:34 pm
Re: running opensees.exe file as openseespy
Could you please have a look on this. I can find the source code on opensees repo. The code is from ching-long lee and the lastest version of opensees do not have this model. Help will be highly appreciated. Thanks
https://github.com/OpenSees/OpenSees/bl ... rial.h#L40
Re: running opensees.exe file as openseespy
The FlagShape material is available in OpenSeesPy. Make sure you are using the latest version.
-
- Posts: 11
- Joined: Fri Jul 02, 2021 7:34 pm
Re: running opensees.exe file as openseespy
I can see the the self centering unaxial material but it has certain limitations of parameter beta. The model I just mentioned where value of beta = 1 corresponds to beta = 2.
Re: running opensees.exe file as openseespy
FlagShape material is from Chin-Long: https://github.com/OpenSees/OpenSees/bl ... terial.cpp
-
- Posts: 11
- Joined: Fri Jul 02, 2021 7:34 pm
Re: running opensees.exe file as openseespy
Is it the unaxial hardening material in the openseespy doc? Because I am unable to find it in user documentation.mhscott wrote: ↑Mon Oct 16, 2023 3:18 pm FlagShape material is from Chin-Long: https://github.com/OpenSees/OpenSees/bl ... terial.cpp
-
- Posts: 11
- Joined: Fri Jul 02, 2021 7:34 pm
Re: running opensees.exe file as openseespy
Thanks Prof. I got this. I was wondering about the reference command like of the model.MereenBaloch wrote: ↑Mon Oct 16, 2023 5:03 pmIs it the unaxial hardening material in the openseespy doc? Because I am unable to find it in user documentation.mhscott wrote: ↑Mon Oct 16, 2023 3:18 pm FlagShape material is from Chin-Long: https://github.com/OpenSees/OpenSees/bl ... terial.cpp