I was sitting in bed trying to work out the accelerations for various starfighters based on ICS datapoints. I got sidetracked, though, when I started thinking about the 40,000 tonnes/second figure for the Venator. I started playing with all manner of formulae before the obvious finally clicked: if ion drives are accelerating their exhaust mass at c, and if a Venator devotes its full reactor load to thrust, then 40,000 tonnes/second not only gives us a power rating for the ship, but also a Force rating for its engines (since it's telling us a known mass quantity, at a known velocity, over a known unit of time). Working that out:
Code: Select all
P = mv
P = (4E7 kg)(c)
P = 1.2E16 kg•m/s
Ft = mv
Ft = P
F = P/t
T = 1 second
F = 1.2E16 kg•m/s^2
Code: Select all
300G < a < 3500G
F = ma
a = F/m
F = 1.2E16 kg•m/s^2
300G < (1.2E16 kg•m/s^2)/m < 3500G
EDIT: And I'm retarded. We do have an exact acceleration figure: 3000G. With this number, it comes out to 410 million metric tonnes.
Obviously, this assumes the accelerations and momentums calculated represent the ship's absolute maximums, since it's never going to divert all of its power to its engines, but it's at least a good ballpark...I hope.
Thoughts?