From: Erik H. <eh...@us...> - 2016-05-22 12:19:34
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/paraglider In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14087 Modified Files: paraglider.xml Log Message: Update CDpilot, CYpilot, Cmpilot and Clpilot to match a motorcyclist CD Index: paraglider.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/aircraft/paraglider/paraglider.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** paraglider.xml 19 May 2016 14:37:22 -0000 1.13 --- paraglider.xml 22 May 2016 12:19:30 -0000 1.14 *************** *** 70,74 **** </location> </pointmass> - <!-- <pointmass name="DT Propeller"> <weight unit="LBS"> 2.425 </weight> --- 70,73 ---- *************** *** 79,83 **** </location> </pointmass> - --> </mass_balance> --- 78,81 ---- *************** *** 173,180 **** 10^7 0.5 0.48 --> ! <!-- Pilot area (area of a circle with a diameter of 1.25 meter) --> <property type="float" value="13.2">metrics/Sp-sqft</property> ! <!-- Pilot arm (-330 inches equals to 27.5 foot --> <property type="float" value="27.5">metrics/bp-ft</property> --- 171,178 ---- 10^7 0.5 0.48 --> ! <!-- pilot area (area of a circle with a diameter of 1.25 meter) --> <property type="float" value="13.2">metrics/Sp-sqft</property> ! <!-- pilot arm (-330 inches equals to 27.5 foot --> <property type="float" value="27.5">metrics/bp-ft</property> *************** *** 210,214 **** <property>aero/qbar-psf</property> <property>metrics/Sp-sqft</property> ! <value>0.5</value> </product> </function> --- 208,212 ---- <property>aero/qbar-psf</property> <property>metrics/Sp-sqft</property> ! <value>1.8</value> </product> </function> *************** *** 266,270 **** <property>metrics/Sp-sqft</property> <property>aero/beta-rad</property> ! <value>-0.5</value> </product> </function> --- 264,268 ---- <property>metrics/Sp-sqft</property> <property>aero/beta-rad</property> ! <value>-1.8</value> </product> </function> *************** *** 413,417 **** <property>metrics/bp-ft</property> <property>aero/beta-rad</property> ! <value>-0.5</value> </product> </function> --- 411,415 ---- <property>metrics/bp-ft</property> <property>aero/beta-rad</property> ! <value>-1.8</value> </product> </function> *************** *** 493,497 **** <property>metrics/Sp-sqft</property> <property>metrics/bp-ft</property> ! <value>2</value> </product> </function> --- 491,495 ---- <property>metrics/Sp-sqft</property> <property>metrics/bp-ft</property> ! <value>1.8</value> </product> </function> |