Maik: remove redundant (and innapropriate in the YASim core) property interface for the rotorgear.
This commit is contained in:
parent
1fefa1c206
commit
67cbc121d3
1 changed files with 16 additions and 8 deletions
|
@ -757,9 +757,23 @@ rotor: A rotor. Used for simulating helicopters. You can have one, two
|
||||||
balance: The balance of the rotor. 1.0: the rotor is 100% balanced,
|
balance: The balance of the rotor. 1.0: the rotor is 100% balanced,
|
||||||
0.0: half of the blades are missing. Use a value near one
|
0.0: half of the blades are missing. Use a value near one
|
||||||
(0.98 ... 0.999) to add some vibration.
|
(0.98 ... 0.999) to add some vibration.
|
||||||
|
tiltcenterx:
|
||||||
|
tiltcentery:
|
||||||
|
tiltcenterz: The center for the tilting of the complete rotorhead/
|
||||||
|
mast. Can be used for simulating of the Osprey or small
|
||||||
|
autogyros.
|
||||||
|
mintiltyaw:
|
||||||
|
mintiltpitch:
|
||||||
|
mintiltroll:
|
||||||
|
maxtiltyaw:
|
||||||
|
maxtiltpitch:
|
||||||
|
maxtiltroll: The limits (in degree) for tilting the rotor head
|
||||||
|
|
||||||
All rotor can have <control> subelements for the cyclic
|
All rotor can have <control> subelements for the cyclic
|
||||||
(CYCLICELE, CYCLICAIL) and collective (COLLECTIVE) input.
|
(CYCLICELE, CYCLICAIL) and collective (COLLECTIVE) input.
|
||||||
|
and can have <control> subelements for the tilting the whole rotor
|
||||||
|
head around the y-axis (TILTPITCH), the x-axis (TILTROLL) and the
|
||||||
|
z-axis (TILTYAW).
|
||||||
|
|
||||||
rotorgear: If you are using one ore more rotors you have to define a
|
rotorgear: If you are using one ore more rotors you have to define a
|
||||||
rotorgear. It connects all the rotors and adds a simple engine.
|
rotorgear. It connects all the rotors and adds a simple engine.
|
||||||
|
@ -795,18 +809,12 @@ rotorgear: If you are using one ore more rotors you have to define a
|
||||||
ROTORBRAKE: rotor brake
|
ROTORBRAKE: rotor brake
|
||||||
ROTORRELTARGET: the target rpm of the engine relative to
|
ROTORRELTARGET: the target rpm of the engine relative to
|
||||||
the "normal" value for the governor. Default is
|
the "normal" value for the governor. Default is
|
||||||
1. Additionally you can modify this value in
|
1.
|
||||||
the property tree (/rotors/gear/target-rel-rpm)
|
|
||||||
limited internally to 2.5
|
|
||||||
ROTORENGINEMAXRELTORQUE: the maximum torque of the engine
|
ROTORENGINEMAXRELTORQUE: the maximum torque of the engine
|
||||||
relativ to the torque defined by the engine-
|
relativ to the torque defined by the engine-
|
||||||
power. Default is 1. By setting the rel-target
|
power. Default is 1. By setting the rel-target
|
||||||
to a large number you get control over the
|
to a large number you get control over the
|
||||||
engine by this control. Additionally you can
|
engine by this control.
|
||||||
modify this value in the property tree
|
|
||||||
(/rotors/gear/max-rel-torque)
|
|
||||||
Alternativ you can use these two values for
|
Alternativ you can use these two values for
|
||||||
individual start-up sequences (see the s58)
|
individual start-up sequences (see the s58)
|
||||||
|
|
||||||
The rotor simulation is still "beta".
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue