JSBSim Thrusters: Difference between revisions

Jump to navigation Jump to search
Line 195: Line 195:
These example tables are from FlightGear's C172P aircraft:
These example tables are from FlightGear's C172P aircraft:


   <table name="C_THRUST" type="internal">
<?xml version="1.0"?>
    <tableData>
    
      0.0  0.068
  <propeller name="Fixed-Pitch 75-inch Two-Blade Propeller">
      0.1  0.068
    <ixx> 1.67 </ixx>
      0.2  0.067
    <diameter unit="IN"> 75.0 </diameter>
      0.3  0.066
    <numblades> 2 </numblades>
      0.4  0.064
    <minpitch> 22 </minpitch>
      0.5  0.062
    <maxpitch> 22 </maxpitch>
      0.6  0.059
 
      0.7  0.054
    <table name="C_THRUST" type="internal">
      0.8  0.043
      <tableData>
      0.9  0.031
        0.0  0.068
      1.0  0.019
        0.1  0.068
      1.1  0.008
        0.2  0.067
      1.2  -0.001
        0.3  0.066
      1.3  -0.008
        0.4  0.064
      1.4  -0.019
        0.5  0.062
      1.5  -0.029
        0.6  0.059
      1.6  -0.040
        0.7  0.054
      1.7  -0.050
        0.8  0.043
      1.8  -0.057
        0.9  0.031
      1.9  -0.061
        1.0  0.019
      2.0  -0.064
        1.1  0.008
      2.1  -0.066
        1.2  -0.001
      2.2  -0.067
        1.3  -0.008
      2.3  -0.068
        1.4  -0.019
      5.0  -0.068
        1.5  -0.029
    </tableData>
        1.6  -0.040
  </table>
        1.7  -0.050
 
        1.8  -0.057
  <table name="C_POWER" type = "internal">
        1.9  -0.061
    <tableData>
        2.0  -0.064
      0.0  0.0580
        2.1  -0.066
      0.1  0.0620
        2.2  -0.067
      0.2  0.0600
        2.3  -0.068
      0.3  0.0580
        5.0  -0.068
      0.4  0.0520
      </tableData>
      0.5  0.0457
    </table>
      0.6  0.0436
 
      0.7  0.0420
    <table name="C_POWER" type = "internal">
      0.8  0.0372
      <tableData>
      0.9  0.0299
        0.0  0.0580
      1.0  0.0202
        0.1  0.0620
      1.1  0.0111
        0.2  0.0600
      1.2  0.0075
        0.3  0.0580
      1.3  0.0111
        0.4  0.0520
      1.4  0.0202
        0.5  0.0457
      1.5  0.0280
        0.6  0.0436
      1.6  0.0346
        0.7  0.0420
      1.7  0.0389
        0.8  0.0372
      1.8  0.0421
        0.9  0.0299
      1.9  0.0436
        1.0  0.0202
      2.0  0.0445
        1.1  0.0111
      2.1  0.0445
        1.2  0.0075
      2.2  0.0442
        1.3  0.0111
      2.3  0.0431
        1.4  0.0202
      2.4  0.0424
        1.5  0.0280
      5.0  0.0413
        1.6  0.0346
    </tableData>
        1.7  0.0389
  </table>
        1.8  0.0421
        1.9  0.0436
        2.0  0.0445
        2.1  0.0445
        2.2  0.0442
        2.3  0.0431
        2.4  0.0424
        5.0  0.0413
      </tableData>
    </table>


=== CT_MACH and CP_MACH ===
=== CT_MACH and CP_MACH ===
482

edits

Navigation menu