3 methods to use python for Abaqus for absolute beginners

Using Python helps you to create a larger model and save you time. In this video, you will learn how to use Python to create a model in Abaqus. For creating a model for additive manufacturing, Welding or doing parametric study it is necessary to use Python. In this video 3 methods are provided that help you to learn Python. By watching this video you will learn how to use and improve your skills in developing code in Python. The video is short so you can learn this in less than 20 minutes and you will have the output and Abaqus CAE file.
If you need the CAE, JNL, and ... files please visit our website:
www.Hyperlyceum.com
Or the following link:
hyperlyceum.com/product/3-methods-to-use-python-for-abaqus-for-absolute-beginners/

Пікірлер: 19

  • @alexbay7885
    @alexbay78852 жыл бұрын

    Great, thank you!

  • @hnrwagner
    @hnrwagner2 жыл бұрын

    Here is a playlist with 48 abaqus python scripting tutorials: kzread.info/head/PL4qG7zaS9omez0brllCo-tovtmvoJKdK9

  • @amrounesalah8706
    @amrounesalah87062 жыл бұрын

    Thanks a lot for sharing video.

  • @jigerwala420
    @jigerwala4203 жыл бұрын

    very well done. you did an amazing job explaining the python scripting methods to use in Abaqus. That was very helpful, I visited your website too. Why don't you create a tutorial series for advance Abqus users? This is my suggestion for you.

  • @amulya87
    @amulya873 жыл бұрын

    great

  • @taoufikhachimi4685
    @taoufikhachimi46852 жыл бұрын

    Thank you for the video, i want to ask you if there is a method to modeling AM process using specific coordinates (G-code coordinate) thank you for advance

  • @civilacademia3831
    @civilacademia38314 жыл бұрын

    Is there any method of transfering all the nodes output to microsoft excel with python scripting inside ABAQUS cae?

  • @rezatangestani2742

    @rezatangestani2742

    4 жыл бұрын

    Yes, there are a few approaches you can use to save data in the ".rpy" file. However, for an Excel file, you need to extract your result into the software and depends on results you are looking it can be different. Then write it by the following command: with io.open('file name.txt', mode="w", encoding="cp1252") as fd: fd.write(writing2) then you can convert the TXT file to excel. Please your questions from our website. Thanks.

  • @mahasaeid2167
    @mahasaeid21674 жыл бұрын

    hi , I have a problem, whenever I create a new model and save it in it's work directory, it's saved as a cea file only, and no jnl files are found . what should I do to find/ create that jnl file

  • @rezatangestani2742

    @rezatangestani2742

    4 жыл бұрын

    Tbh, I have never faced this problem but I guess you might not assigning your work directory correctly. Try to put it in a separate folder and see if a CAE file would be created after saving or not. if you even can see CAE file in the new folder it means you have a problem with work directory otherwise it means your software have a different setup

  • @rakeshkumargautam6151

    @rakeshkumargautam6151

    3 жыл бұрын

    You may have student version.

  • @Pishgul
    @Pishgul3 жыл бұрын

    Sir, WHAT ARE YOUR FIELD OF INTERESTS?

  • @adarshshah4309
    @adarshshah43093 жыл бұрын

    Can we use any python version and any IDLE?

  • @hyperlyceum60

    @hyperlyceum60

    3 жыл бұрын

    You don't even need to install python. Abaqus has its own python

  • @hyperlyceum60

    @hyperlyceum60

    3 жыл бұрын

    @@adarshshah4309 Installing Abaqus is enough. I don't think PDE is necessary.

  • @adarshshah4309

    @adarshshah4309

    3 жыл бұрын

    @@hyperlyceum60 Can you please tell me how to set the path for ABAQUS executable files?

  • @ritmanik1
    @ritmanik1 Жыл бұрын

    in keyword *MODELCHANGE, file "Job-1.inp", line 11244: Unknown assembly set _PICKEDSET38 in keyword *MODELCHANGE, file "Job-1.inp", line 11267: Unknown assembly set _PICKEDSET39 in keyword *MODELCHANGE, file "Job-1.inp", line 11290: Unknown assembly set _PICKEDSET40 in keyword *MODELCHANGE, file "Job-1.inp", line 11313: Unknown assembly set _PICKEDSET41 in keyword *MODELCHANGE, file "Job-1.inp", line 11336: Unknown assembly set _PICKEDSET42 Element set assembly__pickedset38 has not been defined Element set assembly__pickedset39 has not been defined Element set assembly__pickedset40 has not been defined Element set assembly__pickedset41 has not been defined Element set assembly__pickedset42 has not been defined Analysis Input File Processor exited with an error.

  • @hyperlyceum60

    @hyperlyceum60

    Жыл бұрын

    Probably it is because you either change the element size after executing the code or you the code doesn't match your geometry. Please use our platform for asking your questions: hyperlyceum.com/question/category/abaqus/

  • @ritmanik1

    @ritmanik1

    Жыл бұрын

    Thank you for the reply henceforth i will ask there