Is it possible to add Timoshenko stifness matrix ? #24
AntoineC4Ci
started this conversation in
Ideas
Replies: 2 comments
-
Thank you Antoine When i made the section class, i left these proprieties for future improvement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you for your work !!
I analysed quited deeply the sourcre code, and noticed that sections have the "GA", "Ay" and "Az" properties, that are actually not used.
Indeed, these properties are commonly used to consider the shear deformation of a beam element, while Bernouilli assumptions only consider bending.
Is it possible to proper add the shear deformation to this FE library ? a good approach could be to add an input boolean, to activate or deactivate (default) the shear deformation, so the current tests remain validated.
If I am correct, it would require to modify
1- the local stiffness matrix of an element
2- the postprocess to get the local forces and displacements at x (I guess the formula should change, as we asume that we do not have pure bending anymore within each segment).
What do you think ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions