sewkokot / opsvis

OpenSeesPy postprocessing and plotting module
GNU General Public License v3.0
35 stars 21 forks source link

apply beamUniform eleload to a 3D element twice, the plot will be wrong #47

Closed lvwanwan closed 1 year ago

lvwanwan commented 1 year ago

when apply one beamUniform eleload to a 3D element like this:ops.eleLoad('-ele', 1, '-type', '-beamUniform', -200,0,0),the .section_force_diagram_3d('My', sfacM) is right ;but when i apply two beamUniform eleload to one 3D element like this:ops.eleLoad('-ele', 1, '-type', '-beamUniform', -200,0,0),ops.eleLoad('-ele', 1, '-type', '-beamUniform', -200,0,0),the .section_force_diagram_3d('My', sfacM) will be wrong. i found the problem is when you calculate the j node force from i node force,you You only considered the last uniform load, thanks for help to solve this issue

sewkokot commented 1 year ago

@lvwanwan, thank you for reporting this bug. Similar bug (https://github.com/sewkokot/opsvis/issues/40 ) for 2d frames was fixed, and now I'm working to fix the 3d one. I'll let you know when it's ready to update the package.

sewkokot commented 1 year ago

@lvwanwan It should be fixed now. Please test the updated package.

lvwanwan commented 1 year ago

Thank you very much for your modification,I have tested it ,the result is right, thanks again!!!

------------------ 原始邮件 ------------------ 发件人: "Seweryn @.>; 发送时间: 2023年7月8日(星期六) 下午5:09 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [sewkokot/opsvis] apply beamUniform eleload to a 3D element twice, the plot will be wrong (Issue #47)

@lvwanwan It should be fixed now. Please test the updated package.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>