Repository
https://github.com/numanbtt/CIV_ANALYSIS
CIV_ANALYSIS
What is the project about?
Civil Analysis is a project that analyzes the structural member that are of great importance in civil engineering i.e. beams, trusses and frames. As all of our building structures are made by combining these members so it is impossible to neglect their analysis especially in high rise buildings.
Phase (2 & 3)
In the introduction post of this project, the Phase 1 was completed. In phase 1, the code was being able to calculate all forces that were going to transfer from beam to column. Also, I've explained the importance of this project in the previous post.
Now, in this post, I'll try to remain to the point about the completion of phase 2 and phase 3.
- Previously it could calculate reactions
- Now, it can calculate shear force due to point load or uniformly distributed load.
- Now, the programme is able to calculate bending moment due to point or uniformly distributed load
- Now it is able to make shear force and bending moment diagrams.
- Now Complete analysis of the beam( Simply Supported) can be done.
Simply supported beam
I'm making shear force and bending moment diagram for a beam of following given data:
***Consider a beam of 10m length having a point concentrated load of amount 10KN acting at the mid-span of the beam. Calculate reactions at the support and make shear force and bending moment diagram. ***
It was a small example of how this works. Although I'll try to make it's complete tutorial when it will be complete.
Technology Stack
MATLAB (matrix laboratory) is used to make CIV_ANALYSIS.
Note: Matlab has its own language but its syntax is almost similar to the Fortran.
Roadmap
Phase 1 (Complete)
• Deal with the different type of loading
• Deals with the most common used Structural Member (Beam)
• Deals with the Reactions
• Deals with the forces being transfer to one member to other members
Phase 2 (Complete)
• Deals with the graphical behavior of Stresses produce at each point of the beam
• Formation of Shear Force Diagram (SFD)
• Formation of the Bending Moment Diagram (BMD)
Phase 3 (Complete)
• Runs Complete analysis of Beam
Phase 4
• Runs Complete analysis of 2-dimensional trusses
Phase 5
• Runs complete analysis of 2 dimensional Frame
Phase 6
• Runs complete analysis of 3-dimensional trusses
Phase 7 (Optional: Not Confirm at this stage)
• To develop a site based on this analysis code so that it will be more reachable to everyone
Working of code
At this stage, it divides the whole structure into L/1000 discrete parts and runs an analysis of shear force and bending moment at each point giving exact values.
Contribution
The code is added in the repository whose link is given at the top of the blog post.
Everyone is welcome to contribute to the project. You can contact me right here in the comment section to offer some improvements or you can open an issue in Github.
But it is to be noted that my project is not complete yet so to take guidance you can read the readme file in my repository.