Outerra Tech Demo download. Help with graphics driver issues
<sum name="T4T/moments/Roll_wing"> <product name="T4T/moments/Z-Roll_wing_left"> <property>T4T/forces/z-vector_wing_left</property> <property>T4T/moments/wing_left_CoL-Y</property> <!--<property>T4T/structure/wing_left_4/y</property> --> </product> <product name="T4T/moments/Z-Roll_wing_right"> <property>T4T/forces/z-vector_wing_right</property> <property>T4T/moments/wing_right_CoL-Y</property> <!-- <property>T4T/structure/wing_right_4/y</property> --> </product> </sum>
but the aircraft spins quite wildly.
<function name="T4T/forces/drag/TOTAL_DRAG"> <description>Drag</description> <sum> <product> <property>T4T/forces/x-vector-fuselage</property> <value> -1 </value> </product> <product name="T4T/forces/drag/TOTAL_WIND-DRAG"> <property>T4T/metrics/drag_modifier</property> <sum> <!-- <property>T4T/forces/drag/wing_left_induced_vortex</property> <property>T4T/forces/drag/wing_right_induced_vortex</property> --> <property>T4T/forces/drag/wing_left-parasite</property> <property>T4T/forces/drag/wing_right-parasite</property> <property>T4T/forces/drag/fuselage-plan_left-parasite</property> <property>T4T/forces/drag/fuselage-plan_right-parasite</property> <property>T4T/forces/drag/fuselage-side-parasite</property> </sum> </product> </sum> </function>
<function name="T4T/aero/h-stab_right_roll-adjustment"> <description>The adjustment to the AoA from the roll rate</description> <product> <value> 57.288 </value> <!-- Converts Rads to Degs --> <atan> <!-- angle in Rads --> <quotient> <!-- tan of the angle --> <product> <!-- Revolutions per Second --> <quotient> <property>velocities/p-aero-rad_sec</property> <value> 6.284 </value> </quotient> <!-- Circumference --> <value> 6.283 </value> <!-- 2 x Pi --> <property>T4T/structure/h-stab_right/y</property> </product> <property> velocities/vt-fps </property> </quotient> </atan> </product> </function>
<function name="T4T/aero/wing_right_roll-adjustment"> <description>The adjustment to the AoA from the roll rate</description> <product> <value> -57.288 </value> <!-- Converts Rads to Degs --> <atan> <!-- angle in Rads --> <quotient> <!-- tan of the angle --> <product> <!-- Revolutions per Second --> <quotient> <property>velocities/p-aero-rad_sec</property> <value> 6.284 </value> </quotient> <!-- Circumference --> <value> 6.283 </value> <!-- 2 x Pi --> <property>T4T/structure/wing_left_4/y</property> </product> <value> 1 </value> </quotient> </atan> </product> </function>
<function name="T4T/forces/wing_normal_left"> <!-- normal force generated by the wing --> <description>force normal left wing</description> <sum> <value> 0.000001 </value> <property>T4T/forces/wing_normal_left_8</property> <property>T4T/forces/wing_normal_left_7</property> <property>T4T/forces/wing_normal_left_6</property> <property>T4T/forces/wing_normal_left_5</property> <property>T4T/forces/wing_normal_left_4</property> <property>T4T/forces/wing_normal_left_3</property> <property>T4T/forces/wing_normal_left_2</property> <property>T4T/forces/wing_normal_left_1</property> </sum> </function>
<function name="T4T/forces/drag/wing_right_induced_vortex"> <description>Induced drag from the right wing</description> <sum> <value> 0.1 </value> <product><!-- http://www.grc.nasa.gov/WWW/K-12/airplane/induced_html --> <quotient name="T4T/coefficients/cdi-wing_right"> <!-- Coefficient of Induced Drag on right wing--> <pow> <!-- (average)Cf squared --> <quotient name="T4T/coefficients/cl-wing_right"> <product> <cos><property>T4T/aero/alpha_positive-rad</property></cos> <property>T4T/forces/wing_normal_right</property> </product> <sum> <value> 0.00001 </value> <product> <value> 0.5 </value> <property>metrics/Sw-sqft</property> <!-- Area of right wing --> <property>aero/qbar-psf</property> <!-- dynamic pressure on the wing --> </product> </sum> </quotient> <value> 2.0 </value> </pow> <product> <!-- pi*AR*e--> <value>3.142</value> <!-- pi --> <property>T4T/metrics/wing_aspect</property> <property>T4T/metrics/wing_efficiency</property><!-- efficiency value 1.0 for eliptical & 0.7 for straight wing--> </product> </quotient> <property>aero/qbar-psf</property> <!-- dynamic pressure on the wing --> <value> 0.5 </value> <property>metrics/Sw-sqft</property> <!-- Area of right wing --> <table> <independentVar><property>aero/alpha-deg</property></independentVar> <independentVar lookup="column">fcs/right-aileron-pos-norm</independentVar> <tableData> -1 0 1 -30 0 0 0 -24 0 0 1 -16 0 1 1 -1 1 1 1 9 1 1 1 14 1 1 0 27 1 0 0 30 0 0 0 </tableData> </table> </product> </sum> </function>