Answered step by step
Verified Expert Solution
Question
1 Approved Answer
XXXX=4755(Use the value) Create a code in Python for a Reinforced Concrete Design where the following requirements are required: a) Asking for the input
XXXX=4755(Use the value) Create a code in Python for a Reinforced Concrete Design where the following requirements are required: a) Asking for the input for the dimension of the beam and the reinforcement: Breath, b in mm Depth, h in mm Concrete cover, c in mm Diameter of reinforcement bar, bdim in mm Diameter of link, ldim in mm The Maximum Bending Moment, MEd in kNm The cylinder's compressive strength, fck is 30 N/mm The yield strength of the reinforcement bar, fyk is 500 N/mm (high tensile) b) Store the variables as a dictionary. Name it as myBeamXXXX c) Calculate the K value where it is unitless = M/(b.d.fek) . . . . . . d) Use several if-else statements for the certain condition checking e) If K > K' where K' = 0.167, the beam is a doubly reinforcement f) If K
Step by Step Solution
★★★★★
3.43 Rating (159 Votes )
There are 3 Steps involved in it
Step: 1
The cylinders compressive strength fck is 30 Nmm The yield strength of the reinforcement bar fyk is 500 Nmm high tensile bintinputBreath b in mm hinti...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started