-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.m
40 lines (30 loc) · 837 Bytes
/
main.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%Script for Aerolab Version 13.05.2019
clear
clf
%TO DO: Legend
%Variable Name - Name of physical Variable
%Assumptions
AspRatio=6; %Aspect Ratio = span/average chordline
Ca_infinite=0.5; %Liftcoefficient of our infinite wing
m=0.7; %mass of the plane
TaperRatio=0.8; %Taper Ratio = inner chord/outer chord
vs=17; %Stall speed/min Speed/lift off speed
%Velocity in air (range)
velocity=linspace(5,40,500);
RPMprop=19404;
diaprop=5;
pitchprop=4.5;
%Main
aerolab
% wingplot(b, l_inner, l_outer,'k')
% Re_min_inner
% Re_min_outer
% Fthrust
thrustplot(velocity,T_r,Fthrust)
%comparison
%TaperRatio=1; %change a variable here
%aerolab
%hold on
%wingplot(b, l_inner, l_outer,'b') %uncomment for comparison
%TO DO: Plotting
%Plot Assumption to Output