Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mj345
  • Order by date
  1. mj345

    Select edges from a selected cell

    Hello All, I would like to create a python script for selecting edges attached to the selected cell. Any help is greatly appreciated. Thanks,
  2. mj345

    Importing point co ordinates in ABAQUS

    Dear All, Thanks for your time. I would like to import the several datum point co ordinates via .TXT/.xlsx format into ABAQUS. Is there any method or python script to do that. Any help is greatly appreciated. Thanks,
  3. mj345

    contact generation

    Thank you and I will keep you posted the update.
  4. mj345

    contact generation

    Dear All, Thanks for your time and help. I am analyzing two parts and they are at a distance/gap and they will come into contact once load being applied. How can I use contact elements in this scenario? Any help is greatly appreciated. Thanks,
  5. mj345

    Suppress edges in Abaqus

    Yaa you are correct. Its not working on some edges. Thanks
  6. mj345

    Suppress edges in Abaqus

    Hello all, Good morning. Thanks for all your time. May I know any option available in Abaqus to suppress edges so that they are not participate in meshing. Any help is greatly appreciated. Thanks,
  7. mj345

    Hybrid Meshing in ABAQUS

    Hello All, Thanks for your time and help. Does ABAQUS offers a seamless connection between tetrahedral and hexahedral elements within a single model like ANSYS? Thanks,
  8. mj345

    Icons disappearing in Model Tree

    https://files.engineering.com/getfile.aspx?folder=802bb66a-f769-49c7-8c86-e3e85efb7412&file=Picture4.png
  9. mj345

    Selecting angled surfaces in a part using Python script

    Hello All, Thanks for your time and help. Is there any command/script to select angled faces in Abaqus using python?
  10. mj345

    Abaqus script error for input function

    Hi, Thanks for the reply. I thought of importing bunch of geometry part files one by one into ABAQUS.
  11. mj345

    Abaqus script error for input function

    Hello All, Thanks for your time and help. Please see the below error while running a script. SystemError: input() may not be called from Abaqus/CAE CLI Is there any other option to use input() function. Any help is greatly appreciated. Thanks,
  12. mj345

    Python Script for getting Element number

    Hello All, Thanks for your time and help. I would like to write a python script to get the maximum stress element number from odb. Any help is appreciated. Thanks
  13. mj345

    Python Error

    Thank you so much.
  14. mj345

    Sell element with solid extrude

    You are welcome! In addition to the method what FEA way mentioned, Method-1: Shell to solid coupling. Method-2: You can buried one row of shell elements inside the solid elements to avoid the additional DOF at the junction. Thanks!
  15. mj345

    Sell element with solid extrude

    Hi, I am not sure weather I understood correctly or not. Could you try using Tools-->query--->element---->pick the solid element It should show in the message area at the bottom. Otherwise, create a copy mesh part as a orphan mesh. I think you can see the assigned element there. Thanks,
  16. mj345

    Python Error

    Thanks FEA way, I was able to resolve the above mentioned error. But had difficulty in getting all the parts name from the model. My goal here is to list all the parts names. Please see the script below and error while executing it. TypeError: 'Part' object does not support item assignment...
  17. mj345

    Python Error

    Hello All, Thank you all for your time and help. When I am extracting part names from Part dictionary and getting this error. ERROR: 'Part' object has no attribute 'keys' Can anyone share how to resolve it. Any help is appreciated. Thanks
  18. mj345

    Center of hole in ABAQUS

    Hello All, Thank you for your time. I would like to know the center point co-ordinates of circular arc/surface. Is anybody know the python script for finding it? Any help is greatly appreciated. Regards,
  19. mj345

    Python script for Finding the center of hole

    Thank you so much.Its working well.
  20. mj345

    Python script for Finding the center of hole

    Thank you both for your valuable suggestions. Started working on it and struck in the middle. Can you look into this when you get chance. import part all_edges=mdb.models['Model-1'].parts['Part-1'].edges nol=len(all_edges) for i in range(0,nol): print all_edges[0].getSize() ###its giving all...

Part and Inventory Search