Question Thruster ISP

StevoPistolero

Addon Developer
Addon Developer
Donator
Joined
Nov 29, 2009
Messages
116
Reaction score
0
Points
0
I created a ship, LP-13, and the thrusters are burning through my fuel tanks. How do I increase the efficiency of just the thrusters using Spacecraft3?
 
The burn-time is [math] T_{burn}=\frac{m_{fuel}\cdot u_e}{F_{thrust}}[/math]
where [math]m_{fuel}[/math] is the fuel mass,
[math]u_e[/math] is the exhaust velocity (SC3's ISP)
[math]F_{thrust}[/math] is the thrust of the engine

So for a given fuel mass, you can increase the burn-time by raising the exhaust velocity and/or by lowering the thrust of the engine.
 
The main engines are fine, I am talking about maneuvering thrusters.
 
The main engines are fine, I am talking about maneuvering thrusters.
In that case, you're toast. In SC3, all thrusters share the same ISP and propellant tank (main, RCS, retro and hover).
 
In that case, you're toast. In SC3, all thrusters share the same ISP and propellant tank (main, RCS, retro and hover).

Can it be done if I write a custom module outside of Spacecraft3?
 
Back
Top