Sync. with JSBSim CVS
This commit is contained in:
parent
51aae20072
commit
f720eeb2ef
2 changed files with 37 additions and 10 deletions
|
@ -12,12 +12,15 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<piston_engine name="IO320">
|
<piston_engine name="IO320">
|
||||||
<minmp unit="INHG"> 6.5 </minmp>
|
<minmp unit="INHG"> 6.5 </minmp> <!-- Deprecated -->
|
||||||
<maxmp unit="INHG"> 29.92 </maxmp>
|
<maxmp unit="INHG"> 29.92 </maxmp> <!-- Deprecated -->
|
||||||
<displacement unit="IN3"> 320.00 </displacement>
|
<displacement unit="IN3"> 320.00 </displacement>
|
||||||
<maxhp> 160.00 </maxhp>
|
<bsfc> 0.45 </bsfc>
|
||||||
<cycles> 2.0 </cycles>
|
<maxhp> 160.00 </maxhp> <!-- Deprecated -->
|
||||||
|
<cycles> 4.0 </cycles>
|
||||||
<idlerpm> 550.0 </idlerpm>
|
<idlerpm> 550.0 </idlerpm>
|
||||||
|
<maxrpm> 2700.0 </maxrpm>
|
||||||
<maxthrottle> 1.0 </maxthrottle>
|
<maxthrottle> 1.0 </maxthrottle>
|
||||||
<minthrottle> 0.2 </minthrottle>
|
<minthrottle> 0.2 </minthrottle>
|
||||||
|
<sparkfaildrop> 0.0 </sparkfaildrop>
|
||||||
</piston_engine>
|
</piston_engine>
|
||||||
|
|
|
@ -361,14 +361,14 @@
|
||||||
</flight_control>
|
</flight_control>
|
||||||
<aerodynamics>
|
<aerodynamics>
|
||||||
|
|
||||||
<alphalimits>
|
<alphalimits unit="RAD">
|
||||||
<min unit="RAD">-0.087</min>
|
<min>-0.087</min>
|
||||||
<max unit="RAD">0.28</max>
|
<max>0.28</max>
|
||||||
</alphalimits>
|
</alphalimits>
|
||||||
|
|
||||||
<hysteresis_limits>
|
<hysteresis_limits unit="RAD">
|
||||||
<min unit="RAD">0.09</min>
|
<min>0.09</min>
|
||||||
<max unit="RAD">0.36</max>
|
<max>0.36</max>
|
||||||
</hysteresis_limits>
|
</hysteresis_limits>
|
||||||
|
|
||||||
<function name="aero/function/kCDge">
|
<function name="aero/function/kCDge">
|
||||||
|
@ -862,4 +862,28 @@
|
||||||
</function>
|
</function>
|
||||||
</axis>
|
</axis>
|
||||||
</aerodynamics>
|
</aerodynamics>
|
||||||
|
<!--
|
||||||
|
<output name="JSBout172C.csv" type="CSV" rate="60">
|
||||||
|
<property> aero/qbar-psf </property>
|
||||||
|
<property> accelerations/udot-ft_sec2 </property>
|
||||||
|
<property> accelerations/vdot-ft_sec2 </property>
|
||||||
|
<property> accelerations/wdot-ft_sec2 </property>
|
||||||
|
<property> accelerations/a-pilot-x-ft_sec2 </property>
|
||||||
|
<property> accelerations/a-pilot-y-ft_sec2 </property>
|
||||||
|
<property> accelerations/a-pilot-z-ft_sec2 </property>
|
||||||
|
<property> accelerations/n-pilot-x-norm </property>
|
||||||
|
<property> accelerations/n-pilot-y-norm </property>
|
||||||
|
<property> accelerations/n-pilot-z-norm </property>
|
||||||
|
<rates> ON </rates>
|
||||||
|
<velocities> ON </velocities>
|
||||||
|
<forces> ON </forces>
|
||||||
|
<moments> ON </moments>
|
||||||
|
<position> ON </position>
|
||||||
|
<fcs> OFF </fcs>
|
||||||
|
<propulsion> OFF </propulsion>
|
||||||
|
<aerosurfaces> OFF </aerosurfaces>
|
||||||
|
<fcs> OFF </fcs>
|
||||||
|
<ground_reactions> OFF </ground_reactions>
|
||||||
|
</output>
|
||||||
|
-->
|
||||||
</fdm_config>
|
</fdm_config>
|
||||||
|
|
Loading…
Add table
Reference in a new issue