-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: moment-carrying nodes #1
Comments
Thank you for your suggestions. Pardon me but to my knowledge truss members can not carry any moment and Loads are transfered to the node. As soon as I get some free time, I will work on the cross compatibility. |
Thank you for your prompt response, MShawon. You are correct in that members in a truss system can't carry moment across nodes. This is due to trusses being defined by frictionless (non-stiff) end nodes. The individual members may be subjected to internal moments, however. A system containing a single member can still have deflection at any point along that member's length, if a load or moment is applied at any point along the member's length. In essence, a member in a truss system can be thought of as many stiff nodes connected in a line, where the line is broken by a single non-stiff node at the intersection between members. I'll buy you a cup of coffee when my exams are done :) Here are some sources I've used in my mechanical engineering education: Here's the description of a supposed frame analysis software: |
I see so basically these features would be in a frame analysis software. Tbh, I decided several times I will write another program for the frame. but always something came along and never could manage enough time. Also, since in frame the matrix is 6*6 because of the moment and the frame has some additional load system need to rewrite the whole program as well as GUI design, I actually need a lot of time to complete that project. I suggest you take a look at Dr. Structure's frame analysis tool https://github.com/Lab101Space/iFrame/releases |
Thank you for writing this program, I love it
What:
please add three features:
Why:
Yesterday I had to determine displacement in a system where a load was applied between two truss nodes. i.e. on the span of a member.
This proved difficult, and I ended up doing it manually using the unit load method.
Today I had to determine displacement in a truss system containing moment carrying corners / stiff corners, as well as a stiff support.
I think both of these use cases could be covered if the requested features are implemented.
As a side note, I use Linux and would love to see cross-compatibility, either as a linux native program or through wine.
The text was updated successfully, but these errors were encountered: