thread799-326769
Hi guys..
I too have this problem stated in the previous thread " the imported part contains imprecise geometry
partioning and quad/hex meshing using the medial axis algorithm may fail on imprecise parts". But i ignore those and continue with my simulation.
Is it much...
Hi mate..
Is it possible to give a raw input to abaqus from python script.. I would like run my script having a raw input command to choose the material of the users choice. I am having a array of material values and i want abaqus to prompt whenever i run my script for materials
Think i have...
Hi all
I have two surfaces in my model to be joined together.. Now i am using a tie constraint to join those surfaces. But i would like to weld these surfaces at specific spots to make the simulation still realistic. Came across a keyword *FASTENER in Manual. Can anyone give an idea on how it...
Thanks a lot mate.. Have to learn a lot from the scripting.. I have another doubt . I have 2 node sets created in part level. Is it possible to put those 2 sets as a single set of nodes in assembly level. Cant able to find any keywords doing it.
Thanks
Hi mustaine.. i have the coordinates of a point on the face , but when i use findAt() command it doesnt detect the face at that point.. Best way i will send my CAe file to you. As i preprocessed my part in catia i am not able to find out any informations in my part in abaqus.
And also i am...
A picture showing the surface that i want to choose http://files.engineering.com/getfile.aspx?folder=d401e01f-9321-477a-9ff2-bff8389d3fc4&file=Capture.JPG
Hi mustaine
Thanks for ur help.. Actually i am using a .stp file imported from catia. So i will upload the .stp file to you. Because i am not sure whether i can use all the features of Python with imported parts. I hope u can just create a surface using python . Thanks a lot mate. I have also...
Hi mustaine3
Still it doesnt work fine with this "findat" command. Especially this line
x = i.edges.findAt((1,0,0),)
when i give my coordinates it doesnt have any geometric entity in it.. I am trying to find it using an "getbyboundingbox" command.
Thanks
Hi Mustaine3
I did this the place i want to create the sets are the exact one. But how do i say abaqus to select the edge which starts from this coordinate?
Hi guys
I have not much experience in Python scripting for Abaqus. I am importing an step file from catia to Abaqus. I want to create edge and node sets for applying boundary conditions. I came across an "findat" option to do it.. But i am not successful with it.
Is there any other option of...