From ceb082c34427bfedb04552ef8bd6505982a064e9 Mon Sep 17 00:00:00 2001 From: Brendan McGeeney Date: Tue, 21 Sep 2021 05:03:03 +0000 Subject: [PATCH] More realistic step size - 0.01s --- simPrototypeSTART.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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