Repository
https://github.com/numanbtt/CIV_ANALYSIS
CIV_ANALYSIS
Introduction to the project
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.
A Brief introduction Of Civil Engineering (Idea behind the project)
If we look at the greater picture of civil engineering than we can divide it into 2 parts:
- Design of structures
- Analyses of the existing structures
Design of structure
Whenever there is a requirement to make something new whether it is a building, highway, motorway, irrigation system or even dams then first we have to design the whole structure. During design, we have to consider each and every force or phenomenon from simple ball strike to flood or earthquake.
The analysis of Structures
The analysis is done in case of an already existing structure. Whether it is able to carry the load or not. For example, if we want to increase on the floor on a certain building then we have to run a complete analysis to make sure the current strength of the structure. The analysis is also done on those building which is under design to check their strength.
Our project deals with the analysis of structures
Importance of project
Now coming towards the analysis of the structure, there are mainly 2 methods that analyze the structure:
1- Flexibility Method
2- Stiffness Method
In the flexibility method, small structures can be analyzed but on the other hand, the stiffness method can be used to analyze structures on large scale. It is based on FEM (finite element method) that is to divide the whole structure in small parts called nodes. Then all the force, bending moments and displacements are calculated on these nodes.
More the nodes more accurate the solution is.
Basic of CIV_ANALYSIS
My code is going to work on the basis of stiffness method also called matrix method.
Although there are two or three software used to design and analyze the structure one has to pay to buy them. For example, Abaqus cost 10lacs in our currency just to analyze the structural members. And we all know, it's much difficult for students or sometimes even for teachers to pay that huge amount of money, that's why I just wanted to make an open source code that will help each and everyone. I've also an idea to turn it into a website then it will be more useful for everyone.
Apology to my followers
As my field is not related to the coding or programming that's why I don't have much idea about it. So, it's very difficult for me to make this project in one go. That's why I've divided it into different phases. Also, I have to derive a formula for each and every case separately which take a lot of time to generalize a formula.
Hope so you all understand, but I promise your patience will not go in vain.
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
• 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
• 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
• 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 asks for the basic data for example length of the width or magnitude and position of the load.
Then according to the given data it calculate how much reactions are being produced by the coloumn supports of wall supports on which it is placed.
How to contribute?
The code is added in the repository whose link is given at the top of the blog post.
Everyone is welcome to contribute in 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 not complete yet so to take guidance you can read the readme file in my repository.
Hi, @numanbutt!
You just got a 4.4% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit