필터 지우기
필터 지우기

What is the air velocity here?

조회 수: 2 (최근 30일)
HAITHAM AL SATAI
HAITHAM AL SATAI 2019년 6월 8일
댓글: HAITHAM AL SATAI 2019년 6월 11일
I'm trying to find the lift force to what I have here in the system that shown below in the attached picture. I found some parameters to solve the equation of the left, but I couldn't find the air velocity. How could I find this velocity?. Could anyone help me with this matter, please?.
%The given aircraft characteristics are defined below
m= 4.6; % Aircraft Mass [kg]
S= 0.85; % Wing surface [m^2]
k= 0.0095; % Induced drag parameter
Cd0=0.118; % Zero-lift drag coefficient
alpha=2.75; % Angle of attack[deg]
p0=945.15; % Air pressure[hPa]
rho=1.225; %Air density of (ISA)standard[kg/m^3]
alpha0 = -4; % zero lift angle of attack (Found from given graph)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%Q1:How much is the lift force?
%The lift force can be found by the below equation:
L=(1/2)*rho*(v^2)*S*CL
The system
  댓글 수: 8
darova
darova 2019년 6월 9일
But an aircraft don't fall down. Why there is acceleration?
Walter Roberson
Walter Roberson 2019년 6월 9일
Gravity causes downward acceleration, which is countered by the upwards acceleration of the lift.

댓글을 달려면 로그인하십시오.

채택된 답변

PIYUSH AGGARWAL
PIYUSH AGGARWAL 2019년 6월 9일
As per your diagram , the aircraft experiences T (I guess its forward propelling/throtelling force)and D (backward drag force) in the horizontal direction (x). You need the velocity to apply this equation :-
L=(1/2)*rho*(v^2)*S*CL
A possible solution maybe :-
(T-D)/m = A = Gives you the acceleration of aircraft in positive x direction.
If T and D are not time varying forces then velocity calculation will be pretty straight forward :-
v = u + A*t
where t is time lapsed from the initial point till now and u the velocity at initial time
If these forces are not constant you have to go for integration:-
  댓글 수: 3
PIYUSH AGGARWAL
PIYUSH AGGARWAL 2019년 6월 11일
@HAITHAM AL SATAI :) Anytime. Look I don't know much about areodynamics but the solution which I told you was based on pretty basic mechanics only. There must be some formulae for calculating Drag Force D and Throttle T, as for the initial velocity u and time t, you are the observer of the frame of reference so you must be knowing the time interval length and initial states of the system such as velocity (u) before hand.
Drag Force D:- refer this link
I can see that Drag also depends on velocity, So you have a differential equation of the type where force is proportional to velocity squared.
Or I can say the derivative of velocity wrt time depens on Velocity squared. So you will have to rearrange terms, Bring similar terms together on one side and then integrate both the sides. Pretty much how you solve the basic diff eqns.
Well in ideal case if the aircraft needs to move with constant speed/velocity , T = D.
HAITHAM AL SATAI
HAITHAM AL SATAI 2019년 6월 11일
@ PIYUSH AGGARWAL Thank you so much sir for your help. ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 UAV에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by