magnum123456
Industrial
- Nov 22, 2015
- 4
Hi all,
I am wirting a c++ program to calculate 3D beam elements deflection and stress, like the following picture:
I have defined the stiffness matrix and calculate by the formula [stiffness matrix][d]=[F].
There are 6 dof in each node including 3 deflection and 3 rotation.
My program can solve the [d] for each node, and my question is how to use the [d] to find out the stress in each node? I have found many document about FEA but cannot find a concept about this. Hope anyone can help me.
I am wirting a c++ program to calculate 3D beam elements deflection and stress, like the following picture:

I have defined the stiffness matrix and calculate by the formula [stiffness matrix][d]=[F].
There are 6 dof in each node including 3 deflection and 3 rotation.
My program can solve the [d] for each node, and my question is how to use the [d] to find out the stress in each node? I have found many document about FEA but cannot find a concept about this. Hope anyone can help me.