×
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

Distance_contours_after_the_analysis

Distance_contours_after_the_analysis

Distance_contours_after_the_analysis

(OP)
Hi there,

I was wondering whether I could somehow require distance contours between a node set and a surface during my analysis. The only option that I can use is from CAE file Options->Query->Distance, however, is there any way of presenting the magnitude of the gap between two surfaces or a node set and a surface after the analysis in a odb file?

If not, is it possible with a python script to require it during the analysis?

Thank you very much in advance.

Regards,

ger

RE: Distance_contours_after_the_analysis

The CDISP : Contact opening (COPEN) and relative tangential motions (CSLIP) does exactly what you want I guess, as long as your surfaces don't contact each other.
If they do move into each other, you can try using connectors and connector output CUP.

What do you mean with 'require it during the analysis? '

RE: Distance_contours_after_the_analysis

(OP)
I just want to present the gap (distance) after the deformation between two surfaces with contours. I tried to present it with contact pressure, however, I want a more precise representation of the distance between the two instances.

When I say during the analysis, I mean that I want the distance (with contours) between those two sets to be recorded in all the step frames.

I will try the CDISP as you recommended.

Thank you very much.

RE: Distance_contours_after_the_analysis

(OP)
Sorry, is CDISP available only for an ABAQUS/Standard analysis? I am using Abaqus/Explicit and I cannot request CDISP for a contact pair.

RE: Distance_contours_after_the_analysis

It's not. Try using a connector (just cartesian) between the two points you want output from, and use CUP output

RE: Distance_contours_after_the_analysis

(OP)
Thanks a lot again for your instant response.

However, I don't have only two points.

I have two surfaces (three dimensionally non-uniform distributed in space) that after their contact I want to illustrate the potential gaps between each other. Therefore, the distance between the surfaces will not be uniform in the entire region that's why I want somehow to represent it with contours (contour plot on the slave surface).

I was wondering whether I could somehow take the coordinates of both master surface nodes and slave surface nodes (written in an .rpt file) and with a script calculate their distance and plot it with contours.

RE: Distance_contours_after_the_analysis

Oh, then there is only a hard way, and a very hard way.
The very hard way would be to use VUFIELD, and create a user subroutine which does what you want. I'm actually not sure if this would work in the end, as you have to loop through 2 nodesets to get distances.

The hard way is using the abaqus python scripting interface: see abaqus scripting manual

1:
9.5.6 Reading field output data
Get the COORDS data for both sets.

2:
for each node, loop through all the nodes of the other set, calculate distance, and safe the minimum.

3:
write the node + distance data to the odb:
9.6.4 Writing field output data

If you have used the python interface before, it's not that hard. If you haven't, good luck!

RE: Distance_contours_after_the_analysis

(OP)
I am doing some design studies and I want to show that the proposed design is being well attached with the other surface and limits the unwanted gaps. Therefore, contours would be a good way to illustrate the full 3D geometry..

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