Every civil engineer should learn How to Analyze Beams Using Python| Openseespy

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 11

  • @GurjeetSingh-ed6kq
    @GurjeetSingh-ed6kq 4 หลายเดือนก่อน +1

    Thank you for shedding light on the topic, I was quite in stray before this video, you make quite a sense for me to understand on this topic, Thanks once again, sir!
    God Bless & Prosper!

  • @flourishomotola5306
    @flourishomotola5306 9 หลายเดือนก่อน

    Well done. Amazing Video.

  • @Fatimaperfume
    @Fatimaperfume ปีที่แล้ว +3

    Great video. create more of this please

  • @gielab3604
    @gielab3604 ปีที่แล้ว +4

    nice video go ahead

  • @spinj3307
    @spinj3307 10 หลายเดือนก่อน

    Thank you so much, wonderful video

  • @rifqiardian19
    @rifqiardian19 7 หลายเดือนก่อน +1

    AttributeError: module 'planesections' has no attribute 'OpenSeesAnalyzer2D'
    why I get this error?

  • @johnsonmahama
    @johnsonmahama ปีที่แล้ว

    Load acting downwards is negative. Please, what if it is at an angle? Will one have to resolve the loads into vertical and horizontal components or there is a simple way to do it?

    • @Matrixsection
      @Matrixsection  ปีที่แล้ว +1

      You can do that. But for simplicity I will advice you to use Anastruct library. You can use its point load method and pass a keyword argument 'rotation ' with the angle you want.

  • @johnsonmahama
    @johnsonmahama ปีที่แล้ว +1

    beam.addDistLoadVertical(0, L*0.4, 5*Pz)
    Please, why is it times 5?

    • @Matrixsection
      @Matrixsection  ปีที่แล้ว +1

      Thank you for pointing out. Its suppose be pz without multiplying by 5. You can play with it to see how your result will change.

    • @Matrixsection
      @Matrixsection  ปีที่แล้ว +3

      I will also recommend anastruct library if you are into structural analysis. Its more easy and has more functionality