I do have a file contains temperature value for a specific coordinates. The format of file is as follows:
X Y Z Temp
The goal is to read this information from a file and apply it then abaqus does its magic. I have been given a python script that builds the model ( I suspect this script...