Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bengida1989 committed Jun 25, 2020
1 parent eb22ede commit 26b6d89
Show file tree
Hide file tree
Showing 9 changed files with 924 additions and 699 deletions.
Binary file modified WAKE.fig
Binary file not shown.
1,583 changes: 904 additions & 679 deletions WAKE.m

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions drag_force.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@


%% WING PARAMETERS
c = INPUTS(4); % Bird's characteristic chord [m]
b = INPUTS(5); % Bird's wingspan [m] (includes the body width)
W = INPUTS(8); % Bird's weight [kg]
c = INPUTS(4); % body's characteristic length [m]
b = INPUTS(5); % body's wingspan [m] (includes the body width)
W = INPUTS(8); % body's weight [kg]
g = 9.81; % Gravitational acceleration [m/sec2]
bl = INPUTS(6); % Bird's body length [m]
bw = INPUTS(7); % Bird's body width [m]
bl = INPUTS(6); % body's length [m]
bw = INPUTS(7); % body's width [m]
%%


Expand Down
Binary file modified getWAKE_capabilities.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions lift_force.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@


%% WING PARAMETERS
c = INPUTS(4); % Bird's characteristic chord [m]
b = INPUTS(5); % Bird's wingspan [m] (includes the body width)
W = INPUTS(8); % Bird's weight [kg]
c = INPUTS(4); % body's characteristic length [m]
b = INPUTS(5); % body's wingspan [m] (includes the body width)
W = INPUTS(8); % body's weight [kg]
g = 9.81; % Gravitational acceleration [m/sec2]
bl = INPUTS(6); % Bird's body length [m]
bw = INPUTS(7); % Bird's body width [m]
bl = INPUTS(6); % body's length [m]
bw = INPUTS(7); % body's width [m]
%%


Expand Down
10 changes: 5 additions & 5 deletions main.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@


%% WING PARAMETERS
c = INPUTS(4); % Bird's characteristic chord [m]
b = INPUTS(5); % Bird's wingspan [m] (includes the body width)
W = INPUTS(8); % Bird's weight [kg]
c = INPUTS(4); % body's characteristic length [m]
b = INPUTS(5); % body's wingspan [m] (includes the body width)
W = INPUTS(8); % body's weight [kg]
g = 9.81; % Gravitational acceleration [m/sec2]
bl = INPUTS(6); % Bird's body length [m]
bw = INPUTS(7); % Bird's body width [m]
bl = INPUTS(6); % body's length [m]
bw = INPUTS(7); % body's width [m]
%%


Expand Down
10 changes: 5 additions & 5 deletions movie_maker.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ function movie_maker(A, INPUTS, path, fps, vort_thresh, thresh_criterion,...


%% WING PARAMETERS
c = INPUTS(4); % Bird's characteristic chord [m]
b = INPUTS(5); % Bird's wingspan [m] (includes the body width)
W = INPUTS(8); % Bird's weight [kg]
c = INPUTS(4); % body's characteristic length [m]
b = INPUTS(5); % body's wingspan [m] (includes the body width)
W = INPUTS(8); % body's weight [kg]
g = 9.81; % Gravitational acceleration [m/sec2]
bl = INPUTS(6); % Bird's body length [m]
bw = INPUTS(7); % Bird's body width [m]
bl = INPUTS(6); % body's length [m]
bw = INPUTS(7); % body's width [m]
%%


Expand Down
Binary file modified snapshot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26b6d89

Please sign in to comment.