Skip to content

How to get EM loss results of icepak and maxwell coupling simulation using pyaedt #5278

Closed Answered by lorenzovecchietti
aknsj asked this question in Q&A
Discussion options

You must be logged in to vote

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:

fs = ipk.post.create_field_summary()
fs.add_calculation(entity="Boundary", geometry="Surface", geometry_name="...", quantity="HeatFlowRate")

Let me know if this works.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@aknsj
Comment options

@lorenzovecchietti
Comment options

Answer selected by aknsj
@aknsj
Comment options

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