AEM 535 Basic script to read data from an ODB file

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • ABAQUS python script to read temperatures from an ODB file; introduction to scripting

Комментарии • 28

  • @civilacademia3831
    @civilacademia3831 4 года назад

    This was really helpful. Exactly what I needed, explained in a very understandable way. Thank you very much!

  • @farmerwoody123
    @farmerwoody123 7 лет назад

    Really helpful video, one of the best introduction videos i have seen on scripting. Thank you :)

  • @yedwakhuboni
    @yedwakhuboni 7 лет назад +1

    Great vid, I certainly learnt a lot from this video.

  • @ajdiend
    @ajdiend 5 лет назад

    A big thank you for sharing your Knowledge!

  • @AmitKumar-vf8ef
    @AmitKumar-vf8ef 5 лет назад

    Big Thanks for sharing this, I was struggling with this.

  • @justine6247
    @justine6247 4 года назад

    Thanks for this hints

  • @noorulhadi7548
    @noorulhadi7548 2 года назад

    Good way. I have trouble to get predefined field variable (FV1). please guid how can I get FV1 for a specific node I want to plot U against FV1 for a specific node

  • @mahdiasadpour9086
    @mahdiasadpour9086 2 года назад

    thanks for the helpful video, would you explain how it is possible to access the data regarding s11 or s22( I mean reading those, for all the elements at once like the process you have used for reading the NT11 and adding to another step.)

    • @mbarkey.mechanics
      @mbarkey.mechanics  2 года назад

      It is done in a similar way, but what you get are the stress tensor components at integration points, based element number. You will need to do the appropriate work to get the values transferred to nodal locations. Temperature is already a nodal quantity, and in my opinion, is much easier that dealing with stresses. Please refer to the ABAQUS documentation, as I have not written any script for stresses.

    • @mahdiasadpour9086
      @mahdiasadpour9086 2 года назад

      @@mbarkey.mechanics Thanks, I appreciate your response.

  • @raghavendrab4370
    @raghavendrab4370 3 года назад

    hello i have a doubt, if i want to extract temperature of a particular node by using node label how do i change this script line to get that information of just one particular node

    • @mbarkey.mechanics
      @mbarkey.mechanics  3 года назад

      I'm sure there are a few ways to do this--if you look at the green comment lines at 23:12, maybe try print t.values[50] for node 50. I learned enough python to get what I needed, but I am not an expert on it.

  • @civilacademia3831
    @civilacademia3831 4 года назад

    How to read all the frames of a step in this instead of frame 0?

    • @mbarkey.mechanics
      @mbarkey.mechanics  4 года назад

      I suppose you could set up a loop. I can't remember if I have done this before or not--take a look at the *for* loops over the nodal values for some insight. Happy computing.

    • @civilacademia3831
      @civilacademia3831 4 года назад

      @@mbarkey.mechanics Thanks!

  • @mariakopp92
    @mariakopp92 7 лет назад

    This was really helpful. Exactly what I needed, explained in a very understandable way. Thank you very much!