Skip to content

chihweisu/Reinforcment-Concrete-Design-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Program

This program provides users to analyze RC sections strength including RC beam and RC column. Strength calculations are based on ACI-318 code.

Installation

$ python -m pip install  matplotlib
$ python -m pip install  PyQt5, pyqt5-tools

How to Use

run starter.py

  • menu :
  • RC Rectangular Beam Calculation :
    Input section informations and load deamands of the beam, the program will check if the beam's moment and shear capacity are enough.

  • RC T-Beam Calculation :
    Input section informations and load deamands of the beam, the program will check if the beam's moment and shear capacity are enough.

  • RC Beam Design :
    Input section informations and load deamands of the beam, the program will design the required reinforcement of the beam.
  • RC Column Calculation :
    Input section informations and load deamands of the column, the program will draw the P-M-M interation diagram to check if the columns's capacity is enough.

About the code

Contact