Description
- I have searched the issues
of this repo and believe that this is not a duplicate.
Issue
Hi Robbie,
I really enjoy you sectionproperties and concreteproperties modules. Congrats on your work.
I am developing a scrip to check composite concrete and steel sections following eurocode 4. I am using book examples to verify my results and I can't match my book example plastic moments to the ones from the "get_mp()" function.
I tried calculating by hand the plastic moment for the steel-timber section example in the sectionproperties documentation. The hand calculation resulted in 441.79kNm and the sectionproperties results in the documention return "mp_xx" = 485.81kNm.
The plastic neutral axis position from my book examples allways match the sectionproperties' plastic neutral axis position, which is a good sign.
I also tried the "get_mp()" function with a simple non composite steel section and the results match perfectly.
I don't know if I am missing something or if there is a bug on the "get_mp()" function.
Thanks for the help.
Best Regards,