This program provides users to analyze RC sections strength including RC beam and RC column. Strength calculations are based on ACI-318 code.
$ python -m pip install matplotlib
$ python -m pip install PyQt5 pyqt5-toolsrun starter.py
- menu :
-
RC Rectangular Beam Calculation :
Input section information and load demands of the beam, the program will check if the beam's moment and shear capacity are enough. -
RC T-Beam Calculation :
Input section information and load demands of the beam, the program will check if the beam's moment and shear capacity are enough.
- RC Beam Design :
Input section information and load demands of the beam, the program will design the required reinforcement of the beam.
- RC Column Calculation :
Input section information and load demands of the column, the program will draw the P-M-M interaction diagram to check if the column's capacity is enough.





