Abaqus Python Scripting: Extracting History Output

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @BradyBauer-o8e
    @BradyBauer-o8e Месяц назад

    glad I found your channel!

  • @ingmec82
    @ingmec82 Год назад +2

    Hi, thanks for the video. How can we find the "region" in the model?

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

    Also, does the odb file need to be saved in the same folder as work directory of the abaqus window you're working in, or it could find the odb file you want to open anywhere?

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

    Hello, 1. if we give the earthquake load (displacement history) to the model as a time-boundary displacement condition and want to accelerate the output, is it correct to take the A1 output from the outpost history or not?
    2. Is it possible to apply an earthquake load to a node at the boundary of the model infinite element, or must it be an area? Thank you for your help.

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

    Hello Sir, How can we find out the region from view port ?
    Kindly help!

  • @lucasferreira9487
    @lucasferreira9487 Год назад

    Thanks for the video! Is there a way to call the python script and run it using the abaqus python using a .bat?

  • @PhucNguyen-cs7vj
    @PhucNguyen-cs7vj 3 месяца назад

    How do I know the name of HistoryRegion?

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

    Are you aware of a method to add this code to existing script that creates the job? So far, I've been able to get both parts to work separately, but when they are both in the same script file, it tries to open an .odb file that isn't created yet. Any insight on this would be appreciated.

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

      if you know how long the simulation will run, maybe add a wait command in front of the second part, or maybe check for the following 10 hours or whatever at every 10 minutes if .odb file exists, and if it does continue to run the remaining script

    • @lucasferreira9487
      @lucasferreira9487 Год назад

      If you run it via bat, you can add the interactive at the end of line. And it should work.