A Meza
Automotive
- Nov 24, 2017
- 2
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 new field (which i have named DegC). This is fine, however i would like to either overwrite the NT11 field to show all the values in Degrees Celcius only or, use the current script and add a few lines that would remove the NT11 field completely and rename the new field (DegC) to NT11.
Is this possible?
Thanks
Mez
I have a python script that reads the temperature results field (NT11) subtracts 273.15 from the value and writes it in a new field (which i have named DegC). This is fine, however i would like to either overwrite the NT11 field to show all the values in Degrees Celcius only or, use the current script and add a few lines that would remove the NT11 field completely and rename the new field (DegC) to NT11.
Is this possible?
Thanks
Mez