Skip to content

Commit

Permalink
[conf][nps] Temporary addition of fw jsbsim models
Browse files Browse the repository at this point in the history
  • Loading branch information
scdwyer authored and flixr committed Aug 8, 2013
1 parent 9d52cfa commit 6acdf25
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 0 deletions.
51 changes: 51 additions & 0 deletions conf/simulator/jsbsim/aircraft/Engines/18x8.xml
@@ -0,0 +1,51 @@
<?xml version="1.0"?>

<!-- Generated by Aero-Matic v 0.7
Inputs:
horsepower: 3.8
pitch: fixed
Outputs:
linear-blade-inches: 10.331602005498
-->

<propeller name="Rascal Propeller">
<ixx> 0.00085 </ixx>
<diameter unit="IN"> 18.0 </diameter>
<numblades> 2 </numblades>
<minpitch> 30 </minpitch>
<maxpitch> 30 </maxpitch>

<table name="C_THRUST" type="internal">
<tableData>
0.0 0.0776
0.1 0.0744
0.2 0.0712
0.3 0.0655
0.4 0.0588
0.5 0.0518
0.6 0.0419
0.7 0.0318
0.8 0.0172
1.0 -0.0058
1.4 -0.0549
</tableData>
</table>

<table name="C_POWER" type = "internal">
<tableData>
0.0 0.0902
0.1 0.0893
0.2 0.0880
0.3 0.0860
0.4 0.0810
0.5 0.0742
0.6 0.0681
0.7 0.0572
0.8 0.0467
1.0 0.0167
1.4 -0.0803
</tableData>
</table>

</propeller>
8 changes: 8 additions & 0 deletions conf/simulator/jsbsim/aircraft/Engines/Zenoah_G-26A.xml
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!-- Zenoah G-26A -->
<!-- 2.96 hp engine -->
<!-- one horsepower equals 745.69987 Watts -->

<electric_engine name="electric_1mw">
<power unit="WATTS"> 2207.27 </power>
</electric_engine>

0 comments on commit 6acdf25

Please sign in to comment.