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!

Introducing Imperfection by using an Equation

Status
Not open for further replies.

AbaqusNewbie15

Mechanical
Joined
Jul 6, 2015
Messages
1
Location
GB
Hi,
I am trying to do a buckling analysis by introducting imperfection.
I want to introduce the imperfection using geometric equations. Because i have to compare it with an experiment that gives the ovalty of the imperfection.
I have created a set area in the pipe to introduce this imperfection. however i do not know how to implement the equations that defines how oval that part of the pipe is.
imperfectionArea_aonqiy.jpg


Any recommendations?

I am Using Abaqus CAE 6.13. I do not know how to use the command line. But if have to get to, i guess i have no order choice.
 
In CAE there is a mesh edit interface where you can apply offsets to nodes. You can interact with this using a python script (Section 18 of the scripting reference) and loop through each node in your set, using the coordinates to calculate the desired offset to change the pipe from round to oval. Based on the image provided it should be fine, but beware if you have a large number of nodes this can be quite slow.

You can also use the *Imperfection command directly in the input file and reference a separate text file containing the node offsets.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top