Engine: Fuel Flow fixed

This commit is contained in:
Joshua Davidson 2018-12-22 11:50:56 -05:00
parent 94389c42ca
commit e46170ee9c
2 changed files with 7 additions and 27 deletions

View file

@ -68,38 +68,18 @@
<filter>
<name>FF 1</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/engines/engine[0]/fuel-flow_pph</property>
<entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind>2000</ind><dep>1387</dep></entry>
<entry><ind>9000</ind><dep>9847</dep></entry>
</table>
</expression>
</input>
<type>exponential</type>
<input>/engines/engine[0]/fuel-flow_pph</input>
<output>/engines/engine[0]/fuel-flow_actual</output>
<filter-time>0.32</filter-time>
</filter>
<filter>
<name>FF 2</name>
<type>gain</type>
<gain>1.0</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/engines/engine[1]/fuel-flow_pph</property>
<entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind>2000</ind><dep>1387</dep></entry>
<entry><ind>9000</ind><dep>9847</dep></entry>
</table>
</expression>
</input>
<type>exponential</type>
<input>/engines/engine[1]/fuel-flow_pph</input>
<output>/engines/engine[1]/fuel-flow_actual</output>
<filter-time>0.32</filter-time>
</filter>
<filter>

View file

@ -1 +1 @@
4716
4717