Ok how do determine thrust in 2010p1?
I have a vessel2 Eagle3 which I compiled in 2010p1
Same thrust setting,...
But the max thrust is
6.4M
but running the same vessel in 2060 max thrust is 30.6
th_main = CreateThruster (_V(0,0,0), _V(0,0,1), MAX_MAIN_THRUST, ph_main, ISP_FUS);
I have a vessel2 Eagle3 which I compiled in 2010p1
Same thrust setting,...
But the max thrust is
6.4M
but running the same vessel in 2060 max thrust is 30.6
Code:
const double MAX_FUEL = 36000.0;
const double MAX_MAIN_THRUST = 1600000.0
const double MAX_HOVER_THRUST = 410000.0;
const double MAXRCSTH = 12000.0;
// Impulso específico para los motores de fusión
const double ISP_FUS = 240000.0;
// Imuplso específico para los motores químicos
const double ISP_QUI = 105000.0;
th_main = CreateThruster (_V(0,0,0), _V(0,0,1), MAX_MAIN_THRUST, ph_main, ISP_FUS);
Last edited: