Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- massVel = shipMass * exhaustVel.
- thrustVel = shipThrust * exhaustVel.
- logThrustTimeMassVel = LN(ABS(shipThrust * suicideBurnDuration - massVel)).
- shipThrust * exhaustVel * (shipMass * exhaustVel * LN(ABS(shipThrust * suicideBurnDuration - shipMass * exhaustVel)) / shipThrust^2 + suicideBurnDuration / shipThrust) - suicideBurnDuration * exhaustVel * LN(ABS(shipThrust * suicideBurnDuration - shipMass * exhaustVel)) - suicideBurnDuration^2 * gAcc / 2 + suicideBurnDuration * exhaustVel * LN(shipMass * exhaustVel) - shipThrust * exhaustVel^2 * shipMass * LN(shipMass * exhaustVel) / shipThrust^2
- exhaustVel * (massVel * logThrustTimeMassVel / shipThrust + suicideBurnDuration) - suicideBurnDuration * exhaustVel * logThrustTimeMassVel - suicideBurnDuration^2 * gAcc / 2 + suicideBurnDuration * exhaustVel * LN(massVel) - thrustVel * massVel * LN(massVel) / shipThrust^2.
- exhaustVel * (massVel * logThrustTimeMassVel / shipThrust + suicideBurnDuration) + suicideBurnDuration * (exhaustVel * (LN(massVel) - logThrustTimeMassVel) - suicideBurnDuration * gAcc / 2) - thrustVel * massVel * LN(massVel) / shipThrust^2.
Advertisement
Add Comment
Please, Sign In to add comment