JSBSim Engines: Difference between revisions

Jump to navigation Jump to search
Line 302: Line 302:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<?xml version="1.0"?>  
<?xml version="1.0"?>  
 
<rocket_engine name="{string}">
  <isp> {number} </isp>
  <builduptime> {number} </builduptime>
  <maxthrottle> {number} </maxthrottle>
  <minthrottle> {number} </minthrottle>
  <slfuelflowmax> {number} </slfuelflowmax>
  <sloxiflowmax>  {number} </sloxiflowmax>
  <variation>
    <thrust> {number} </thrust>
    <total_isp> {number} </total_isp>
  </variation>
  <thrust_table name="propulsion/thrust_prop_remain" type="internal">
    <tableData>
      {number} {number}
...
      {number} {number}
    </tableData>
  </thrust_table>
</rocket_engine>
</syntaxhighlight>
</syntaxhighlight>


== FGElectric ==
== FGElectric ==
189

edits

Navigation menu