Analyse trusses using the method of joints | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Analyse trusses using the method of joints

Students taking this course are supposed to develop a python program that can be used to solve any pin-jointed truss problem. The graphical user interface program should be able to admit the following: • An arbitrary number of truss members • An arbitrary number of loads • The type of material for each truss member and its elastic modulus • The cross-sectional area of each truss member • Support and support conditions that make the truss assemblage statically determinate The program should be able to give the following analysis results: • A diagram of the truss showing the members, joints, loads and support conditions. • A diagram of the truss displaying the axial forces in each member as well as support reactions. The diagram should also include the direction of the forces, i.,e, the user should be able to tell whether it is tensile or compressive. • A widget that can be either used to list out or print the axial forces in each member and the support reactions • A widget that can be either used to list out o

15th Mar 2021, 10:13 AM
Angel
4 Answers
+ 3
You will also need some knowledge of static forces.
15th Mar 2021, 11:34 AM
Sonic
Sonic - avatar
+ 2
Use OOP
15th Mar 2021, 11:33 AM
Sonic
Sonic - avatar
0
Model a truss as a Python object. Think of what its properties and methods will be.
15th Mar 2021, 11:33 AM
Sonic
Sonic - avatar
- 2
Thanks sonic. .but the problem is I'm kinda a newbie and that's my assignment. ..I need heeelppp😂
15th Mar 2021, 11:37 AM
Angel