Coordinate transformation and stiffness difference #6
-
When I first ran the ". sg" file using VABS, there was a significant difference in the calculated bending stiffness compared to the coordinate "principal bending axes", and at this point, the ". k" file was mentioned as follows |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In general, C33 and C44 components of the stiffness matrix should not be directly interpreted as EI22 and EI33. A proper way to calculate them is to use the compliance matrix: EI22=1/S33 and EI33=1/S44. After the rotation, the stiffness matrix is actually aligned with the principal bending axes. If you want C33=EI22 and C44=EI33, then you need to decouple bending from all other dofs. In this case, you may also need to move the origin of the cross-section to the tension center to decouple EA and EI22/EI33. |
Beta Was this translation helpful? Give feedback.
You can see that after translation, the two coordinates of the tension center are larger, which means that the center is further away from the origin. There are two things one needs to pay attention to:
In summary, the actual "translate" values for the input should be (-tc_2/s, -tc_3/s).