Import from CSV

From BurnSim Wiki
Jump to navigation Jump to search

To import test data into BurnSim from a CSV (Command Delimited text file) it must be in this format

Time, Pressure, Thrust

Thrust data is optional and can be excluded. A sample data file snippet is given below for an example, which includes only time and pressure data. If thrust data is available, it should be included as a 3rd column in the file.

0,0.00
0.008,7.40
0.017,12.34
0.025,22.20
0.033,32.07
0.042,46.88
...