Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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: *

  1. Matterhorn

    define new Set

    I can see now the section on assembly sets in CAE. So I need to assign this: partAerofoil.SectionAssignment(offset=0.0, offsetField='', offsetType=MIDDLE_SURFACE, region=partAerofoil.sets['setPiezo'], sectionName='aerofoilPiezoSection', thicknessAssignment=FROM_SECTION) to the set I defined...
  2. Matterhorn

    define new Set

    I don't see a mesh when I click on the hex-meshed cube. And yes you are right I've meshed the instance. But I have too many parts to just change the mesh on part instead of instance. Before I was assigning the 'setPiezo' to faces, and these faces were also meshed. So it is possible to make a set...
  3. Matterhorn

    define new Set

    My supervisor told me that I have to do it with elements. I mean the aerofoil is meshed. Why should it not work? I tried also to insert the code you gave me when I am in the 'mesh' module.
  4. Matterhorn

    define new Set

    I am very sorry I changed the name from 'Set-1' into 'blalb'... it's the set with the red bang. Do you know how I can resolve this? Thanks!
  5. Matterhorn

    define new Set

    here is the photo from the link. Would be very glad if you can help me! Thanks in advance!
  6. Matterhorn

    define new Set

    Thanks for this. I already found this but I thought it wouldn't be helpful but it is. So I put this in my command window of Abaqus. It adds a new set with the name 'Set-1' which is good, but when I click on it no red surface appears like when I click on the other sets... This means that it only...
  7. Matterhorn

    define new Set

    I now changed the code to: aeroAssembly.Set( name='setPiezo', elements= aeroInstance.elements.getByBoundingBox( 150, 0-dtol, 22.56, 303.06, depthProfile+dtol, 30.01 )) # assign piezo section partAerofoil.SectionAssignment(offset=0.0, offsetField=''...
  8. Matterhorn

    define new Set

    Please guys. Every help is very much appreciated since I have my next meeting in 9h. I know you know the solution, please.
  9. Matterhorn

    define new Set

    I searched in the manual and on google the whole day, but it didn't help me that much. getbyboundingbox says that you have type in your x,y,z maxs/mins. I tried with the new code but it didn't work. I am sorry but I really don't know how to do it? aeroAssembly.Set( name='setPiezo', elements=...
  10. Matterhorn

    define new Set

    Ok thanks. But how can I create an element set with the boundingbox? I don't get it..
  11. Matterhorn

    define new Set

    Hi all, I defined a new set on my aerofoil called setPiezo. Now when I run the script I get the error: "Unknown key setPiezo". What am I doing wrong? Thanks! Best Matterhorn code: aeroAssembly.Set( name='setPiezo', nodes= aeroInstance.nodes.getByBoundingBox( -150, 0-dtol...
  12. Matterhorn

    Aerofoil set new surface

    So I have to make a new set. I read in with getbyboundingbox my xmin,ymin,zmin,xmax,ymax,zax. Now it says: "Unknown part instance node set AEROFOILINSTANCE.SETPIEZO" What can I do to resolve this problem? My code looks like this: partAerofoil.Set( name='setPiezo', nodes=...
  13. Matterhorn

    Aerofoil set new surface

    I don't know how to define a new surface with python. I basically would like to create a new surface which is not connected with the ones that are already defined like coords_top_web0.
  14. Matterhorn

    Aerofoil set new surface

    Hi everyone, I have an aerofoil with different defined surfaces on the top. Now I have to create a new surface or element, so that I can choose this new surface instead of the predefined surfaces for piezo actuation. How can I do this? Thanks in advance!

Part and Inventory Search