1
0
Fork 0

Moisture and contrail effects improvements

This commit is contained in:
vezza 2020-02-24 19:46:30 +01:00
parent ac955dacb3
commit 475a600c71
10 changed files with 501 additions and 504 deletions

View file

@ -13,7 +13,7 @@ Original code author Maggse.
<PropertyList> <PropertyList>
<particlesystem> <particlesystem>
<!-- <type>trail</type>--> <!-- <type>trail</type>-->
<name>Moisture</name> <name>moisture</name>
<texture>res/smoke.png</texture> <texture>res/smoke.png</texture>
<emissive>false</emissive> <emissive>false</emissive>
<lighting>false</lighting> <lighting>false</lighting>

View file

@ -3,7 +3,7 @@
<PropertyList> <PropertyList>
<particlesystem> <particlesystem>
<name>contrail-eng1</name> <name>contrail</name>
<texture>res/smoke.png</texture> <texture>res/smoke.png</texture>
<offsets> <offsets>
<x-m>30</x-m> <x-m>30</x-m>

View file

@ -48,7 +48,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng1</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -84,7 +84,7 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Moisture_Left</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
@ -124,7 +124,7 @@
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-l</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
@ -166,7 +166,7 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-l-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
@ -242,10 +242,10 @@
</axis> </axis>
</animation> </animation>
<!--effect> <!-- <effect>
<inherits-from>Aircraft/A320-family/Models/Effects/engineLEAPl</inherits-from> <inherits-from>Aircraft/A320-family/Models/Effects/engineLEAPl</inherits-from>
<object-name>Nacelle</object-name> <object-name>Nacelle</object-name>
<object-name>Reverser</object-name> <object-name>Reverser</object-name>
</effect--> </effect> -->
</PropertyList> </PropertyList>

View file

@ -48,7 +48,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng2</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -82,37 +82,36 @@
</offsets> </offsets>
</model> </model>
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Moisture_Right</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1</property> <property>engines/engine[1]/n1</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-0.5</x-m> <x-m>-0.5</x-m>
@ -125,37 +124,37 @@
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-r</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>4.875</x-m> <x-m>4.875</x-m>
@ -167,33 +166,33 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-r-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0.5</value> <value>0.5</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0.875</x-m> <x-m>0.875</x-m>
@ -214,8 +213,7 @@
<z-m>-4.4</z-m> <z-m>-4.4</z-m>
<pitch-deg>0</pitch-deg> <pitch-deg>0</pitch-deg>
</offsets> </offsets>
</model> </model> -->
-->
<model> <model>
<name>Engine fire</name> <name>Engine fire</name>
@ -244,10 +242,10 @@
</axis> </axis>
</animation> </animation>
<!--effect> <!-- <effect>
<inherits-from>Aircraft/A320-family/Models/Effects/engineLEAPr</inherits-from> <inherits-from>Aircraft/A320-family/Models/Effects/engineLEAPr</inherits-from>
<object-name>Nacelle</object-name> <object-name>Nacelle</object-name>
<object-name>Reverser</object-name> <object-name>Reverser</object-name>
</effect--> </effect> -->
</PropertyList> </PropertyList>

View file

@ -35,7 +35,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng1</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -71,34 +71,34 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Moisture_Left</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1</property> <property>engines/engine[0]/n1</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-0.5</x-m> <x-m>-0.5</x-m>
@ -111,37 +111,37 @@
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-l</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>5.137</x-m> <x-m>5.137</x-m>
@ -153,33 +153,33 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-l-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0.5</value> <value>0.5</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0.875</x-m> <x-m>0.875</x-m>
@ -187,7 +187,7 @@
<z-m>-2.5</z-m> <z-m>-2.5</z-m>
</offsets> </offsets>
</model> </model>
<model> <model>
<name>Engine fire</name> <name>Engine fire</name>
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path> <path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
@ -215,11 +215,11 @@
</axis> </axis>
</animation> </animation>
<!--effect> <!-- <effect>
<inherits-from>Aircraft/A320-family/Models/Effects/enginePW1100L</inherits-from> <inherits-from>Aircraft/A320-family/Models/Effects/enginePW1100L</inherits-from>
<object-name>NacellePW1100G</object-name> <object-name>NacellePW1100G</object-name>
<object-name>ReverserPW1100G</object-name> <object-name>ReverserPW1100G</object-name>
<object-name>SpoilersPW1100G</object-name> <object-name>SpoilersPW1100G</object-name>
</effect--> </effect> -->
</PropertyList> </PropertyList>

View file

@ -35,7 +35,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng2</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -71,34 +71,34 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Moisture_Right</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1</property> <property>engines/engine[1]/n1</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-0.5</x-m> <x-m>-0.5</x-m>
@ -111,37 +111,37 @@
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-r</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>5.137</x-m> <x-m>5.137</x-m>
@ -153,33 +153,33 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-r-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>60</value> <value>65</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0.5</value> <value>0.5</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0.875</x-m> <x-m>0.875</x-m>
@ -188,7 +188,6 @@
</offsets> </offsets>
</model> </model>
<model> <model>
<name>Engine fire</name> <name>Engine fire</name>
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path> <path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
@ -216,11 +215,11 @@
</axis> </axis>
</animation> </animation>
<!--effect> <!-- <effect>
<inherits-from>Aircraft/A320-family/Models/Effects/enginePW1100R</inherits-from> <inherits-from>Aircraft/A320-family/Models/Effects/enginePW1100R</inherits-from>
<object-name>NacellePW1100G</object-name> <object-name>NacellePW1100G</object-name>
<object-name>ReverserPW1100G</object-name> <object-name>ReverserPW1100G</object-name>
<object-name>SpoilersPW1100G</object-name> <object-name>SpoilersPW1100G</object-name>
</effect--> </effect> -->
</PropertyList> </PropertyList>

View file

@ -37,7 +37,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng1</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -73,34 +73,34 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Left</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1</property> <property>engines/engine[0]/n1</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-0.5</x-m> <x-m>-0.5</x-m>
@ -113,37 +113,37 @@
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-l</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>4.875</x-m> <x-m>4.875</x-m>
@ -155,33 +155,33 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-l-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0.5</value> <value>0.5</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0.875</x-m> <x-m>0.875</x-m>

View file

@ -37,7 +37,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng2</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -73,7 +73,7 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Right</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
@ -113,7 +113,7 @@
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-r</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
@ -155,7 +155,7 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-r-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>

View file

@ -34,7 +34,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng1</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -70,34 +70,34 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Left</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1</property> <property>engines/engine[0]/n1</property>
<value>60</value> <value>65</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-0.5</x-m> <x-m>-0.5</x-m>
@ -106,41 +106,41 @@
<pitch-deg>0</pitch-deg> <pitch-deg>0</pitch-deg>
</offsets> </offsets>
</model> </model>
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-l</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>4.875</x-m> <x-m>4.875</x-m>
@ -152,33 +152,33 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-l-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0.5</value> <value>0.5</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0.875</x-m> <x-m>0.875</x-m>

View file

@ -34,7 +34,7 @@
</model> </model>
<model> <model>
<name>Contrail-eng2</name> <name>contrail</name>
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path> <path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
<condition> <condition>
<and> <and>
@ -70,34 +70,34 @@
<!-- Takeoff/Landing Engine Moisture --> <!-- Takeoff/Landing Engine Moisture -->
<model> <model>
<name>Right</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1</property> <property>engines/engine[1]/n1</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-0.5</x-m> <x-m>-0.5</x-m>
@ -106,41 +106,41 @@
<pitch-deg>0</pitch-deg> <pitch-deg>0</pitch-deg>
</offsets> </offsets>
</model> </model>
<!-- Takeoff/Landing Engine spray --> <!-- Takeoff/Landing Engine spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray-r</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>4.875</x-m> <x-m>4.875</x-m>
@ -152,33 +152,33 @@
<!-- Takeoff/Landing Engine Reverse spray --> <!-- Takeoff/Landing Engine Reverse spray -->
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-r-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0.5</value> <value>0.5</value>
</greater-than> </greater-than>
<!-- <not> <!-- <not>
<property>sim/crashed</property> <property>sim/crashed</property>
</not> --> </not> -->
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0.875</x-m> <x-m>0.875</x-m>