Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski 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. YooperGirl

    Obtaining node info - UMESHMOTION

    I've been able to successfuly use the utility routine GETVRN to obtain the nodal coordinate information from nodes in the adaptive mesh domain. Is there a way that I can use this routine (or a different one) to bring in the coordinates for a node set not in the adaptive mesh domain in order to...
  2. YooperGirl

    Output Variable for Displacement?

    I ended up pulling the coordinates of that point, saving them, then on the next step, writing a vector defined by the difference between the current coordinates and previous coorinates. I do this all directly in the subroutine.
  3. YooperGirl

    UMESHMOTION - Apply displacement to element instead of nodes

    I'm trying to model this situation - There is a defect on my master surface defined by a node. I want to increase the factor by which my mesh is adjusted at the location of this node on the adaptive mesh domain. Is there a way I can adjust all the nodes of the element that it is in contact...
  4. YooperGirl

    Output Variable for Displacement?

    I'm trying to print a nodal value for the displacement of a node from the previous step. Is there a variable that will do this? The variable "U" seems to be the displacement from the base node.
  5. YooperGirl

    UMESHMOTION - Obtain data from another file

    I am applying the Archard wear formula to prescribe the distance to adjust the nodes during the UMESHMOTION subroutine. The wear depth is the product of the contact pressure, sliding distance, and a wear coefficient. The contact pressure and sliding distance are pulled from the .dat file. I'm...
  6. YooperGirl

    UMESHMOTION - Obtain data from another file

    When specifying my node adjustments for UMESHMOTION, I wish to extract data from an existing file (lookup table) and apply that to the given nodes. Is there a command that will let me open a file and use the data in it?
  7. YooperGirl

    WRITE to a new file in User Subroutine (UFIELD)

    I'm trying to write data to a new file while using the UFIELD subroutine. I typed in the line OPEN(UNIT=101,FILE='wear.dat',STATUS='new') And am getting an error that the file has already been created in the "scratch "directory." How do if find out where this file has gone?

Part and Inventory Search

Back
Top