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.

Â