We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Is there a way to feed structural results into a thermal model? Reply To: Is there a way to feed structural results into a thermal model?

Aniket
Forum Moderator

There is no direct or simple method to assign thermal conductivity based on location. Thermal conductivity is a material property. It must be associated with a material id number which is assigned as an element attribute. You might be able to write a macro that loops through the entire model one element at a time and perform the following steps.

Find the element centroid

Find the thermal conductivity at that location

Assign unique mat id number for each element

Create a set of material properties for each mat id

 

This approach will result in a complicated model with many matids but it might work as you intend to use

-Aniket

How to access Ansys help links

Guidelines for Posting on Ansys Learning Forum