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!

Recent content by chourouk

  1. chourouk

    Hi Hi my calculations are finesh

    Hi Hi my calculations are finesh so I split the screen in two part on of for model compressed and the other part for the curve that I have drawn . now i want create a connection between the two half cad when the model is compress I see the point on the curve thank you in advance
  2. chourouk

    python/abaqus

    thank you!
  3. chourouk

    python/abaqus

    Hello I need to divide my python program into two parts, and I need to use lists from the first part in the second part. How can I do that? thank you in advance
  4. chourouk

    Import a cae with python

    thank you for your help
  5. chourouk

    Import a cae with python

    I use this instruction: from caeModules import * openMdb(pathName ='C:/Users/chourouk/Dropbox/thèse/numérique/Mousse_cube_essai1.cae') but i have this error: SyntaxError: ("Non-ASCII character '\\xe8' in file C:/Users/chourouk/Dropbox/th\xe8se/code python/coupe_avec_une_sph.py on line 70...
  6. chourouk

    Import a cae with python

    Hello! can i import a cae from abaqus with python and then complete the rest of the step (meshing, load) with programating in python? Thank you!
  7. chourouk

    post processing

    I wrote like that but it shows me an error "list=[] for i in NodelabelList : xy0 = XYDataFromHistory(odb=odb, outputVariableName='Reaction force: RF3 at Node'+str(i)+' in NSET Forces', steps=('Step-1', ), suppressQuery=True) # read results from nodes Forces...
  8. chourouk

    post processing

    Hello How I can automate this part for a vector that contains n node? xy0 = XYDataFromHistory(odb=odb, outputVariableName='Reaction force: RF3 at Node 1 in NSET NODE_BOUNDARY', steps=('Static_definition', ), suppressQuery=True) # read results from nodes Forces xy1 =...
  9. chourouk

    DEFINE A REGION

    thanks!
  10. chourouk

    DEFINE A REGION

    I do not want to use all the edges but I want to use some edges already chosen
  11. chourouk

    DEFINE A REGION

    with edges!
  12. chourouk

    DEFINE A REGION

    Hello How can I define a region through edges such as edge[0],edge[3],edge[4]..... On the other hand the number of these edges is variable according to the case for example i make this : region = p.SetFromElementLabels(elementLabels=edges11, name='Wire_cubic_cell1') p =...
  13. chourouk

    modify the coordinates of some nodes

    this my script but still no result !! mesh_nodes=mdb.models['Model-1'].parts['Part-1'].nodes tolerance = 1.0e-6 for node in mesh_nodes: if node.coordinates[2]-(zmin+0.1) < tolerance: x = node.coordinates[0]- random.random()*0.1 y= node.coordinates[1]-random.random()*0.1 z =...
  14. chourouk

    modify the coordinates of some nodes

    I check that the vector is not empty, but still no result
  15. chourouk

    interaction problem!!!

    when i scale the penalty stifness up the two solids move together and there is no compression.

Part and Inventory Search