TAT calculations: use internal JSBSim value.
This commit is contained in:
parent
5479c1d4f1
commit
d4255f92b0
1 changed files with 8 additions and 40 deletions
|
@ -75,51 +75,19 @@
|
|||
|
||||
<fcs_function name="/systems/navigation/probes/tat-1/compute-tat">
|
||||
<function>
|
||||
<difference>
|
||||
<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 -->
|
||||
<pow>
|
||||
<property>velocities/mach</property> <!-- going to use the pure value of mach here and then calculate another value -->
|
||||
<value>2</value>
|
||||
</pow>
|
||||
<property>propulsion/tat-c</property>
|
||||
</product>
|
||||
</sum>
|
||||
</product>
|
||||
<value>273.15</value>
|
||||
</difference>
|
||||
</function>
|
||||
</fcs_function>
|
||||
|
||||
<fcs_function name="/systems/navigation/probes/tat-2/compute-tat">
|
||||
<function>
|
||||
<difference>
|
||||
<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 -->
|
||||
<pow>
|
||||
<property>velocities/mach</property> <!-- going to use the pure value of mach here and then calculate another value -->
|
||||
<value>2</value>
|
||||
</pow>
|
||||
<property>propulsion/tat-c</property>
|
||||
</product>
|
||||
</sum>
|
||||
</product>
|
||||
<value>273.15</value>
|
||||
</difference>
|
||||
</function>
|
||||
</fcs_function>
|
||||
|
||||
|
|
Loading…
Reference in a new issue