diff --git a/simPrototypeSTART.m b/simPrototypeSTART.m index 165366f..5aeefcd 100644 --- a/simPrototypeSTART.m +++ b/simPrototypeSTART.m @@ -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