How to calculate strain in reinforcing steel at service loads?
How to calculate strain in reinforcing steel at service loads?
(OP)
Quick background on my problem. I'm strengthening a doubly reinforced concrete column subject to combined axial and bending forces using FRP. I have calculated the phiPn and phi Mn necessary to create my P-M Interaction diagram. I need to check that the concrete stress at service load is less than 0.6f'c. I know what the service load is, and the ACI 440 FRP guideline provides a recommended equation for calculating fc. But to use this calculation, I need to determine epsilon,c, or the strain in the concrete at service loads.
Don't know if I'm over thinking this or what, but I can't seem to figure how I would go about doing this. I presume I somehow need to calculate the neutral axis location and then use similar triangles to get concrete strain from the reinforcing steel strain, but I can't for the life of me figure out how to do this or find any examples showing it. If someone could help me out I'd be very grateful. Thanks for any help you might be able to provide!
Don't know if I'm over thinking this or what, but I can't seem to figure how I would go about doing this. I presume I somehow need to calculate the neutral axis location and then use similar triangles to get concrete strain from the reinforcing steel strain, but I can't for the life of me figure out how to do this or find any examples showing it. If someone could help me out I'd be very grateful. Thanks for any help you might be able to provide!
RE: How to calculate strain in reinforcing steel at service loads?
Any decent concrete text book should show you how. Or your old university notes.
You have to iterate for extreme concrete compression strain and within that iteration, iterate for neutral axis depth until C = T. On each iteration calculate the moment of resistance and compare to your service moment. When they are equal you have your service strain.
RE: How to calculate strain in reinforcing steel at service loads?
Theres a good worked example in Designers Guide to EN 1992-2 that goes through the procedure but basically as rapt says:
1. Guess the location of the netural axis.
2. Calculate the strain at the relevant location based on your assumption of the NA
3. Calculate the force in the concrete and steel - check theyre the same, if not start again...
Search for Oasys Adsec online I'm pretty sure you can get a free trial, I believe a poster on here also offers a spreadsheet which would also do the job well.
RE: How to calculate strain in reinforcing steel at service loads?
RE: How to calculate strain in reinforcing steel at service loads?
Usually the tensile strength of the concrete is ignored if the service moment is greater than the cracking moment of the concrete section (similar to determining the ULS capacity).
Concrete stress block is assumed to be linear (triangular) over the depth (max at extreme compression fiber and zero at neutral axis).
Remember that because everything is elastic (hopefully) at the SLS that both stresses and strains are proportional to the distance from the neutral axis. This results in a closed-form solution that involves solving a quadratic for the neutral axis depth, no guessing required.
Remember for any reinforcement in the compression area that the simplest way is to work is in terms of effective compression stress (total stress in reinforcement = concrete stress + effective steel stress), this means effectively you can calculate the concrete component without needing to take off the bits occupied by the bars, and add in the additional extra effective forces and stresses over and above this at the bar locations. To work out actual compression bar stress, remember to add in the concrete stress at the bars location to the effective steel stress.
See attached example from some university notes, very old now but should give you some guidance on the process for working it out.
RE: How to calculate strain in reinforcing steel at service loads?
Note that the design is checked to Eurocode 2 but the principle should be the same.
If theres any equations you're missing let me know and I'll hook them out.
Cool project gl
RE: How to calculate strain in reinforcing steel at service loads?
Link
Open Source Structural Applications: https://github.com/buddyd16/Structural-Engineering
RE: How to calculate strain in reinforcing steel at service loads?
https://newtonexcelbach.com/2018/10/28/more-iterat...
If using MATLAB you can use that to solve the cubic, or you can do it iteratively, or there are Excel VBA functions included in:
https://newtonexcelbach.com/2018/09/23/new-as-3600...
The basis of the calculation is that if you assume a maximum compressive concrete stress equal to the depth of the NA (in any consistent units), then the second moment of area (I) of the transformed section about the NA is equal to the applied moment, and the first moment of area (Q) is equal to the applied force, so I/Q = eccentricity of applied force, measured from the NA.
If the applied force is zero, then Q = 0, and the equation for the NA reduces to a quadratic.
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: How to calculate strain in reinforcing steel at service loads?