Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 2.2 KB

File metadata and controls

52 lines (41 loc) · 2.2 KB

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