{source}
<?phprequire_once JPATH_SITE.'/TTcustom/TT_contentparser.php';
//include 'TT_contentparser.php';
\(parameters = array( "topicname" => "02_newtonianmechanics_3dynamics", //e.g. 02_newtonianmechanics_2kinematics
"modelname" => "ModellingSkydivingwithParachuteOpening_parameterized"); //e.g. airpuckconstantvelocity.trz
echo generateSimHTML(\)parameters, "TRZ");
?>
{/source}
Reference:
http://tankimkia.blogspot.sg/2015/10/modelling-skydiving-with-tracker.html?spref=fb
https://drive.google.com/folderview?id=0Bw72rpuy2MMLRUFtM1c1VzM2Rk0&usp=sharing#
Modelling Skydiving with Tracker Software
Model A(Red): Parachute opens slowly over T seconds
Fy = if(t<35,m*g-A_h*0.5*d*Cd*vy^2,if(t<55,m*g-0.5*d*Cd2*A_p*vy^2,if(vy>0,-m*g,0)))
Model B(Blue): Parachute opens fully immediately T = 0
Fy = if(t<35,m*g-A_h*0.5*d*Cd*vy^2,if(t<35+T,m*g-0.5*d*Cd2*(A_h+(t-35)/T*A_p)*vy^2,if(t<55,m*g-0.5*d*Cd2*(A_h+A_p)*vy^2,if(vy>0,-m*g,0))))
Velocity-time graph for Model B: