JSBSim Thrusters: Difference between revisions

Jump to navigation Jump to search
Line 194: Line 194:
==== Sample C_THRUST and C_POWER tables ====
==== Sample C_THRUST and C_POWER tables ====
These example tables are from FlightGear's C172P aircraft:
These example tables are from FlightGear's C172P aircraft:
 
<?xml version="1.0"?>
 
   <propeller name="Fixed-Pitch 75-inch Two-Blade Propeller">
   <propeller name="Fixed-Pitch 75-inch Two-Blade Propeller">
     <ixx> 1.67 </ixx>
     <ixx> 1.67 </ixx>
Line 204: Line 202:
     <maxpitch> 22 </maxpitch>
     <maxpitch> 22 </maxpitch>
    
    
    <table name="C_THRUST" type="internal">
    <table name="C_THRUST" type="internal">
    <tableData>
      <tableData>
        0.0  0.068
        0.0  0.068
        0.1  0.068
        0.1  0.068
        0.2  0.067
        0.2  0.067
        0.3  0.066
        0.3  0.066
        0.4  0.064
        0.4  0.064
        0.5  0.062
        0.5  0.062
        0.6  0.059
        0.6  0.059
        0.7  0.054
        0.7  0.054
        0.8  0.043
        0.8  0.043
        0.9  0.031
        0.9  0.031
        1.0  0.019
        1.0  0.019
        1.1  0.008
        1.1  0.008
        1.2  -0.001
        1.2  -0.001
        1.3  -0.008
        1.3  -0.008
         1.4  -0.019
         1.4  -0.019
         1.5  -0.029
         1.5  -0.029
482

edits

Navigation menu