Skip to content
Snippets Groups Projects
Commit 916c112f authored by Marcodagostino2's avatar Marcodagostino2 Committed by Marco Luigi Gaibotti
Browse files

[coefficients-fixes] Added arm also to parafoil

only to run all the double event
parent 0a5c51ec
No related branches found
No related tags found
1 merge request!28[to-struct-updates] Parachute coefficient overhaul
...@@ -30,7 +30,7 @@ function s = paraToStruct(para, rocket, n) ...@@ -30,7 +30,7 @@ function s = paraToStruct(para, rocket, n)
s.cNR = para.cNR*para.surface*para.semiWingSpan/(rocket.crossSection*rocket.diameter); s.cNR = para.cNR*para.surface*para.semiWingSpan/(rocket.crossSection*rocket.diameter);
s.cNSurface = para.cNSurface*para.surface*para.semiWingSpan/(rocket.crossSection*rocket.diameter); s.cNSurface = para.cNSurface*para.surface*para.semiWingSpan/(rocket.crossSection*rocket.diameter);
s.momentumArm = 0; s.momentumArm = 3;
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment