I am making a simulation of a molten aluminium droplet impacting a substrate in Abaqus. I am using a coupled eulerian approach (Eulerian mesh for the droplet and lagrangian mesh for the substrate). I would like to know the average temperature of my droplet at every time step. I would like to know if the volume weighted average temperature plug-in of abaqus is suitable for my eulerian part ? Otherwise I will have to make a python script to determine the average temperature of my droplet. For this developing this code I will have to know the temperature of my euelerian elements. I would like to know which is the real meaning of the variable fieldoutput TEMP ? Is an average temperature of the nodes of my element ? How is it calculated ? Thanks in advance !
