1
0
Fork 0

TAT calculations: use internal JSBSim value.

This commit is contained in:
legoboyvdlp R 2020-09-08 17:50:07 +01:00
parent 5479c1d4f1
commit d4255f92b0

View file

@ -75,51 +75,19 @@
<fcs_function name="/systems/navigation/probes/tat-1/compute-tat"> <fcs_function name="/systems/navigation/probes/tat-1/compute-tat">
<function> <function>
<difference>
<product> <product>
<sum>
<property>/environment/temperature-degc</property> <!-- SAT -->
<value>273.15</value>
</sum>
<sum>
<value>1</value>
<product>
<value>0.2</value> <!-- ratio of specific heats - 1 / 2 -->
<value>0.995</value> <!-- empirical recovery factor --> <value>0.995</value> <!-- empirical recovery factor -->
<pow> <property>propulsion/tat-c</property>
<property>velocities/mach</property> <!-- going to use the pure value of mach here and then calculate another value -->
<value>2</value>
</pow>
</product> </product>
</sum>
</product>
<value>273.15</value>
</difference>
</function> </function>
</fcs_function> </fcs_function>
<fcs_function name="/systems/navigation/probes/tat-2/compute-tat"> <fcs_function name="/systems/navigation/probes/tat-2/compute-tat">
<function> <function>
<difference>
<product> <product>
<sum>
<property>/environment/temperature-degc</property> <!-- SAT -->
<value>273.15</value>
</sum>
<sum>
<value>1</value>
<product>
<value>0.2</value> <!-- ratio of specific heats - 1 / 2 -->
<value>0.996</value> <!-- empirical recovery factor --> <value>0.996</value> <!-- empirical recovery factor -->
<pow> <property>propulsion/tat-c</property>
<property>velocities/mach</property> <!-- going to use the pure value of mach here and then calculate another value -->
<value>2</value>
</pow>
</product> </product>
</sum>
</product>
<value>273.15</value>
</difference>
</function> </function>
</fcs_function> </fcs_function>