×
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

Assigning state dependent material properties using user subroutines in ABAQUS

Assigning state dependent material properties using user subroutines in ABAQUS

Assigning state dependent material properties using user subroutines in ABAQUS

(OP)
Dear all,

I am dealing with a problem where the specimen is subjected to a temperature time curve with a distinct heating and cooling phase. However, due to thermal inertia, the elements go into cooling at different times. Since I want to use different material properties for the cooling phase, I need to check whether the AVERAGED TEMPERATURE INCREMENT of all nodes is negative and hence assign a field variable corresponding to the cooling phase material properties. I tried using UFIELD as it provides DTEMP(incremental temp difference) as an argument. However, I am not very clear on how to extend it to all nodes of the element to obtain an averaged temperature increment. Also, is there any alternate method that I can use to address my problem.

Thanking you in advance!

RE: Assigning state dependent material properties using user subroutines in ABAQUS

Can I collaborate with you on this project
I'm doing same area of yours, if possible
we could benefit with each others
if possible, can you contact me at isyhadh82@gmail.com
cheers

RE: Assigning state dependent material properties using user subroutines in ABAQUS

There may be more than one way to do this. Here's one: Figure out the node/element connectivity using GETNODETOELEMCONN. However, this utility routine can only be called by UMESHMOTION. Once you have the connectivity set up, then call the nodes of one element, take the value of increment in temperature from each integration point at the beginning of the increment (DTEMP) and average it out, and finally, write that to a solution dependent variable. Several subroutines allow you to use TEMP and DTEMP.

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

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