Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski 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 Stringmaker

  1. Stringmaker

    EB Welding Startup - Suggestions?

    I'm embarking on starting an electron beam welding company. I've worked as an engineer in gas turbine engines my entire career to date. Metallurgy and joining are fascinating as does seeing stuff come to life. You don't see many welding companies starting up these days. Any advice or...
  2. Stringmaker

    Female breast under zero-gravity

    Initial stresses are applied with the INISTATE command. That's the easy part...knowing what those stresses and/or strains are is the difficult part. ;)
  3. Stringmaker

    Female breast under zero-gravity

    I think it can. If you know the deformed shape w/ 1g of load couldn't you apply a -1g inertial load and solve for the undeformed shape in this manner? The most correct way would be to apply stresses as initial conditions to the deformed configuration of the breast and let the problem find the...
  4. Stringmaker

    Correctly Modelling a Composite Cylinder

    Best thing to do would be to ensure the three volumes (one for each layer) share areas at their interfaces. Volumes that share areas in Ansys will also share nodes since each will have nodes common to that one area. You could use bonded contact if they volumes have their own distinct areas at...
  5. Stringmaker

    HELP ME... COMBI165

    What type of material is MID 18? If it isn't *MAT_SPRING or *MAT_DAMPER therein lays your problem.
  6. Stringmaker

    How to change orientation of BEAM 188

    How about the E or EN commands? Specify nodes I, J, & K in their proper order then with K being the orientation node.
  7. Stringmaker

    Queue up simulations (ANSYS APDL)

    Writing a batch file to do this is extremely easy. Read this section in the help and you'll see that it's painless and probably easier than creating a queue of jobs interactively.
  8. Stringmaker

    ERRO:ROTATE NODE

    To be perfectly honest I don't fully understand what you explained above. In your text file I don't see any errors - just notes. Are you sure that you have a problem? If you do try SBCTRAN before solving.
  9. Stringmaker

    HELP ERROR : ROTATED NODES

    Before you solve or write a *.k file in /PREP7 do the following: CSYS,0 nall nrot,all This will correct the issue. If you need to rotate nodes to create constraints or couples you will need to figure out a work around which is kinematically equivalent. Dyna has many options available. Also...
  10. Stringmaker

    HELP ERROR : ROTATED NODES

    Dyna only supports nodal coordinate systems oriented in the global cartesian system, or CID = 0. If you provide a better description of what you're attempting that would help us to better help you.
  11. Stringmaker

    Urgent - Ansys - Distorted Element - 3D - Remesh / Rezoning

    You could try using a finer mesh or reduced integration elements. The later may be especially helpful though accuracy may suffer when severe distortions exist. Otherwise, use a more appropriate tool such as DYNA like rubadee mentioned.
  12. Stringmaker

    Using Substitution when Naming a Vector

    I have a vector: c = [20 25 27]' and want to name another vector by appending the name with an element from the vector c. For instance, I want to name a vector: omega25 = the name consists of the base 'omega' and the second element of vector c, c(2). How can one do this substitution...
  13. Stringmaker

    Too many input arguments using EIG function

    Thank you for the suggestions! I ended up using eig(inv(Mc)*K) to solve for the eigenvalues. This worked superbly and is a great work around. I'm programming a finite element eigenvalue solver. I find doing this symbolically keeps things more general and easier to use and book keep.
  14. Stringmaker

    3-D "brick" elements

    You have to be much more specific in your question. Certain brick elements can be much stiffer than actuality. For instance, fully integrated 8-node brick elements exhibit shear locking when subject to bending. On the other hand reduced integration 8-node brick elements exhibit low or no...
  15. Stringmaker

    Too many input arguments using EIG function

    I have a simple eigenvalue problem I'm needing to solve. I'm using R14. Here is my m-file input: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% syms A E L p % Stiffness matrix K = ((A*E)/(15*L))*[35 -40 5; -40 80 -40; 5 -40 35]...

Part and Inventory Search