|
|
|
|
|
|
r******e 发帖数: 244 | 1 各位大牛们,俺不是学力学的,也没学过有限元,现在碰到这个问题,
想破脑袋都想不出来:
一个3D的beam element(或者叫frame,column),有两个端点,共12
个自由度,所以local stiffness应该是一个12X12的矩阵,这个我
从书上查到了。可是这个beam可能是任意取向的,所以在global
stiffness里,还得转换一下。问题是怎么转换?我总觉得用
transformation matrix乘是不对的。是不是我理解错了?希望
高人点拨一下。 | l******n 发帖数: 335 | 2 You have to use the transformation matrix, but all the entries must be re-
arranged and consistent with how the variables are sequenced. Transfer the
local element stiffness matrix to global, and then assemble.
【在 r******e 的大作中提到】 : 各位大牛们,俺不是学力学的,也没学过有限元,现在碰到这个问题, : 想破脑袋都想不出来: : 一个3D的beam element(或者叫frame,column),有两个端点,共12 : 个自由度,所以local stiffness应该是一个12X12的矩阵,这个我 : 从书上查到了。可是这个beam可能是任意取向的,所以在global : stiffness里,还得转换一下。问题是怎么转换?我总觉得用 : transformation matrix乘是不对的。是不是我理解错了?希望 : 高人点拨一下。
|
|
|
|
|
|