JSBSim Thrusters: Difference between revisions

Jump to navigation Jump to search
Line 335: Line 335:
=== CT_MACH and CP_MACH ===
=== CT_MACH and CP_MACH ===
The CT_MACH and CP_MACH tables are optional. They apply a factor to Ct and Cp based on the helical tip Mach.
The CT_MACH and CP_MACH tables are optional. They apply a factor to Ct and Cp based on the helical tip Mach.
Examples:
<nowiki>
<!-- thrust effects of helical tip Mach -->
  <table name="CT_MACH" type="internal">
    <tableData>
      0.85  1.0
      1.05  0.8
    </tableData>
  </table>
 
  <!-- power-required effects of helical tip Mach -->
  <table name="CP_MACH" type="internal">
    <tableData>
      0.85  1.0
      1.05  1.8
      2.00  1.4
    </tableData>
  </table>
</nowiki>


=== Sense ===
=== Sense ===
482

edits

Navigation menu