Skip to content
Snippets Groups Projects
Commit a8cc3880 authored by gPauls-TUHH's avatar gPauls-TUHH
Browse files

Merge branch 'fix/braking_typo' into 'develop'

Renamed breaking_coefficient into braking_coefficient

See merge request !9
parents 321bbe58 5903430c
No related branches found
No related tags found
2 merge requests!20Initial open source version,!9Renamed breaking_coefficient into braking_coefficient
...@@ -729,13 +729,13 @@ ...@@ -729,13 +729,13 @@
<lower_boundary>0.02</lower_boundary> <lower_boundary>0.02</lower_boundary>
<upper_boundary>0.08</upper_boundary> <upper_boundary>0.08</upper_boundary>
</friction_coefficient> </friction_coefficient>
<breaking_coefficient description="Raymer p.486 - Table 17.1: 0.3 - 0.5; Torenbeek: jet 0.4-0.5; prop 0.35-0.45; Airbus: Medium Deceleration = 11 ft/s^2 = 0.34189"> <braking_coefficient description="Raymer p.486 - Table 17.1: 0.3 - 0.5; Torenbeek: jet 0.4-0.5; prop 0.35-0.45; Airbus: Medium Deceleration = 11 ft/s^2 = 0.34189">
<value>0.34189</value> <value>0.34189</value>
<default>0.34189</default> <default>0.34189</default>
<unit>1</unit> <unit>1</unit>
<lower_boundary>0.06</lower_boundary> <lower_boundary>0.06</lower_boundary>
<upper_boundary>0.5</upper_boundary> <upper_boundary>0.5</upper_boundary>
</breaking_coefficient> </braking_coefficient>
</landing_gear> </landing_gear>
</additional_requirements> </additional_requirements>
</requirements> </requirements>
......
...@@ -666,13 +666,13 @@ ...@@ -666,13 +666,13 @@
<lower_boundary>0.02</lower_boundary> <lower_boundary>0.02</lower_boundary>
<upper_boundary>0.08</upper_boundary> <upper_boundary>0.08</upper_boundary>
</friction_coefficient> </friction_coefficient>
<breaking_coefficient description="Raymer p.486 - Table 17.1: 0.3 - 0.5; Torenbeek: jet 0.4-0.5; prop 0.35-0.45; Airbus: Medium Deceleration = 11 ft/s^2 = 0.34189"> <braking_coefficient description="Raymer p.486 - Table 17.1: 0.3 - 0.5; Torenbeek: jet 0.4-0.5; prop 0.35-0.45; Airbus: Medium Deceleration = 11 ft/s^2 = 0.34189">
<value>0.34189</value> <value>0.34189</value>
<default>0.34189</default> <default>0.34189</default>
<unit>1</unit> <unit>1</unit>
<lower_boundary>0.06</lower_boundary> <lower_boundary>0.06</lower_boundary>
<upper_boundary>0.5</upper_boundary> <upper_boundary>0.5</upper_boundary>
</breaking_coefficient> </braking_coefficient>
</landing_gear> </landing_gear>
</additional_requirements> </additional_requirements>
</requirements> </requirements>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment