How to get EM loss results of icepak and maxwell coupling simulation using pyaedt #5278
-
When I was using ansys electronics desktop for coupled simulation of icepak and maxwell, pyaedt scripts helped me a lot in automating the simulation process. The version of pyaedt I'm using is 0.9.10. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you try this method: https://aedt.docs.pyansys.com/version/stable/API/_autosummary/ansys.aedt.core.icepak.Icepak.assign_2way_coupling.html#ansys.aedt.core.icepak.Icepak.assign_2way_coupling ? |
Beta Was this translation helpful? Give feedback.
You should be able to retrieve the data from the field summary, like this: https://examples.aedt.docs.pyansys.com/version/dev/examples/electrothermal/graphic_card.html#Postprocess
modifying the add_calculation call:
https://aedt.docs.pyansys.com/version/stable/API/visualization/_autosummary/ansys.aedt.core.visualization.post.field_summary.FieldSummary.add_calculation.html
Something like:
Let me know if this works.