189
edits
| Line 12: | Line 12: | ||
== FGNozzle == | == FGNozzle == | ||
FGNozzle is for the FGRocket engine. | |||
=== Configuration File Format === | |||
<syntaxhighlight lang="xml"> | |||
<nozzle name="{string}"> | |||
<area unit="{FT2 | M2 | IN2}"> {number} </area> | |||
</nozzle> | |||
</syntaxhighlight> | |||
=== Parameter definitions === | |||
{| class="prettytable" | |||
|- | |||
|area | |||
|Nozzle area at the exit plane. | |||
|} | |||
=== Notes === | |||
* All parameters MUST be specified. | |||
== FGPropeller == | == FGPropeller == | ||
FGPropeller models a propeller given the tabular data for Ct and Cp, indexed by the advance ratio "J". | FGPropeller models a propeller given the tabular data for Ct and Cp, indexed by the advance ratio "J". | ||
edits