1
0
Fork 0
fgdata/Data/AI/thermal_demo.xml
ehofman 0970aead32 David Culp:
Here are files to get automated contrails working.  I've set up contrails for
the 737, using my simple, untextured contrail model.  Vivian has made another
contrail model, but I'm still trying to get his to work.  I'm hoping others
will try to make contrail models also.

Here's some code that defines a top to thermals.  When the top of a thermal is
reached the strength is phased-out linearly over the next 100 feet of
altitude.  At first I tried just capping the thermal at the top, but the
change in thermal strength was too fast for the FDM to handle well.

Included is a new version of the thermal scenario that includes a top
(height-msl) to the thermal.  The default value is 5000 feet.
2004-11-07 14:50:01 +00:00

19 lines
No EOL
364 B
XML

<?xml version="1.0"?>
<PropertyList>
<scenario>
<entry>
<!-- puts a thermal over the control tower at KSFO -->
<type>thermal</type>
<latitude>37.61633</latitude>
<longitude>-122.38334</longitude>
<strength-fps>13.49</strength-fps>
<diameter-ft>4800.0</diameter-ft>
<height-msl>5000</height-msl>
</entry>
</scenario>
</PropertyList>