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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP with ABAQUS Subroutine to change element material properties

Status
Not open for further replies.

anto_772

Mechanical
Joined
Jul 19, 2018
Messages
7
Location
GB
Hi, I'm trying to do a subroutine that works as follow: I want to introduce a temperature limit condition to each element of my model. If the element reach a temperature value, I want to change its electrical conductivity properties. (I'm doing a Coupled thermal-electrical analysis)

Which type of Abaqus Subroutine I have to use? UEL, HETVAL...?

Thank you!
 
Not sure which one to use, or how to do this, but have you considered just using the standard temperature dependent properties (e.g., electrical conductivity), within CAE?

For instance if the electrical conductivity becomes twice as large (200 from 100) at a certain temperature (say 100 degrees), thus a step function, then one could give the following table for the temperature dependent electrical conductivity in CAE:

El.C Temp
100 0
100 100
200 100.01
200 1000

This will be valid for all elements using this material property.
 
Yeah, the built-in option should be checked before.

In case a subroutine is really needed, then I would look at the USDFLD and the usage of field variables.
As always, the manual explains the details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top