JSBSim Engines: Difference between revisions

Jump to navigation Jump to search
Add xml version tags to all configurations.
m (Small corrections)
(Add xml version tags to all configurations.)
Line 6: Line 6:
=== Configuration File Format ===
=== Configuration File Format ===
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
  <piston_engine name="{string}">
  <piston_engine name="{string}">
   <minmp unit="{INHG | PA | ATM}"> {number} </minmp>
   <minmp unit="{INHG | PA | ATM}"> {number} </minmp>
Line 171: Line 172:
=== Configuration File Format ===
=== Configuration File Format ===
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
  <turbine_engine name="{string}">
  <turbine_engine name="{string}">
   <milthrust unit="{LBS | N}"> {number} </milthrust>
   <milthrust unit="{LBS | N}"> {number} </milthrust>
Line 251: Line 253:
== FGTurboprop ==
== FGTurboprop ==
The turboprop engine
The turboprop engine
=== Configuration File Format ===
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
</syntaxhighlight>


=== Parameter definitions ===
=== Parameter definitions ===
Line 291: Line 299:
== FGRocket ==
== FGRocket ==
The rocket engine
The rocket engine
=== Configuration File Format ===
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
</syntaxhighlight>


== FGElectric ==
== FGElectric ==
Simple thrust producer. You enter the max power as <power unit="WATTS"> and the engine model produces throttle_setting*power watts of output.
Simple thrust producer. You enter the max power as <power unit="WATTS"> and the engine model produces throttle_setting*power watts of output.
* Enter the max power as <power unit="WATTS"> and the engine model produces throttle_setting*power watts of output.
* Enter the max power as <power unit="WATTS"> and the engine model produces throttle_setting*power watts of output.
=== Configuration File Format ===
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
</syntaxhighlight>


== Sources ==
== Sources ==
189

edits

Navigation menu