SlideShare a Scribd company logo
1 of 4
Download to read offline
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1487
Design of RCC Beam By using C Programming
Rutuja. S. Kutwade1, Rutvik. S. Kutwade2, Rohan. A. Chougule3, Yogesh. S. Patil4
1,2B.Tech Student Dept. of Civil Engineering, DBATU University, Maharashtra, India
3Assistant professor, Dept. of E&TC Engineering, DBATU University, Maharashtra, India
4Assistant professor, Dept. of Civil Engineering, DBATU University, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Beam design is done mainly by manual method
or using design and analysis software. In this article, a C
coding has been done for the design of a simply supported
reinforced concrete beam. To design beam limit state
method adopted. Computer is very useful in the engineering
works. The solution could be an appropriate use of
computer programming. The programming helps to solve
various civil engineering difficulties. Indian standard design
procedure has been followed, and the clauses in the IS
456:2000, has been followed during the coding. This coding
has done to reduce the calculation time in the manual
calculations, to obtain the accuracy in the result
calculations. All the dimensions are to be submitted in
millimeters only.
Key Words: Simply supported beam, Limit state
method, C language, IS 456:2000.
1. INTRODUCTION
Computers are a vital part of the civil engineering
industry. It is used to do work in an appropriate manner. A
knowledge of programming is always useful for us. Also
Civil engineers are required to develop software like as
AutoCAD, STAAD.Pro, SAP2000, ETABS, PrimaVera, but CS
engineers do not possess the requisite domain knowledge.
That's why according to our civil requisite we are doing
this project.
Languages such as Python, C , C++ or MATLAB (one of
them is enough, no need to learn all) are useful for Civil
engineers in automating tasks related to analysis and
design of structures or other problems involving maths.
C/C++ is more difficult to use due to complex syntax. The
advantage of use of C/C++ is that this programming
language is more compact and has a faster runtime
speed.So in this project we will design RCC Beam by using
c language.
In the method of design based on limit state concept, the
structure shall be designed to withstand safely all loads
liable to act on it throughout its life; it shall also satisfy the
serviceability requirements, such as limitations on
deflection and cracking. The acceptable limit for the safety
and serviceability requirements before failure occurs is
called a limit state.
Beam is a horizontal structural member which is used to
carry vertical load ,shear load and sometime horizontal
load. It is major component of building structures. We
have developed program for simply supported beam
condition. The two types of simply supported beam are
below.
Singly Reinforced Beam
Consider a rectangular section of a reinforced concrete
member of width b and total depth D reinforced with total
area of reinforcement Ast only on tension side. Such a
section is often called a singly reinforced section.The
depth d of centroid of the tension reinforcement Ast below
the compression face is called as effective depth of the
section.
Doubly Reinforced Beam
Sometimes the size of RCC beam has to be restricted due
to design considerations, but the same section is required
to resist the moment greater than that of balanced section.
By adding steel on the both zone of the tension and
compression we obtain additional moment of resistance.
Thus, to increase the strength moment of a beam with
limited dimensions, a doubly reinforced beam is provided.
This type of beam will be considered necessary when,
sectional dimensions are restricted due to requirements of
headroom, appearance, etc. and the strength of given
singly reinforced section is inadequate.
2. METHODOLOGY
This project is to develop a C program for design of RCC
beam. In that the major part of this project is based on C
language. To develop this program " Turbo C " Software is
essential. Important knowledge for this project that is
divided into four parts: (1) Literature Review (2) Study of
C language (3) Theory of Design of Reinforced concrete
beam and (4) Develop a program.
The literature review is a search for keywords about
research in applied computer language for civil
engineering such C/C++, computer program.One of the
literature reviews is developing program for Analysis of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1488
standard beam conditions by C programming. Whereas,
someone did Analysis by STAAD-PRO and Design of
Structural Elements by MATLAB. But in this project we
will design RCC beam by developing C Program.
In this project, We refer to IS - 456:2000 standard.
Besides, we learn about the fundamentals of C language to
be used to develop the program.
3. DESIGN CONSIDERATIONS
There are some certain steps and procedures to be
followed to design the beam.
a) For singly reinforced beam
1) Calculation of depth
Required depth (dreq )= √Mu/Rumax*b
OverallRequireddepth (Dreq)= dreq+dia/2+clear cover
Provided depth (dprov)= D-dia/2-clear cover.
2) Calculation of Ast
Ast=0.5*fck/fy(1-√1-(4.6*Mu/fck*b*dprov))*b*dprov
Number of bars = Ast/π/4*dia2
3) Calculation of Shear Reinforcement
Nominal shear stress i.e. Tv is calculated by IS 456:2000(
Clause no.40.1)
Ptlim= Ast/b*1/dprov*100
Design shear strength of concrete i.e. Tc is calculated from
Table no.19 in IS 456:2000.
Tcmax has taken from Table no.20 in IS 456:2000.
Comparing Shear stresses -
Tv<Tv/2 - No need of shear reinforcement
Tv<Tc - Nominal shear reinforcement is required
Tcmax>Tv>Tv - Shear reinforcement is required
Calculation of spacing in shear reinforcement
Minimum of -
Sv1= 0.75*dprov
Sv2= Sv2=0.87*fy*Asv*1/0.4*1/b
Sv3=300
b) For Doubly reinforced beam
1) Calculation of Mulim
For Fe250 - Mulim=0.149*fck*b*dprov*dprov
For Fe415 - Mulim= 0.138*fck*b*dprov*dprov
For Fe500 - Mulim=0.133*fck*b*dprov*dprov
2) Check for Singly or Doubly reinforced section
If Mulim is less than Mugiven then it is Doubly reinforced
section. And if Mulim is greater than Mugiven then it is
Singly reinforced section.
3) Calculation of Ast
Ast1 is calculated by following formula
Mulim = 0.87*fy*Ast1*(dprov-0.42*xumax)
Ast2 is calculated by, Mu1= Mugiven- Mulim
Mu1= 0.87*fy*Ast2*(dprov- cc- dia/2)
Now, Ast= Ast1+Ast2
4) Calculation of Asc
Asc is calculated by following formula
Mu1= fsc*Asc*(dprov- cc- dia/2)
5) Calculation of shear reinforcement
Nominal shear stress i.e. Tv is calculated by IS 456:2000(
Clause no.40.1)
Ptlim= Ast/b*1/dprov*100
Design shear strength of concrete i.e. Tc is calculated from
Table no.19 in IS 456:2000.
Tcmax has taken from Table no.20 in IS 456:2000.
Comparing Shear stresses -
Tv<Tv/2 - No need of shear reinforcement.
Tv<Tc - Nominal shear reinforcement is required.
Tcmax>Tv>Tv - Shear reinforcement is required.
6) Calculation of spacing in shear reinforcement
Minimum of -
Sv1= 0.75*dprov
Sv2= 0.87*fy*Asv*1/0.4*1/b
Sv3=300
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1489
Results
Fig 1. Input
Fig 2. Output
Fig 3.Layout of bars
4) CONCLUSIONS
C programming helps to reduce lengthy calculations.
Results obtained very accurately with minimum time by
using C programming. The program run successfully with
reasonable speed and accuracy, thus achieving the basic
aim of carrying out this work. New software can be
invented by users according to our requisit. The
programming environment selected in the project work, is
found quite user friendly due to manual errors are
avoided.
5) ACKNOWLEDGEMENT
We would like to express our gratefulness and sincere
gratitude to my guide Mr.Y.S.Patil and Mr. R.A.Chougule,
for guiding us to accomplish this project work. It was our
privilege and pleasure to work under his able guidance,
we are indeed grateful to him for providing helpful
suggestion, from time to time. Due to his constant
encouragement and inspiration we are able to present this
project. We are thankful to our parents for their moral as
well as financial support.
6) REFERENCES
1) Jitendra M. Joshi, Aakash S. Pawar,"Analysis of
standard beam conditions by C programming",
Cikitusi Journal For Multidisciplinary Research,
Volume 6, Issue 4, April 2019.
2) Shrikant M. Harle,"Analysis by STAAD-PRO and
Design of Structural Elements by MATLAB" ,
Asian Journal of Scientific Research, January 2017.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1490
3) IS: 456-2000 Bureau of Indian Standards, New
Delhi.
4) Karve and Shah, “ Limit State Theory & Design”,
Structures Publications, Pune.
5) Punmia B.C.,“Reinforced Concrete Design, Vol. I,
II”, Laxmi Publications.
6) E. Balagurusamy, “Programming In ANSI C”, Tata
McGraw-Hill Publication.
BIOGRAPHIES
Miss. Rutuja. S. Kutwade is
presently final year civil
engineering student with
outstanding academic and extra
curricular background.
Mr. Rutvik. S. Kutwade is
presently final year civil
engineering student with strong
academic background.
Mr. Rohan. A. Chougule is
presently working as assistant
professor and academic
coordinator at SITCOE, Yadrav.
Mr. Yogesh. S. Patil is presently
working as assistant professor
and program coordinator at
SITCOE, Yadrav.

More Related Content

What's hot

CE 72.52 - Lecture6 - Member Behavior
CE 72.52 - Lecture6 - Member BehaviorCE 72.52 - Lecture6 - Member Behavior
CE 72.52 - Lecture6 - Member BehaviorFawad Najam
 
Design of tension members
Design of tension membersDesign of tension members
Design of tension membersSabna Thilakan
 
ANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABS
ANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABSANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABS
ANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABSila vamsi krishna
 
DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...
DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...
DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...Mahammad2251
 
Final ppt on staad pro
Final ppt on staad proFinal ppt on staad pro
Final ppt on staad proSakina Faiz
 
Design and Detailing of RC structures
Design and Detailing of RC structuresDesign and Detailing of RC structures
Design and Detailing of RC structuresgssnie
 
Chemical attack in concrete
Chemical attack in concreteChemical attack in concrete
Chemical attack in concreteer_kamal
 
Concrete filled steel tubes
Concrete filled steel tubesConcrete filled steel tubes
Concrete filled steel tubesHarikrishna M.S
 
Structural analysis and design of multi storey ppt
Structural analysis and design of multi storey pptStructural analysis and design of multi storey ppt
Structural analysis and design of multi storey pptSHIVUNAIKA B
 
Rcc member design steps
Rcc member design stepsRcc member design steps
Rcc member design stepsDYPCET
 
CE72.52 - Lecture 3b - Section Behavior - Shear and Torsion
CE72.52 - Lecture 3b - Section Behavior - Shear and TorsionCE72.52 - Lecture 3b - Section Behavior - Shear and Torsion
CE72.52 - Lecture 3b - Section Behavior - Shear and TorsionFawad Najam
 
Redistribution of moments-Part-1
Redistribution of moments-Part-1Redistribution of moments-Part-1
Redistribution of moments-Part-1Subhash Patankar
 
Analysis and design of a multi storey reinforced concrete
Analysis and design of a multi storey reinforced concreteAnalysis and design of a multi storey reinforced concrete
Analysis and design of a multi storey reinforced concreteSurat Construction PVT LTD
 
2 marks Question with Answer for Design of Reinforced Cement Concrete Elements
2 marks Question with Answer for Design of Reinforced Cement Concrete Elements 2 marks Question with Answer for Design of Reinforced Cement Concrete Elements
2 marks Question with Answer for Design of Reinforced Cement Concrete Elements shielaBalanta2
 
ppt on high performance concrete (steel fibre)
ppt on high performance concrete (steel fibre)ppt on high performance concrete (steel fibre)
ppt on high performance concrete (steel fibre)9597639444
 
Seismic Analysis of regular & Irregular RCC frame structures
Seismic Analysis of regular & Irregular RCC frame structuresSeismic Analysis of regular & Irregular RCC frame structures
Seismic Analysis of regular & Irregular RCC frame structuresDaanish Zama
 

What's hot (20)

CE 72.52 - Lecture6 - Member Behavior
CE 72.52 - Lecture6 - Member BehaviorCE 72.52 - Lecture6 - Member Behavior
CE 72.52 - Lecture6 - Member Behavior
 
Design of tension members
Design of tension membersDesign of tension members
Design of tension members
 
ANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABS
ANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABSANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABS
ANALYSIS AND DESIGN OF HIGH RISE BUILDING BY USING ETABS
 
Design of column according ACI codes
Design of column according ACI codesDesign of column according ACI codes
Design of column according ACI codes
 
DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...
DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...
DESIGN AND ANALYSIS OF G+3 RESIDENTIAL BUILDING BY S.MAHAMMAD FROM RAJIV GAND...
 
Final ppt on staad pro
Final ppt on staad proFinal ppt on staad pro
Final ppt on staad pro
 
Design and Detailing of RC structures
Design and Detailing of RC structuresDesign and Detailing of RC structures
Design and Detailing of RC structures
 
Jacketing (RR&S)
Jacketing (RR&S)Jacketing (RR&S)
Jacketing (RR&S)
 
Chemical attack in concrete
Chemical attack in concreteChemical attack in concrete
Chemical attack in concrete
 
Concrete filled steel tubes
Concrete filled steel tubesConcrete filled steel tubes
Concrete filled steel tubes
 
Structural analysis and design of multi storey ppt
Structural analysis and design of multi storey pptStructural analysis and design of multi storey ppt
Structural analysis and design of multi storey ppt
 
Repair and Rehabilitation
Repair and RehabilitationRepair and Rehabilitation
Repair and Rehabilitation
 
Rcc member design steps
Rcc member design stepsRcc member design steps
Rcc member design steps
 
CE72.52 - Lecture 3b - Section Behavior - Shear and Torsion
CE72.52 - Lecture 3b - Section Behavior - Shear and TorsionCE72.52 - Lecture 3b - Section Behavior - Shear and Torsion
CE72.52 - Lecture 3b - Section Behavior - Shear and Torsion
 
Redistribution of moments-Part-1
Redistribution of moments-Part-1Redistribution of moments-Part-1
Redistribution of moments-Part-1
 
Analysis and design of a multi storey reinforced concrete
Analysis and design of a multi storey reinforced concreteAnalysis and design of a multi storey reinforced concrete
Analysis and design of a multi storey reinforced concrete
 
2 marks Question with Answer for Design of Reinforced Cement Concrete Elements
2 marks Question with Answer for Design of Reinforced Cement Concrete Elements 2 marks Question with Answer for Design of Reinforced Cement Concrete Elements
2 marks Question with Answer for Design of Reinforced Cement Concrete Elements
 
ppt on high performance concrete (steel fibre)
ppt on high performance concrete (steel fibre)ppt on high performance concrete (steel fibre)
ppt on high performance concrete (steel fibre)
 
Seismic Analysis of regular & Irregular RCC frame structures
Seismic Analysis of regular & Irregular RCC frame structuresSeismic Analysis of regular & Irregular RCC frame structures
Seismic Analysis of regular & Irregular RCC frame structures
 
Design of columns as per IS 456-2000
Design of columns as per IS 456-2000Design of columns as per IS 456-2000
Design of columns as per IS 456-2000
 

Similar to Design of RCC Beam By using C Programming

IRJET- Optimization of RC Column and Footings using Genetic Algorithm
IRJET- Optimization of RC Column and Footings using Genetic AlgorithmIRJET- Optimization of RC Column and Footings using Genetic Algorithm
IRJET- Optimization of RC Column and Footings using Genetic AlgorithmIRJET Journal
 
Comparative Study on CFST and RC Column in the RC Frame Structure
Comparative Study on CFST and RC Column in the RC Frame StructureComparative Study on CFST and RC Column in the RC Frame Structure
Comparative Study on CFST and RC Column in the RC Frame StructureIRJET Journal
 
IRJET- Designing and Analysis of Elements of a Multi-Storey Building
IRJET-  	  Designing and Analysis of Elements of a Multi-Storey BuildingIRJET-  	  Designing and Analysis of Elements of a Multi-Storey Building
IRJET- Designing and Analysis of Elements of a Multi-Storey BuildingIRJET Journal
 
IRJET- Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...
IRJET-  	  Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...IRJET-  	  Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...
IRJET- Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...IRJET Journal
 
“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”
“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”
“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”IRJET Journal
 
IRJET- Space Truss Design using STAAD.Pro Software
IRJET- Space Truss Design using STAAD.Pro SoftwareIRJET- Space Truss Design using STAAD.Pro Software
IRJET- Space Truss Design using STAAD.Pro SoftwareIRJET Journal
 
IRJET- Analysis of Diagrid Structure
IRJET-  	  Analysis of Diagrid StructureIRJET-  	  Analysis of Diagrid Structure
IRJET- Analysis of Diagrid StructureIRJET Journal
 
Optimization of Precast Post-tensioned Concrete I-Girder Bridge
Optimization of Precast Post-tensioned Concrete I-Girder BridgeOptimization of Precast Post-tensioned Concrete I-Girder Bridge
Optimization of Precast Post-tensioned Concrete I-Girder BridgeIRJET Journal
 
IRJET- Analysis & Design of Multi-Story Building using Staad Pro and E-Tabs
IRJET-  	  Analysis & Design of Multi-Story Building using Staad Pro and E-TabsIRJET-  	  Analysis & Design of Multi-Story Building using Staad Pro and E-Tabs
IRJET- Analysis & Design of Multi-Story Building using Staad Pro and E-TabsIRJET Journal
 
ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...
ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...
ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...Bala Balaji
 
Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...
Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...
Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...IJAEMSJORNAL
 
IRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS Software
IRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS SoftwareIRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS Software
IRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS SoftwareIRJET Journal
 
Design of Pre-Engineered Building (PEB) Structure
Design of Pre-Engineered Building (PEB) StructureDesign of Pre-Engineered Building (PEB) Structure
Design of Pre-Engineered Building (PEB) StructureIRJET Journal
 
Software Development for Railway Bridge Deck Slab Using IRS Code
Software Development for Railway Bridge Deck Slab Using IRS CodeSoftware Development for Railway Bridge Deck Slab Using IRS Code
Software Development for Railway Bridge Deck Slab Using IRS CodeIRJET Journal
 
IRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridge
IRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridgeIRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridge
IRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridgeIRJET Journal
 
IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...
IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...
IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...IRJET Journal
 
Irjet v5 i6276
Irjet v5 i6276Irjet v5 i6276
Irjet v5 i6276KumaGTola
 
IRJET-Pre-Engineered Building Design of an Industrial Warehouse
IRJET-Pre-Engineered Building Design of an Industrial WarehouseIRJET-Pre-Engineered Building Design of an Industrial Warehouse
IRJET-Pre-Engineered Building Design of an Industrial WarehouseIRJET Journal
 
ANALYSIS AND DESIGN OF BRIDGE FOUNDATION
ANALYSIS AND DESIGN OF BRIDGE FOUNDATIONANALYSIS AND DESIGN OF BRIDGE FOUNDATION
ANALYSIS AND DESIGN OF BRIDGE FOUNDATIONScott Donald
 
DESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRO
DESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRODESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRO
DESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PROIRJET Journal
 

Similar to Design of RCC Beam By using C Programming (20)

IRJET- Optimization of RC Column and Footings using Genetic Algorithm
IRJET- Optimization of RC Column and Footings using Genetic AlgorithmIRJET- Optimization of RC Column and Footings using Genetic Algorithm
IRJET- Optimization of RC Column and Footings using Genetic Algorithm
 
Comparative Study on CFST and RC Column in the RC Frame Structure
Comparative Study on CFST and RC Column in the RC Frame StructureComparative Study on CFST and RC Column in the RC Frame Structure
Comparative Study on CFST and RC Column in the RC Frame Structure
 
IRJET- Designing and Analysis of Elements of a Multi-Storey Building
IRJET-  	  Designing and Analysis of Elements of a Multi-Storey BuildingIRJET-  	  Designing and Analysis of Elements of a Multi-Storey Building
IRJET- Designing and Analysis of Elements of a Multi-Storey Building
 
IRJET- Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...
IRJET-  	  Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...IRJET-  	  Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...
IRJET- Design and Analysis of RCC Framed Structure(G+5) by using STAAD.Pr...
 
“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”
“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”
“ANALYSIS AND DESIGN OF PRE ENGINEERED BUILDING FOR INDUSTRIAL SHED IN CHAKAN”
 
IRJET- Space Truss Design using STAAD.Pro Software
IRJET- Space Truss Design using STAAD.Pro SoftwareIRJET- Space Truss Design using STAAD.Pro Software
IRJET- Space Truss Design using STAAD.Pro Software
 
IRJET- Analysis of Diagrid Structure
IRJET-  	  Analysis of Diagrid StructureIRJET-  	  Analysis of Diagrid Structure
IRJET- Analysis of Diagrid Structure
 
Optimization of Precast Post-tensioned Concrete I-Girder Bridge
Optimization of Precast Post-tensioned Concrete I-Girder BridgeOptimization of Precast Post-tensioned Concrete I-Girder Bridge
Optimization of Precast Post-tensioned Concrete I-Girder Bridge
 
IRJET- Analysis & Design of Multi-Story Building using Staad Pro and E-Tabs
IRJET-  	  Analysis & Design of Multi-Story Building using Staad Pro and E-TabsIRJET-  	  Analysis & Design of Multi-Story Building using Staad Pro and E-Tabs
IRJET- Analysis & Design of Multi-Story Building using Staad Pro and E-Tabs
 
ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...
ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...
ANALYSIS AND DESIGN OF MULTI STOREY (G+5) COMMERCIAL BUILDING BY STAAD PRO AN...
 
Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...
Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...
Design & Analysis of Multi Storeyed Building (G+10) By Using Stadd Pro V8i (S...
 
IRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS Software
IRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS SoftwareIRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS Software
IRJET- Analysis and Design of Multistorey Building (G+3) by using ETABS Software
 
Design of Pre-Engineered Building (PEB) Structure
Design of Pre-Engineered Building (PEB) StructureDesign of Pre-Engineered Building (PEB) Structure
Design of Pre-Engineered Building (PEB) Structure
 
Software Development for Railway Bridge Deck Slab Using IRS Code
Software Development for Railway Bridge Deck Slab Using IRS CodeSoftware Development for Railway Bridge Deck Slab Using IRS Code
Software Development for Railway Bridge Deck Slab Using IRS Code
 
IRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridge
IRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridgeIRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridge
IRJET- Design of a Prestressed Concrete Bridge and Analysis by CSiBridge
 
IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...
IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...
IRJET - To Study Analysis and Design of Multi-Storey Building using STAAD-Pro...
 
Irjet v5 i6276
Irjet v5 i6276Irjet v5 i6276
Irjet v5 i6276
 
IRJET-Pre-Engineered Building Design of an Industrial Warehouse
IRJET-Pre-Engineered Building Design of an Industrial WarehouseIRJET-Pre-Engineered Building Design of an Industrial Warehouse
IRJET-Pre-Engineered Building Design of an Industrial Warehouse
 
ANALYSIS AND DESIGN OF BRIDGE FOUNDATION
ANALYSIS AND DESIGN OF BRIDGE FOUNDATIONANALYSIS AND DESIGN OF BRIDGE FOUNDATION
ANALYSIS AND DESIGN OF BRIDGE FOUNDATION
 
DESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRO
DESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRODESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRO
DESIGNING FRAMED STRUCTURE IN ETABS AND STAAD PRO
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 

Recently uploaded (20)

welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 

Design of RCC Beam By using C Programming

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1487 Design of RCC Beam By using C Programming Rutuja. S. Kutwade1, Rutvik. S. Kutwade2, Rohan. A. Chougule3, Yogesh. S. Patil4 1,2B.Tech Student Dept. of Civil Engineering, DBATU University, Maharashtra, India 3Assistant professor, Dept. of E&TC Engineering, DBATU University, Maharashtra, India 4Assistant professor, Dept. of Civil Engineering, DBATU University, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Beam design is done mainly by manual method or using design and analysis software. In this article, a C coding has been done for the design of a simply supported reinforced concrete beam. To design beam limit state method adopted. Computer is very useful in the engineering works. The solution could be an appropriate use of computer programming. The programming helps to solve various civil engineering difficulties. Indian standard design procedure has been followed, and the clauses in the IS 456:2000, has been followed during the coding. This coding has done to reduce the calculation time in the manual calculations, to obtain the accuracy in the result calculations. All the dimensions are to be submitted in millimeters only. Key Words: Simply supported beam, Limit state method, C language, IS 456:2000. 1. INTRODUCTION Computers are a vital part of the civil engineering industry. It is used to do work in an appropriate manner. A knowledge of programming is always useful for us. Also Civil engineers are required to develop software like as AutoCAD, STAAD.Pro, SAP2000, ETABS, PrimaVera, but CS engineers do not possess the requisite domain knowledge. That's why according to our civil requisite we are doing this project. Languages such as Python, C , C++ or MATLAB (one of them is enough, no need to learn all) are useful for Civil engineers in automating tasks related to analysis and design of structures or other problems involving maths. C/C++ is more difficult to use due to complex syntax. The advantage of use of C/C++ is that this programming language is more compact and has a faster runtime speed.So in this project we will design RCC Beam by using c language. In the method of design based on limit state concept, the structure shall be designed to withstand safely all loads liable to act on it throughout its life; it shall also satisfy the serviceability requirements, such as limitations on deflection and cracking. The acceptable limit for the safety and serviceability requirements before failure occurs is called a limit state. Beam is a horizontal structural member which is used to carry vertical load ,shear load and sometime horizontal load. It is major component of building structures. We have developed program for simply supported beam condition. The two types of simply supported beam are below. Singly Reinforced Beam Consider a rectangular section of a reinforced concrete member of width b and total depth D reinforced with total area of reinforcement Ast only on tension side. Such a section is often called a singly reinforced section.The depth d of centroid of the tension reinforcement Ast below the compression face is called as effective depth of the section. Doubly Reinforced Beam Sometimes the size of RCC beam has to be restricted due to design considerations, but the same section is required to resist the moment greater than that of balanced section. By adding steel on the both zone of the tension and compression we obtain additional moment of resistance. Thus, to increase the strength moment of a beam with limited dimensions, a doubly reinforced beam is provided. This type of beam will be considered necessary when, sectional dimensions are restricted due to requirements of headroom, appearance, etc. and the strength of given singly reinforced section is inadequate. 2. METHODOLOGY This project is to develop a C program for design of RCC beam. In that the major part of this project is based on C language. To develop this program " Turbo C " Software is essential. Important knowledge for this project that is divided into four parts: (1) Literature Review (2) Study of C language (3) Theory of Design of Reinforced concrete beam and (4) Develop a program. The literature review is a search for keywords about research in applied computer language for civil engineering such C/C++, computer program.One of the literature reviews is developing program for Analysis of International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1488 standard beam conditions by C programming. Whereas, someone did Analysis by STAAD-PRO and Design of Structural Elements by MATLAB. But in this project we will design RCC beam by developing C Program. In this project, We refer to IS - 456:2000 standard. Besides, we learn about the fundamentals of C language to be used to develop the program. 3. DESIGN CONSIDERATIONS There are some certain steps and procedures to be followed to design the beam. a) For singly reinforced beam 1) Calculation of depth Required depth (dreq )= √Mu/Rumax*b OverallRequireddepth (Dreq)= dreq+dia/2+clear cover Provided depth (dprov)= D-dia/2-clear cover. 2) Calculation of Ast Ast=0.5*fck/fy(1-√1-(4.6*Mu/fck*b*dprov))*b*dprov Number of bars = Ast/π/4*dia2 3) Calculation of Shear Reinforcement Nominal shear stress i.e. Tv is calculated by IS 456:2000( Clause no.40.1) Ptlim= Ast/b*1/dprov*100 Design shear strength of concrete i.e. Tc is calculated from Table no.19 in IS 456:2000. Tcmax has taken from Table no.20 in IS 456:2000. Comparing Shear stresses - Tv<Tv/2 - No need of shear reinforcement Tv<Tc - Nominal shear reinforcement is required Tcmax>Tv>Tv - Shear reinforcement is required Calculation of spacing in shear reinforcement Minimum of - Sv1= 0.75*dprov Sv2= Sv2=0.87*fy*Asv*1/0.4*1/b Sv3=300 b) For Doubly reinforced beam 1) Calculation of Mulim For Fe250 - Mulim=0.149*fck*b*dprov*dprov For Fe415 - Mulim= 0.138*fck*b*dprov*dprov For Fe500 - Mulim=0.133*fck*b*dprov*dprov 2) Check for Singly or Doubly reinforced section If Mulim is less than Mugiven then it is Doubly reinforced section. And if Mulim is greater than Mugiven then it is Singly reinforced section. 3) Calculation of Ast Ast1 is calculated by following formula Mulim = 0.87*fy*Ast1*(dprov-0.42*xumax) Ast2 is calculated by, Mu1= Mugiven- Mulim Mu1= 0.87*fy*Ast2*(dprov- cc- dia/2) Now, Ast= Ast1+Ast2 4) Calculation of Asc Asc is calculated by following formula Mu1= fsc*Asc*(dprov- cc- dia/2) 5) Calculation of shear reinforcement Nominal shear stress i.e. Tv is calculated by IS 456:2000( Clause no.40.1) Ptlim= Ast/b*1/dprov*100 Design shear strength of concrete i.e. Tc is calculated from Table no.19 in IS 456:2000. Tcmax has taken from Table no.20 in IS 456:2000. Comparing Shear stresses - Tv<Tv/2 - No need of shear reinforcement. Tv<Tc - Nominal shear reinforcement is required. Tcmax>Tv>Tv - Shear reinforcement is required. 6) Calculation of spacing in shear reinforcement Minimum of - Sv1= 0.75*dprov Sv2= 0.87*fy*Asv*1/0.4*1/b Sv3=300 International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
  • 3. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1489 Results Fig 1. Input Fig 2. Output Fig 3.Layout of bars 4) CONCLUSIONS C programming helps to reduce lengthy calculations. Results obtained very accurately with minimum time by using C programming. The program run successfully with reasonable speed and accuracy, thus achieving the basic aim of carrying out this work. New software can be invented by users according to our requisit. The programming environment selected in the project work, is found quite user friendly due to manual errors are avoided. 5) ACKNOWLEDGEMENT We would like to express our gratefulness and sincere gratitude to my guide Mr.Y.S.Patil and Mr. R.A.Chougule, for guiding us to accomplish this project work. It was our privilege and pleasure to work under his able guidance, we are indeed grateful to him for providing helpful suggestion, from time to time. Due to his constant encouragement and inspiration we are able to present this project. We are thankful to our parents for their moral as well as financial support. 6) REFERENCES 1) Jitendra M. Joshi, Aakash S. Pawar,"Analysis of standard beam conditions by C programming", Cikitusi Journal For Multidisciplinary Research, Volume 6, Issue 4, April 2019. 2) Shrikant M. Harle,"Analysis by STAAD-PRO and Design of Structural Elements by MATLAB" , Asian Journal of Scientific Research, January 2017. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1490 3) IS: 456-2000 Bureau of Indian Standards, New Delhi. 4) Karve and Shah, “ Limit State Theory & Design”, Structures Publications, Pune. 5) Punmia B.C.,“Reinforced Concrete Design, Vol. I, II”, Laxmi Publications. 6) E. Balagurusamy, “Programming In ANSI C”, Tata McGraw-Hill Publication. BIOGRAPHIES Miss. Rutuja. S. Kutwade is presently final year civil engineering student with outstanding academic and extra curricular background. Mr. Rutvik. S. Kutwade is presently final year civil engineering student with strong academic background. Mr. Rohan. A. Chougule is presently working as assistant professor and academic coordinator at SITCOE, Yadrav. Mr. Yogesh. S. Patil is presently working as assistant professor and program coordinator at SITCOE, Yadrav.