bearjew
Structural
- Apr 2, 2015
- 27
I wrote some software in Python that basically analyzes any beam that the user enters and determines support reactions/deflections. I accomplish this using stiffness matrices.
However now I want to be able to draw the shear, moment, and deflection diagrams for the same beam. I could probably brute force this by developing equations from my support reactions/applied loading and integrating as necessary but this seems cumbersome. Is there a way to make use of the work I have already done to accomplish this?
I want to think I learned about using shape functions with stiffness matrices that may be the way to go but I've since forgotten. Any tips?
However now I want to be able to draw the shear, moment, and deflection diagrams for the same beam. I could probably brute force this by developing equations from my support reactions/applied loading and integrating as necessary but this seems cumbersome. Is there a way to make use of the work I have already done to accomplish this?
I want to think I learned about using shape functions with stiffness matrices that may be the way to go but I've since forgotten. Any tips?