1
0
mirror of https://gitlab.com/lander-team/lander-sim.git synced 2025-08-03 11:51:27 +00:00

More realistic step size - 0.01s

This commit is contained in:
Brendan McGeeney
2021-09-21 05:03:03 +00:00
parent 17ae2b5a06
commit ceb082c344

View File

@@ -25,7 +25,7 @@ Mb = M0 - Mp; % Bu
tb = Tcurve(end, 1) - Tcurve(1, 1); % Burn Time [s] tb = Tcurve(end, 1) - Tcurve(1, 1); % Burn Time [s]
mdot = Mp / tb; % Mass Flow Rate [kg/s] mdot = Mp / tb; % Mass Flow Rate [kg/s]
D = 0; % Drag [N] D = 0; % Drag [N]
stepSize = 0.001; % Simulation Step Size [s] stepSize = 1/100; % Simulation Step Size [s]
maxServo = 7.5; % Max Servo Rotation [deg] maxServo = 7.5; % Max Servo Rotation [deg]
% Moment of Inertia / Mass % Moment of Inertia / Mass