We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Photonics CHARGE Thermo-Electric Cosimulation meshing(?) Issue Reply To: CHARGE Thermo-Electric Cosimulation meshing(?) Issue

Elam Day-Friedland
Subscriber

 

Thanks for the tips! It turns out the issue was not with the mesh: the bug was that the materials only had defined electrical properties (addmaterialproperties("CT",...)) and not thermal ones (addmaterialproperties("HT",)) (this is because CHARGE doesn’t specify materials by default and I had written a script to add them). The HEAT (co-)solver was silently crashing with no error reporting. I discovered this error by setting up a discrete HEAT solver and trying to run it.

Â