I've spent the last day or two whipping up something to be able to test speed in relation to the different ships and thrusters.
It's hardly complete, my data set is still fairly small and I've only really isolated thrust as a variable, but I thought you all might be interested in my findings so far.
So far it seems that acceleration is a linear function of velocity, and that each ship has a different speed cap (there is probably still a global speed cap, not sure yet though) based on thrust/mass/other factors.
By time acceleration and velocity have an inverse exponential and logarithmic relationship, respectively (or so it seems.)
I believe this type of shape is just a result of having a speed cap, since in real life velocity isn't capped.
Here is my testing area
I use a rangefinder to get distance to the back of the given ship, and a YOLOL chip reads that as quickly as possible (~0.2s) and writes it to a text panel for bulk storage. The text panel has 127 characters, and with flooring the numbers you can get 30-40 readings in a single, easy-to-copy-and-paste location.
Here's my spreadsheet if anyone wants to see more information: https://docs.google.com/spreadsheets/d/1qBADgFBPS__C_C7MhECZm8zPds-bNcVYx5by96SEhtc/edit?usp=sharing
It's hardly complete, my data set is still fairly small and I've only really isolated thrust as a variable, but I thought you all might be interested in my findings so far.
So far it seems that acceleration is a linear function of velocity, and that each ship has a different speed cap (there is probably still a global speed cap, not sure yet though) based on thrust/mass/other factors.

By time acceleration and velocity have an inverse exponential and logarithmic relationship, respectively (or so it seems.)
I believe this type of shape is just a result of having a speed cap, since in real life velocity isn't capped.

Here is my testing area

I use a rangefinder to get distance to the back of the given ship, and a YOLOL chip reads that as quickly as possible (~0.2s) and writes it to a text panel for bulk storage. The text panel has 127 characters, and with flooring the numbers you can get 30-40 readings in a single, easy-to-copy-and-paste location.
Here's my spreadsheet if anyone wants to see more information: https://docs.google.com/spreadsheets/d/1qBADgFBPS__C_C7MhECZm8zPds-bNcVYx5by96SEhtc/edit?usp=sharing