Update of /cvsroot/jsbsim/JSBSim/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7562/scripts
Modified Files:
p51d_tail_wind.xml
Log Message:
Sets adverse initial conditions to stress the trimming algorithm on ground.
Index: p51d_tail_wind.xml
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/scripts/p51d_tail_wind.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** p51d_tail_wind.xml 23 May 2016 17:17:58 -0000 1.1
--- p51d_tail_wind.xml 5 Jun 2016 15:09:06 -0000 1.2
***************
*** 23,26 ****
--- 23,31 ----
<property value="0"> atmosphere/cosine-gust/Z-velocity-ft_sec </property>
+ <event name="Trim">
+ <condition>simulation/sim-time-sec gt 0.0</condition>
+ <set name="simulation/do_simple_trim" value="2"/>
+ </event>
+
<event name="Engine start">
<description>Start the engine</description>
|