Skip to content

Commit

Permalink
Pup 0.21.3: Adjust gear damping to reduce adverse ground reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanhozay committed May 10, 2016
1 parent c9736c5 commit 9955c27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pup-common.xml
Expand Up @@ -154,7 +154,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<menubar include="Interface/menubar.xml"/>

<author>Richard Senior</author>
<aircraft-version>0.21.2</aircraft-version>
<aircraft-version>0.21.3</aircraft-version>
<flight-model>jsb</flight-model>

<aircraft-data>
Expand Down
15 changes: 9 additions & 6 deletions pup-ground-reactions.xml
Expand Up @@ -35,8 +35,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<static_friction>0.80</static_friction>
<dynamic_friction>0.50</dynamic_friction>
<rolling_friction>0.02</rolling_friction>
<spring_coeff unit="LBS/FT">1800.00</spring_coeff>
<damping_coeff unit="LBS/FT/SEC">300</damping_coeff>
<spring_coeff unit="LBS/FT">2100</spring_coeff>
<damping_coeff unit="LBS/FT/SEC">450</damping_coeff>
<damping_coeff_rebound type="SQUARE" unit="LBS/FT2/SEC2">1000</damping_coeff_rebound>
<max_steer unit="DEG">12.5</max_steer>
<brake_group>NONE</brake_group>
<retractable>0</retractable>
Expand All @@ -51,8 +52,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<static_friction>0.80</static_friction>
<dynamic_friction>0.50</dynamic_friction>
<rolling_friction>0.02</rolling_friction>
<spring_coeff unit="LBS/FT">2100</spring_coeff>
<damping_coeff unit="LBS/FT/SEC">300</damping_coeff>
<spring_coeff unit="LBS/FT">3000</spring_coeff>
<damping_coeff unit="LBS/FT/SEC">1000</damping_coeff>
<damping_coeff_rebound type="SQUARE" unit="LBS/FT2/SEC2">1000</damping_coeff_rebound>
<max_steer unit="DEG">0</max_steer>
<brake_group>LEFT</brake_group>
<retractable>0</retractable>
Expand All @@ -67,8 +69,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<static_friction> 0.80 </static_friction>
<dynamic_friction> 0.50 </dynamic_friction>
<rolling_friction> 0.02 </rolling_friction>
<spring_coeff unit="LBS/FT">2100.00 </spring_coeff>
<damping_coeff unit="LBS/FT/SEC">300</damping_coeff>
<spring_coeff unit="LBS/FT">3000 </spring_coeff>
<damping_coeff unit="LBS/FT/SEC">1000</damping_coeff>
<damping_coeff_rebound type="SQUARE" unit="LBS/FT2/SEC2">1000</damping_coeff_rebound>
<max_steer unit="DEG">0</max_steer>
<brake_group>RIGHT</brake_group>
<retractable>0</retractable>
Expand Down

0 comments on commit 9955c27

Please sign in to comment.