Skip to content

get the thermal conductivity of the material with pyaedt scripts #4660

Closed Answered by Samuelopez-ansys
aknsj asked this question in Q&A
Discussion options

You must be logged in to vote

@aknsj

I assume, the material "plastic" is used in your design, because if it is not, then you can not get it in the way you are trying:

If the material is defined like in the previous picture.

If the material is not defined in the design, you need to first load it,

app.materials.add_material("polyamide")

If the material name you pass exists in the AEDT library, then the material definition will be the same, if you pass a new name, you will create a dummy material, that you can customize later. This is how AEDT works:

Please let me know if this solves your questions.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aknsj
Comment options

Answer selected by aknsj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants