FGproperties/Systems/Pitot: Difference between revisions

Jump to navigation Jump to search
m
Numbered list, syntaxhighlight etc
No edit summary
m (Numbered list, syntaxhighlight etc)
Line 2: Line 2:
Small aircraft have one, small IFR aircraft have one or two (of which at least one is heated) and larger commercial aircraft have three or  even more. In those large aircraft the left pitot serves the pilot instruments, the right the co-pilot and the third system the back-up instruments. This might be different for each type of aircraft of course.
Small aircraft have one, small IFR aircraft have one or two (of which at least one is heated) and larger commercial aircraft have three or  even more. In those large aircraft the left pitot serves the pilot instruments, the right the co-pilot and the third system the back-up instruments. This might be different for each type of aircraft of course.


In Flightgear the pitot system outputs the total pressure to the following property:
In FlightGear the pitot system outputs the total pressure to the following properties:
   /systems/pitot[n]/total-pressure-inhg and
   /systems/pitot[n]/total-pressure-inhg and
   /systems/pitot[n]/measured-total-pressure-inhg
   /systems/pitot[n]/measured-total-pressure-inhg
Line 9: Line 9:


The following "measurement failures" are currently applied:
The following "measurement failures" are currently applied:
1) decrease of total and measured pressure due to side-slip and angle of attack
# Decrease of total and measured pressure due to side-slip and angle of attack
2) at 60 deg the pitot tube will stall and the value will fall back to static pressure
# At 60 deg the pitot tube will stall and the value will fall back to static pressure
3) for the "measured" property only: at Mach>1, a shock wave is assumed in front of the pitot tube, decreasing the total pressure.
# For the "measured" property only: at Mach>1, a shock wave is assumed in front of the pitot tube, decreasing the total pressure.


The stall angle may be (optionally) set to any angle between 0 and 90 deg  
The stall angle may be (optionally) set to any angle between 0 and 90 deg  
(default = 60 deg) like so:  
(default is 60 deg) like so:
<syntaxhighlight lang=xml>
   <pitot>
   <pitot>
     <name>pitot</name>
     <name>pitot</name>
Line 20: Line 21:
     <stall-deg>45</stall-deg>
     <stall-deg>45</stall-deg>
   </pitot>   
   </pitot>   
</syntaxhighlight>


Both the decrease of the pitot pressure and the default stall angle are based on a measurement
Both the decrease of the pitot pressure and the default stall angle are based on a measurement
on an AN5812 pitot tube.
on an AN5812 pitot tube.

Navigation menu