Questions and discussion for this lecture live here. Fire away by hitting Reply below
Why are you plotting deformed shape using just nodal displaments. Why don’t you use the general functiion Uy that we can build knowing nodal displaments. I mean, once we found out nodal displamentes UE, we can build the total function Uy which gives us displaments at any point between nodes, so, in this way we can use as many points as we want to create the deformed shape, instead of having to use more points?
There are many ways to approach the visualisation. The approach I have taken is simply the most intuitive to me and the one that I believe is most accessible to students that are new to the topic. I encourage you to explore alternatives to what I have done in the course.
Did you change anything besides the nodes, members, and force vector code at the end for using more nodes? Once I changed to more nodes, my U cannot be solved as python says Ks is now a singular matrix.
A singular matrix usually indicates that there is rigid body motion in the structure which is usually introduced by not having sufficient restraints within the model. Adding more nodes will mean that you will likely need to update the DoF numbers in your Data Entry area at the top of the code.
S
Appreciate the response Sean. I had an error with the nodes matrix because I did not type it out correctly. Everything works perfect now. Thanks,