×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

DISP Subroutine and NLGEOM

DISP Subroutine and NLGEOM

DISP Subroutine and NLGEOM

(OP)
Hello all,

I have recently found an unexpected irregularity which I can not seem to get around. Basically, what I am trying to do is seemingly very simple. I have a subroutine which allows me to enter a target node position to apply an unknown displacement to a specific node. I say unknown because I am unsure of where exactly the part's node will be(it will be a variation analysis), but I know where I want it to end up.

The subroutine uses the nodal co-ordinates in COORDS and subtracts the appropriate degree of freedom COORDS value from U. Which all works perfectly, until I turn on NLGEOM - which I need to do for the problem I am solving.

From, going over the documentation, when the NLGEOM flag is on the COORDS is taken from the current node position, rather than the initial position. However, *BOUNDARY is applied relative to the initial positions. Consequently, I have no way in the user subroutine to determine what these initial positions are.

Alternatively, is there a way to specify *BOUNDARY as relative to the last step?

So far I have tried doing a restart analysis which complicates the simulation but it was unsuccessful. All be it only a brief attempt, it didn't seem to like the use of the *MODEL CHANGE in another step in the restart. I only visited this briefly as I don't really want to do this.

Another potential approach I was thinking was to create a very weak connector between the node and ground along the appropriate direction I will apply the displacement. Then set a Connector stop in the behavior as 0 - or a value very close to. Then to apply the displacement, apply a large negative motion to the connector which I am sure will exceed the required displacement. However, I feel this is also rather messy for what I thought would be a relatively straight forward task.

Is there something obvious I am missing or any other approach that someone can recommend?

Any help is much appreciated.

Kind regards
an318is

RE: DISP Subroutine and NLGEOM

(OP)
Further to this,

I have today been attempting to use the *TRANSFORM method to apply boundary conditions relative to the current position of the node. This is at least what I took from reading the abaqus user manual. My understanding is, that if I apply a transform to a node, the new co-ordinate system will be attached to the node and follow it. When I apply a displacement, it should be relative to the current position of that node. I am attempting this as follows:

*TRANSFORM, NSET=node_set_name
1.,0.,0.,0.,1.,0.

I only have one node in the node set

Unfortunately, this does not seem to be working for my application either. While it might for others, in this instance I am attempting to apply a displacement to a mesh independent fastener to a specific location. Consequently, I can attach the co-ord system to one of the wire defining line points, but it is not attached to the surface node(s) that get picked. Ultimately, it seems to have no influence whatsoever.

Again, any assistance is much appreciated.

Kind regards
Adam

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources