|
From: Jon S. B. <jb...@us...> - 2011-07-26 13:20:53
|
Update of /cvsroot/jsbsim/JSBSim/check_cases/piston_takeoff/engine
In directory vz-cvs-3.sog:/tmp/cvs-serv16347/piston_takeoff/engine
Added Files:
Makefile.am eng_io320.xml prop_Clark_Y7570.xml
Log Message:
Adding new and modified tests
--- NEW FILE ---
EXTRA_DIST = \
eng_io320.xml \
prop_Clark_Y7570.xml
--- NEW FILE ---
<?xml version="1.0"?>
<!--
File: IO320.xml
Author: Ron Jensen
Inputs:
name: IO320
type: piston
power: 160.0 hp
augmented? no
injected? no
-->
<piston_engine name="IO320">
<minmp unit="INHG"> 6.5 </minmp> <!-- Deprecated -->
<maxmp unit="INHG"> 28.5 </maxmp>
<displacement unit="IN3"> 320.0 </displacement>
<maxhp> 160.0 </maxhp>
<!-- bsfc> 0.37 </bsfc -->
<cycles> 4.0 </cycles>
<idlerpm> 550.0 </idlerpm>
<maxrpm> 2700.0 </maxrpm>
<maxthrottle> 1.0 </maxthrottle>
<minthrottle> 0.1 </minthrottle>
<sparkfaildrop> 0.1 </sparkfaildrop>
</piston_engine>
--- NEW FILE ---
<?xml version="1.0"?>
<propeller name="Simulated Clark Y Airfoil McCauley 7570 Propeller">
<ixx> 1.8 </ixx>
<diameter unit="IN"> 75 </diameter>
<numblades> 2 </numblades>
<minpitch> 21.6 </minpitch>
<maxpitch> 21.6 </maxpitch>
<table name="C_THRUST" type="internal">
<tableData>
0.0 0.108
0.2 0.104
0.4 0.100
0.6 0.080
0.8 0.052
1.0 0.020
1.11 0.000
</tableData>
</table>
<table name="C_POWER" type="internal">
<tableData>
0.0 0.080
0.2 0.075
0.4 0.069
0.6 0.061
0.8 0.050
1.0 0.022
1.11 0.000
</tableData>
</table>
</propeller>
|