RFreund
Structural
- Aug 14, 2010
- 1,885
I'm curious to know how others handle this -
When you have a linear elastic material member subject to axial and bending forces, say a concrete or masonry section (anything though really); how do you typically find the neutral axis when creating a calculation?
'Typically' you have 3 unknowns - axial force of section (not of load), moment of section (again not load) and the location of the neutral axis. I believe you may also have 3 equations to solve. 1.) sum of the forces, 2.) sum the moments and 3.) the ratio of the stress (or maybe strain) and distance to the neutral axis. This 3rd equation may not be correct. In any case it seems as though the neutral axis is normally found by iteration. Basically move the NA until the eccentricity of the section matches that of the applied load (or the equilibrium equations are satisfied). So my questions are as follows:
1.) Do you use iteration to find the NA when programming a calculation?
2.) If yes, How. Meaning what does the loop syntax look like or do you do this in excel?
3.) Do you run into problems with extremely large applied compressive forces (causes the distance to the NA to become very large) or very large bending moments?
4. If yes, how do you handle this?
Thanks in advance!
EIT
When you have a linear elastic material member subject to axial and bending forces, say a concrete or masonry section (anything though really); how do you typically find the neutral axis when creating a calculation?
'Typically' you have 3 unknowns - axial force of section (not of load), moment of section (again not load) and the location of the neutral axis. I believe you may also have 3 equations to solve. 1.) sum of the forces, 2.) sum the moments and 3.) the ratio of the stress (or maybe strain) and distance to the neutral axis. This 3rd equation may not be correct. In any case it seems as though the neutral axis is normally found by iteration. Basically move the NA until the eccentricity of the section matches that of the applied load (or the equilibrium equations are satisfied). So my questions are as follows:
1.) Do you use iteration to find the NA when programming a calculation?
2.) If yes, How. Meaning what does the loop syntax look like or do you do this in excel?
3.) Do you run into problems with extremely large applied compressive forces (causes the distance to the NA to become very large) or very large bending moments?
4. If yes, how do you handle this?
Thanks in advance!
EIT