Original Post
Hi guys, I got confused with some rather basic stuff so will need your help here.
I am trying to create 3 springs from the above structure and to calculate the spring force. However, I find that there are quite a number of ways to create them and may end up with different results and thus not consistent. E.g I can create them as 1) A - B, B - C, A - C Resultant force of A = f1 + f2 Resultant force of B = -f1 + f3 Resultant force of C = -f2 - f3 And if I create them this way: 2) B - A, B - C, A - C Resultant force of A = -f1 + f2 Resultant force of B = f1 + f3 Resultant force of C = -f2 - f3 Am I missing out something? The way I am doing the calcution is that I loop through all the springs in each timestep. And for each spring, I calculate the force, assign it to first node and the negated value of the force to the other one.
I am trying to create 3 springs from the above structure and to calculate the spring force. However, I find that there are quite a number of ways to create them and may end up with different results and thus not consistent. E.g I can create them as 1) A - B, B - C, A - C Resultant force of A = f1 + f2 Resultant force of B = -f1 + f3 Resultant force of C = -f2 - f3 And if I create them this way: 2) B - A, B - C, A - C Resultant force of A = -f1 + f2 Resultant force of B = f1 + f3 Resultant force of C = -f2 - f3 Am I missing out something? The way I am doing the calcution is that I loop through all the springs in each timestep. And for each spring, I calculate the force, assign it to first node and the negated value of the force to the other one.




