fix: area computation on Generic Section#132
Conversation
This fix an issue mentioned in PR #113: the area should be the sum of surface + reinforcement area.
|
I think I get it, but I am not sure if I find it intuitive. For regular reinforcement embedded inside the concrete section, I would expect the area to be computed as the gross area of the concrete section. However, increased accuracy could be obtained by considering the concrete area as the gross area minus the reinforcement area, but this difference is usually neglected. We also rarely consider subtracting the reinforcement when calculating the area moments of the concrete. For external reinforcement, on the other hand, the total area should be the sum of the two. Could you please elaborate a bit? |
|
You are right! |
This fix an issue mentioned in PR #113: the area should be the sum of surface + reinforcement area.
This code now returns the expected value:
and the output is: