xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
262 stars 54 forks source link

Adding I-Shaped built-up sections and test #88

Closed ebrahimraeyat closed 3 years ago

ebrahimraeyat commented 3 years ago

Hello @lcpt. For the test, I only changed one line in defining section as I-Shaped with the same dimension as W18*50 in this line:

https://github.com/xcfem/xc/blob/7c17ac2b986ad32b8e5a69fe8c275851f2ae768f/verif/tests/materials/astm_aisc/member_design/flexural_member_design_test_02.py#L44

lcpt commented 3 years ago

Hi @ebrahimraeyat

Could you add the new test to run_verifh.sh, please?

Thanks.