Skip to content

Commit

Permalink
Retuned the Short_S23 scripts.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Gidenstam <[email protected]>
  • Loading branch information
andgi committed Nov 26, 2023
1 parent 4446911 commit 6e7e028
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion aircraft/Short_S23/Short_S23.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Short S.23 flying boat flight model for JSBSim.
Copyright (C) 2008 - 2018 Anders Gidenstam (anders(at)gidenstam.org)
Copyright (C) 2008 - 2023 Anders Gidenstam (anders(at)gidenstam.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion aircraft/Short_S23/Systems/datcom_aero.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<property>aero/function/ground-effect-factor-drag</property>
<property>aero/qbar-psf</property>
<property>metrics/Sw-sqft</property>
<value>1.30</value> <!-- Adjusted for climb time. -->
<value>1.23</value> <!-- Adjusted for climb time. -->
<table>
<independentVar lookup="row">aero/alpha-rad</independentVar>
<tableData>
Expand Down
8 changes: 4 additions & 4 deletions scripts/Short_S23_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
<condition>
simulation/sim-time-sec GT 1.0
</condition>
<set name="fcs/throttle-cmd-norm[0]" value="0.765"/>
<set name="fcs/throttle-cmd-norm[1]" value="0.765"/>
<set name="fcs/throttle-cmd-norm[2]" value="0.765"/>
<set name="fcs/throttle-cmd-norm[3]" value="0.765"/>
<set name="fcs/throttle-cmd-norm[0]" value="0.77"/>
<set name="fcs/throttle-cmd-norm[1]" value="0.77"/>
<set name="fcs/throttle-cmd-norm[2]" value="0.77"/>
<set name="fcs/throttle-cmd-norm[3]" value="0.77"/>
<!-- Close the speed valves of the unneeded channels. -->
<set name="sperry-autopilot/heading-speed-valve-cmd-norm" value="0.0"/>
<set name="sperry-autopilot/pitch-speed-valve-cmd-norm" value="0.0"/>
Expand Down
8 changes: 4 additions & 4 deletions scripts/Short_S23_3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
<condition>
simulation/sim-time-sec GT 1.0
</condition>
<set name="fcs/throttle-cmd-norm[0]" value="0.945"/>
<set name="fcs/throttle-cmd-norm[1]" value="0.945"/>
<set name="fcs/throttle-cmd-norm[2]" value="0.945"/>
<set name="fcs/throttle-cmd-norm[3]" value="0.945"/>
<set name="fcs/throttle-cmd-norm[0]" value="0.96"/>
<set name="fcs/throttle-cmd-norm[1]" value="0.96"/>
<set name="fcs/throttle-cmd-norm[2]" value="0.96"/>
<set name="fcs/throttle-cmd-norm[3]" value="0.96"/>
<!-- Close the speed valves of the unneeded channels. -->
<set name="sperry-autopilot/heading-speed-valve-cmd-norm" value="0.0"/>
<set name="sperry-autopilot/pitch-speed-valve-cmd-norm" value="0.0"/>
Expand Down

0 comments on commit 6e7e028

Please sign in to comment.