Control: Improve EPR calculation for high altitude airports
This commit is contained in:
parent
8398d2b04d
commit
bdc46ecb65
1 changed files with 17 additions and 3 deletions
|
@ -7,7 +7,15 @@
|
|||
<filter>
|
||||
<name>EPR Scale</name>
|
||||
<type>gain</type>
|
||||
<gain>1.0</gain>
|
||||
<gain>
|
||||
<expression>
|
||||
<table>
|
||||
<property>/fdm/jsbsim/velocities/mach</property>
|
||||
<entry><ind>0.09</ind><dep>0.95</dep></entry>
|
||||
<entry><ind>0.15</ind><dep>1.00</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
</gain>
|
||||
<input>
|
||||
<expression>
|
||||
<table>
|
||||
|
@ -28,13 +36,19 @@
|
|||
<expression>
|
||||
<difference>
|
||||
<table>
|
||||
<product>
|
||||
<property>/position/altitude-ft</property>
|
||||
<table>
|
||||
<property>/fdm/jsbsim/velocities/mach</property>
|
||||
<entry><ind>0.09</ind><dep>0.1</dep></entry>
|
||||
<entry><ind>0.15</ind><dep>1.0</dep></entry>
|
||||
</table>
|
||||
</product>
|
||||
<entry><ind> 0</ind><dep>0.9852</dep></entry>
|
||||
<entry><ind>43000</ind><dep>0.8584</dep></entry>
|
||||
</table>
|
||||
<table>
|
||||
<property>/fdm/jsbsim/velocities/mach</property>
|
||||
<entry><ind>0.00</ind><dep>0.000</dep></entry>
|
||||
<entry><ind>0.09</ind><dep>0.000</dep></entry>
|
||||
<entry><ind>0.15</ind><dep>0.016</dep></entry>
|
||||
<entry><ind>0.22</ind><dep>0.022</dep></entry>
|
||||
|
|
Loading…
Reference in a new issue