Skip to content

Commit

Permalink
Update wing area param
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 authored Nov 7, 2023
1 parent e747d4e commit 4dd1847
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ vtail_pos_vert=23.5
vtail_span=28.87
vtail_sweep=43
vtail_thickness_ratio=0.028
wing_area=3892.23
wing_area=3504.729
wing_camber=3
wing_dihedral=8
wing_incidence=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ full_flap_max_vert_dive_speed_0pctpower = 389.1,1;
no_flap_max_flat_fall_speed_0pctpower = 87.48,1;

[DOUBLE_CHECKS]
wing_area = 5010.0,0.1;
wing_area = 3504.729,0.1;
wing_span = 209.97,0.1;
htail_area = 880,0.1;
htail_span = 63.65,0.1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ vtail_pos_vert=23.5
vtail_span=30
vtail_sweep=43
vtail_thickness_ratio=0.028
wing_area=5010
wing_area=3504.729
wing_camber=3
wing_dihedral=8
wing_incidence=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ full_flap_max_vert_dive_speed_0pctpower = 389.1,1;
no_flap_max_flat_fall_speed_0pctpower = 87.48,1;

[DOUBLE_CHECKS]
wing_area = 5010.0,0.1;
wing_area = 3504.729,0.1;
wing_span = 209.97,0.1;
htail_area = 880,0.1;
htail_span = 63.65,0.1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class FlightModel {

static wingSpan = 209.97;

static wingArea = 3892.23;
static wingArea = 3504.729;

static wingEffcyFactor = 0.72;

Expand Down

1 comment on commit 4dd1847

@st3ph29
Copy link

@st3ph29 st3ph29 commented on 4dd1847 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong empty_weight value in target_performance.cfg [DOUBLE_CHECKS]

Please sign in to comment.