Multiple sensor data CSV format

You define the sensor data for all sensors at once in a comma-separated values (CSV) file and import the file to create sensors for a thermal correlation analysis. The CSV file contains the sensors’ name, coordinates, and temperature for each specified time.

Ensure that the sensor data units match the length, temperature, and time units of the original Simcenter 3D solution.

CSV file format

The parameters of the CSV file consist of the following information.

Parameter Description
<name_of_the_sensors> Specifies the name of each sensor. The CSV file must contain all sensor names on the first line as comma-separated values starting with the comma-separated symbol. The number of comma-separated entities on this line indicates the number of sensors used for a thermal correlation analysis.
X Specifies the X-coordinate value for each sensor. The CSV file must contain all X-coordinates on the second line as comma-separated values starting with the X symbol. It should have the same number of X values as the number of sensors.
Y Specifies the Y- coordinate value for each sensor. The CSV file must contain all Y-coordinates on the third line as comma-separated values starting with the Y symbol. It should have the same number of Y values as the number of sensors.
Z Specifies the Z coordinate value for each sensor. The CSV file must contain all Z-coordinates on the fourth line as comma-separated values starting with the Z symbol. It should have the same number of Z values as the number of sensors.
Time Specifies the times when the sensors data is taken.
Temperature Specifies the temperature of each sensor.
Note:
The fifth line of the CSV file contains the header row with first value being Time followed by Temperature repeated sensor number times. All other lines contain the time and sensor temperature values.

Example

The following is an example of a CSV file containing names, coordinates, time, and temperature data for four sensors.

;TC_78;TC_254;TC_302;TC_330

X;-9.5833e+02;-1.1198e+03;-1.1198e+03;4.8017e+02

Y;2.2000e+03;1.7245e+03;1.7245e+03;1.1808e+03

Z;0.0000e+00;2.8609e+03;-2.8609e+03;-5.0000e+01

Time;Temperature;Temperature;Temperature;Temperature

16200;1.525e+01;2.181e+01;2.1810e+01;5.15e+00

49569;2.0794e+01;4.1486e+01;4.1487e+01;-1.0184e+01