BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
GNU Lesser General Public License v3.0
154 stars 57 forks source link

Rotational spring element #49

Closed NickN-Eng closed 2 years ago

NickN-Eng commented 4 years ago

Hi epsi1on,

Is there a way of achieving a spring in rotation only? I.e. between 2 nodes: Dx, Dy, Dz - fixed Rx - kNm/rad Ry - kNm/rad Rz - kNm/rad

I see that there is already the spring1d element, but it seems like that is for translations, not rotations? Apologies, I am not familiar enough with FEM theory to know.

epsi1on commented 4 years ago

Yes you are right, I think i should add such spring to BriefFiniteElementNet.CustomElements

epsi1on commented 4 years ago

I think this is good starting point https://opensees.berkeley.edu/wiki/index.php/Two_Node_Link_Element

epsi1on commented 2 years ago

Al element named BriefFiniteElementNet.CustomElements.ParametricSpring added (f29cdf8)