I am currently running a thermal analysis using abaqus, the output file .odb provides the results in kelvin (K). I would like the temperature output to be in Degrees Celcius.
I have a python script that reads the temperature results field (NT11) subtracts 273.15 from the value and writes it in a...