Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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. oldNail

    job termination without error in msg file

    Your stress-strain response is nearly linear but you have defined it by specifying every point in *Plastic. The .msg file obviously indicates a lot of yielding. (review with https://msgfile.info) This will never solve efficiently. I'm not sure what you're trying to simulate but you should...
  2. oldNail

    ABAQUS Convergence

    Use Tools->Job Diagnostics or msgfile.info to find what node and issue is preventing convergence. After you understand the problem then you can fix it. If you have no idea what is wrong then you (and we) are only guessing.
  3. oldNail

    Sticking Contact Problem Abaqus

    You can prevent sticking if you set friction=0
  4. oldNail

    Some question about Modal Analysis

    mm-tonne-sec is a very common unit system but many others are also possible as long as you are consistent. This tool can be very helpful to get the correct units defined: https://msgfile.info/fea-units.html
  5. oldNail

    Abaqus script to find centre of the circle

    There are already points available at the centers of arcs and circles. Can you explain a little more detail?
  6. oldNail

    Python Error

    vps = session.viewports[session.currentViewportName] x = vps.displayedObject.modelName # assuming assembly m=mdb.models[x] parts_list = m.parts.keys()
  7. oldNail

    How to expedite dynamic implicit quasi static analysis

    You cannot expedite convergence until you know the cause of the slow convergence. The web tool https://msgfile.info can help summarize issues from the .msg file so you can have some ideas. As FEA way suggested, sometimes Explicit is a more efficient option for buckling but it brings its own...
  8. oldNail

    Problem with Coupling Constraint leading to Rigid Body of rotated part

    I suggest defining a spherical partition or surface near the core of the ball and use that in the definition of your rigid body or coupling. Having the rigid elements small and far away from the interaction you're interested in will minimize their effect on the results.
  9. oldNail

    Shell element thickness

    This happens because your mesh is so fine. You can disable the contact thickness reduction if you exclude self contact and perimeter as described here: https://www.cati.com/blog/2019/02/abaqus-contact-quirks-automatic-shell-thickness-reduction-and-you/
  10. oldNail

    Assembly modeling - 1D welds

    Attach the parts with *Tie or merge the nodes but this won't tell you the load transmitted. You can use Integrated Output to get the total force transmitted by the weld in .odb file. *Section print is similar for .dat file. If you're post-processing with Abaqus CAE then you could also use Free...
  11. oldNail

    what is alternative way to get surface nodes?

    The part.faces is a FaceArray object. I'm sure you can find a FaceArray method that will help in the Scripting manual. In the worst-case you can iterate through each face yourself and compare centroids, normals, sizes, etc.
  12. oldNail

    what is alternative way to get surface nodes?

    You can use the part faces to define your set: part = mdb.models['Model-1'].parts['Part-1'] set = part.Set(name='Outside', faces=part.faces)
  13. oldNail

    Why names become all upper cases after importing?

    It's in the Input Syntax Rules which I keep under my pillow.
  14. oldNail

    Why names become all upper cases after importing?

    The Abaqus solver is using all upper case as a method to make the names case-insensitive. To preserve case you may put "double quotes" around your names in the .inp file. Abaqus CAE does not permit "double quotes" in names but it will automatically add them if your name contains spaces so you...
  15. oldNail

    ABAQUS - analysis output

    TF2 will be the sum of concentrated force you specified (CF2) and reaction forces due to boundary conditions (RF2). RF2 should be all zero, as you are showing, since you don't have a boundary condition in that direction. Please take a look at TF2 or CF2 instead.
  16. oldNail

    Iterative calculation in Abaqus by updating the plastic strain components ?

    It's not completely clear what you are trying to do but it sounds like this would be much simpler if you just write restart data on the first analysis and read it on the following analysis. The plastic strain and everything else will continue as if the steps of the second analysis were a...
  17. oldNail

    ABAQUS Subroutine error

    I think the main problem is that the "S" in subroutine on your first line should be in column 7, not column 1. Google "fortran fixed format" to learn more about it.
  18. oldNail

    Cutting force graph of elliptical vibration cutting

    If you’re constraining the part using a kinematic coupling then any other constraints are redundant.
  19. oldNail

    Convergence problem during analysis

    What is causing the divergence? Take a look at https://msgfile.info for help debugging.
  20. oldNail

    Cutting force graph of elliptical vibration cutting

    What I meant was you can subtract the tool RF from model without cutting anything from the tool RF when it is cutting your workpiece. And/or the RF constraining the workpiece should be equal and opposite to the cutting force, right? If you don’t have it at a ref point then just make a kinematic...

Part and Inventory Search