Skip to content

Commit

Permalink
revert: cd0, wingarea in flightmodel vnav params
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 committed Nov 18, 2023
1 parent d6124f1 commit 848a917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdw-a339x/src/systems/fmgc/src/guidance/vnav/FlightModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { MathUtils } from '@flybywiresim/fbw-sdk';
import { Common, FlapConf } from './common';

export class FlightModel {
static Cd0 = 0.0260;
static Cd0 = 0.0200;

static wingSpan = 209.97;

static wingArea = 3892.23;
static wingArea = 5010;

static wingEffcyFactor = 0.72;

Expand Down

0 comments on commit 848a917

Please sign in to comment.