Allow YASim flight models to override the hard-coded fine and coarse
propeller pitch stops for constant speed propellers. The default values are the same as the previous hard-coded values. The new attributes, "fine-stop" and "coarse-stop", are documented in the base package, Docs/README.yasim.
This commit is contained in:
parent
5da3e4c18b
commit
5f0a822c81
1 changed files with 15 additions and 2 deletions
|
@ -212,9 +212,22 @@ propeller: A propeller. This element requires an engine subtag.
|
|||
min-rpm: The minimum operational RPM for a constant speed
|
||||
propeller. This is the speed to which the
|
||||
prop governor will seek when the blue lever
|
||||
is at minimum..
|
||||
is at minimum. The coarse-stop attribute
|
||||
limits how far the governor can go into trying
|
||||
to reach this RPM.
|
||||
max-rpm: The maximum operational RPM for a constant speed
|
||||
propeller. See above.
|
||||
propeller. See above. The fine-stop attribute
|
||||
limits how far the governor can go in trying
|
||||
to reach this RPM.
|
||||
fine-stop: The minimum pitch of the propeller (high RPM) as a
|
||||
ratio of ideal cruise pitch. This is set to 0.25
|
||||
by default -- a higher value will result in a
|
||||
lower RPM at low power settings (e.g. idle, taxi,
|
||||
and approach).
|
||||
coarse-stop: The maximum pitch of the propeller (low RPM) as
|
||||
a ratio of ideal cruise pitch. This is set to
|
||||
4.0 by default -- a lower value may result in a
|
||||
higher RPM at high power settings.
|
||||
gear-ratio: The factor by which the engine RPM is multiplied
|
||||
to produce the propeller RPM. Optional (defaults
|
||||
to 1.0).
|
||||
|
|
Loading…
Add table
Reference in a new issue