Question: A rectangular wing is allowed to pitch about the leading edge at a frequency of 5 Hz . ZONA ZAERO program was used to generate
A rectangular wing is allowed to pitch about the leading edge at a
frequency of Hz ZONA ZAERO program was used to generate the
M Sea Level Generalized Forces. The MATLAB Script
"SDOFMptSetUp.m contains the list of Reduced Velocities K;
the Generalized Mass, the Generalized Stiffness and the Generalized
Forces that corresponds to each Reduced Velocity K This is
uploaded to CANVAS Files Folder Homework.
A Plot the Real part of the Generalized Force versus Reduced
Frequency not Reduced Velocity K
B Plot the Imaginary part of the Generalized Force versus Reduced
Frequency not Reduced Velocity K
C Make a Plot of damping versus Velocity for the one mode
D Make a Plot of frequency Hz versus Velocity for the one mode
E From the plots estimate: a The flutter velocity and b the flutter
freauency Hz
Use the following MATLAB code to solve the problem and modify wherever necessary
KMethod example of Single Degree of Freedom Flutter
Hz pitching about leading edge, Mach Number Sea Level
Homework Problem
Dr Dale M Pitt Oct
clear all
clc
input reduced velocitities values this is also one over K
redvel
input generalized forces from ZONA as separate real and imaginary
GFR ;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
Input imaginary values
GFI ;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
combine the real and the imaginary terms
QQ GFR GFIsqrt
m Generalized Mass from NASTRAN F Normal Mode Solution
k Generalized Stiffness from NASTRAN F Normal Mode Solution
L Reference length for the ZONA AICs based on semi chord
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
