1
0
mirror of https://gitlab.com/lander-team/lander-sim.git synced 2025-08-02 19:31:28 +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]
mdot = Mp / tb; % Mass Flow Rate [kg/s]
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]
% Moment of Inertia / Mass