Skip to content

Commit

Permalink
further reduced reverse thrust force
Browse files Browse the repository at this point in the history
  • Loading branch information
aguther committed Mar 21, 2024
1 parent 625d85d commit bd76634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl ReverserThrust {
fn reverse_thrust_ratio_from_n1(engine_n1: Ratio) -> Ratio {
let n1_breakpoints = [0., 15., 20., 50., 55., 100.];

let reverse_thrust_ratio = [0., 0., 0.08, 0.20, 0.21, 0.21];
let reverse_thrust_ratio = [0., 0., 0.04, 0.10, 0.10, 0.10];

Ratio::new::<ratio>(interpolation(
&n1_breakpoints,
Expand Down

0 comments on commit bd76634

Please sign in to comment.