×
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

Creating a large number of wire elements in abaqus

Creating a large number of wire elements in abaqus

Creating a large number of wire elements in abaqus

(OP)
I'm currently trying to model the interaction of steel reinforcement with concrete beam. I'm using translator connectors between the rebar and concrete slab to simulate bond-slip effect. My problem now is that I need to create a large number of wire features for those translator connectors. So far, the only way I've been able to create wires is by manually connecting the nodes of the rebar to the nodes of the concrete. This is very time consuming on bigger models and I was wondering if there is a faster way of doing this.
thread799-328000: Creating a large number of wire elements

RE: Creating a large number of wire elements in abaqus

If this is going to be something you have to do frequently then you need to learn Abaqus scripting, Python. Basically every time you do something in CAE there is actually a python command run. But learning this will take time, but will pay off huge if you have to do this often.

Check out learning abaqus scripting in an hour (http://softroboticstoolkit.com/files/sorotoolkit/f...)

You certainly won't be an expert after an hour but it is a start, after that go checkout the Abaqus documentation on scripting.

Also you can follow along with what CAE is doing in the way of python scripts by taking a look at the .jnl or for more detail the .rpy files that go along with your .cae file. If you don't have a good text editor I suggest Notepad++, make sure to set the language to python.

RE: Creating a large number of wire elements in abaqus

Yes, I agree with ebdoeop2's recommendation. Overvelde wrote a good/short PDF. Also, you may wish to purchase a book on Abaqus Python scripting.

I would recommend getting familiar with standalone Python by spending a few hours on the basics before moving on to studying Python scripting for Abaqus - in the documentation or the recommendations above. IDLE is a good GUI based interpreter for Python (available from python.org).

*********************************************************
Are you new to this forum? If so, please read these FAQs:

http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083

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