Unit 3 / 12

Reinforced Concrete Calculation Support (TS 500 / Eurocode 2)

Gains:

  • Ability to set up reinforced concrete section calculations for beams, columns and slabs in AI based on input, material class and safety factor.
  • Ability to verify reinforcement area, minimum-maximum reinforcement and shear calculations given by AI within TS 500 / EC2 limits
  • Ability to capture AI's errors in regulation coefficient and formula selection with closed formula and table

Reinforced concrete is a composite material that works together, where the concrete withstands pressure and the steel reinforcement withstands tension, and the majority of the structures in Türkiye are reinforced concrete. Beam, column, slab and foundation calculations are made according to TS 500 (Turkish reinforced concrete standard) or Eurocode 2 (European standard) rules. AI can quickly produce values ​​such as reinforcement area, shear reinforcement, minimum-maximum limits in these calculations. But since the reinforced concrete calculation involves a large number of safety factors, boundary rules, and material parameters, it is very easy for the AI ​​to misremember a coefficient or miss a boundary. In this unit we will see how to install reinforced concrete section calculation in AI and verify the output with its standard limits.

Material, Coefficient and Design Values

Reinforced concrete calculation is based on "design strengths" of characteristic strengths reduced by safety factors. Give these values ​​explicitly when setting up accounts for the AI:

  • Concrete: Class C25/30 → characteristic compressive strength f_ck = 25 MPa. Design strength f_cd = f_ck / γ_c (concrete material coefficient, typical 1.5 in TS 500) = 25/1.5 ≈ 16.7 MPa.
  • Reinforcing steel: B500C → f_yk = 500 MPa. Design yield strength f_yd = f_yk / γ_s (steel material coefficient, ~1.15) ≈ 435 MPa.
  • Load coefficients: The design load is found by increasing the characteristic loads with coefficients (e.g. 1.4G + 1.6Q; confirmed by the relevant regulation).

These coefficients directly determine the result. If the AI ​​gets these as 1.0 or remembers them incorrectly, the calculation will shift to the unsafe side.

Caution: AI may confuse TS 500 and Eurocode 2 coefficients and notations (e.g. f_cd definition, γ values, minimum reinforcement formula are different in the two standards). Specify clearly in the prompt which standard you want to calculate according to, and verify the resulting coefficients with the current text of that standard.

Beam Flexural Reinforcement: Step by Step

The logic of flexural reinforcement calculation in a simple rectangular beam: the design moment M_d is given; The tensile reinforcement area A_s of the section that will carry this moment is sought. An approximate (preliminary design) way:

Inputs: M_d = 112.5 kN m = 112.5 × 10^6 N mm b = 300 mm, d (useful height) = 550 mm f_cd = 16.7 MPa, f_yd = 435 MPa Approximate internal moment arm z ≈ 0.9 d = 0.9 550 = 495 mmRequired reinforcement area (approximately): A_s ≈ M_d / (f_yd · z) A_s ≈ 112.5 × 10^6 / (435 495) A_s ≈ 112.5 × 10^6 / 215.325 ≈ 522 mm²Selection: 3Ø16 = 3 201 = 603 mm² (provides 522 mm²)

This approximate method is ideal for checking the order of the result given by the AI. The final calculation is made with full section balance equations (pressure block, balance depth) and according to the regulation; However, if there is a large difference between the approximate A_s and the AI ​​output, there is an error.

Weak Prompt / Strong Prompt

WEAK: "How many reinforcement should I put in a 30x60 beam?" (No moment, material, standard, useful height.) STRONG: "Flexural reinforcement of rectangular reinforced concrete beam according to TS 500:- Design moment M_d = 112.5 kN·m- Section b = 300 mm, h = 600 mm, cover margin 40 mm (d ≈ 550 mm)- Concrete C25/30 (f_cd ≈ 16.7 MPa), reinforcement B500C (f_yd ≈ 435 MPa)Show SEPARATELY:1) Required reinforcement area A_s (formula + intermediate step + unit)2) Minimum and maximum reinforcement area limits (with formulas)3) Appropriate reinforcement selection (diameter and quantity, does it fit in a single row)4) What material is each coefficient you use based on? (I will confirm)"

Verifying Standard Limits

The calculated reinforcement area A_s alone is not sufficient. The main control in reinforced concrete calculation is to ensure standard limits:

Minimum reinforcement. Too little reinforcement will cause the beam to break brittle as soon as it cracks. TS 500 / EC2 sets a minimum reinforcement ratio limit (relative to the cross-sectional area). If the AI ​​does not give this limit, the account is incomplete.

Maximum reinforcement. Too much reinforcement causes the concrete to collapse (brittle failure) before the reinforcement yields. The maximum odds limit prevents this.

Cutting (stirrup) reinforcement. Flexural reinforcement and shear reinforcement are calculated separately. If AI only provides flexural reinforcement and skips shear, the beam may collapse suddenly due to shear force.

Spacing and pass margin. Minimum space between reinforcement (for concrete to flow) and minimum cover to the external surface (for cover, corrosion and fire) must be provided. Selection of reinforcement that does not fit in a single row cannot be applied.

Exposure class. The environment in which the concrete is located (dry interior, humid, sea water, freeze-thaw) directly affects the coverage and concrete class. AI can give a general allowance without knowing the exposure class of the element; However, the cover needs of a seaside element and an indoor element are very different. Specify the exposure class in the prompt and check if the AI ​​gives the appropriate value. Also note that the column and slab calculation is different from the beam: in the column, axial load and moment are evaluated together (compound bending), while in the slab, bending calculation is usually made in a meter strip. Tell the AI ​​exactly which element type you are calculating; Applying the beam logic to the column gives wrong results.

control

Why is it critical?

AI's common mistake

Minimum reinforcement

Brittle tensile fracture

never give the limit

Maximum reinforcement

Brittle pressure failure

not controlling

shear reinforcement

sudden shear failure

Just give the bend

Pass margin/spacing

Corrosion, applicability

Suggesting equipment that does not fit

Material coefficient

margin of safety

take γ to 1.0

Three Mini Cases

Case 1 – Omitted minimum reinforcement. The young engineer wants to use the 180 mm² reinforcement provided by AI in a low moment beam. However, the minimum reinforcement limit for the section is ~260 mm². The AI ​​bypassed the minimum check. The correct choice is 2Ø14 = 308 mm², which provides the minimum limit. Control prevents the risk of brittle fracture.

Case 2 – Forgotten cutting. For a beam, AI gives the bending reinforcement correctly, but it does not calculate the stirrup (shear reinforcement) at all. The engineer performs separate shear control for the support shear V = 75 kN and determines Ø8/150 stirrups. A beam that bends correctly but whose shear is not calculated is dangerous in the field.

Case 3 – Coefficient confusion. AI uses f_cd for C25/30 as 25 MPa (its characteristic value), forgetting the material modulus. This leads to considering the concrete 50% too strong and underestimating the reinforcement. The engineer corrects f_cd = f_ck/1.5 ≈ 16.7 MPa and recalculates the reinforcement.

Copiable prompt templates

BOUNDARY CONTROL PROMPT: "Check the reinforcement I have chosen for a reinforced concrete beam in terms of limits according to TS 500: - Is the minimum reinforcement limit met (with its formula)? - Is the maximum reinforcement limit exceeded? - Does the selected diameter/piece fit into a single row with cover allowance and minimum spacing? Inputs: [section, material, selected reinforcement]. Show each control separately."

SHEAR REINFORCEMENT PROMPT: "Calculate the shear (stirrup) reinforcement for the following beam according to TS 500: design shear force V_d = [...], section [...], material [...]. Show the shear contribution of the concrete, the required stirrup area and the appropriate diameter/spacing selection SEPARATELY and with units; specify the source of each coefficient you use."

Common mistakes

  • Confusing characteristic strength with design strength and omitting the material modulus.
  • Not checking the minimum and maximum reinforcement limits.
  • Calculating the flexural reinforcement and forgetting the shear (stirrup) calculation.
  • Mixing TS 500 and Eurocode 2 coefficients and formulas.
  • Ignoring cover allowance and reinforcement spacing and proposing an unworkable section.
  • Using the coefficient chosen by the AI ​​without confirming it from the standard.

In summary

  • Begin the reinforced concrete calculation by clearly giving the material, factor of safety and design strength.
  • Specify clearly which standard (TS 500 / EC2) you want the account according to; avoid mixing.
  • Verify the flexural reinforcement A_s in order with the approximate formula (M_d / (f_yd·z)).
  • Be sure to check the minimum-maximum reinforcement, shear reinforcement, cover allowance and spacing limits.
  • Confirm each coefficient and formula in the current text of the relevant standard.
  • The final section and reinforcement decision is valid with the verification and signature of the competent engineer.

Application task

Select a rectangular reinforced concrete beam (you determine the cross-section, material and design moment). Request flexural reinforcement A_s, minimum-maximum limits and shear reinforcement from AI according to TS 500 (by asking coefficient sources). Then: (1) check A_s by hand calculation with approximate formula, (2) verify that minimum-maximum limits are met, (3) check whether the selected reinforcement complies with the cover and spacing rules, (4) confirm that f_cd and f_yd values ​​are calculated with the correct coefficient. Note the error and fix you find.

checklist

  • [ ] I have defined the material class, design strengths and safety factors correctly.
  • [ ] I clearly stated the standard according to which I had the calculation done.
  • [ ] I verified the reinforcement area in order with the approximate formula.
  • [ ] I checked the minimum and maximum reinforcement limits.
  • [ ] I had the shear (stirrup) reinforcement calculated and checked separately.
  • [ ] I verified the suitability of the cover allowance and reinforcement spacing.
  • [ ] I confirmed the coefficients used from the current text of the standard.