hannah thoreson, asu/nasa space grant mentor: dr. james villarreal roar - robot on a rocket

11
STABILITY IN HIGH-POWERED SOUNDING ROCKETS Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Upload: quentin-bond

Post on 29-Dec-2015

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

STABILITY IN HIGH-POWEREDSOUNDING ROCKETS

Hannah Thoreson, ASU/NASA Space GrantMentor: Dr. James Villarreal

ROAR - Robot On A Rocket

Page 2: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Payload Separation and Deployment

OBJECTIVES: Ensure the integrity of the payload during separation from the launch vehicle and deployment of the robotics component of the project. Bring payload in for landing, deployment, and recovery at a velocity that guarantees the safety of bystanders.

Page 3: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Specifications

Payload should be able to withstand the force of separation

17 ft/s landing velocity Proper orientation of robotics payload upon

ground landing

Page 4: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Optimization of Impulse Mitigation Plans

0 0.5 1 1.5 2 2.5 3 3.5-2

0

2

4

6

8

10

12

14x 10

-3 Impulse Response

Time (sec)

Am

plitu

de

• Spring-damper dashpot system• Matlab program to calculate and plot oscillations from

impulse of parachute deployment• User inputs values for the mass of the combined payload

and housing cabinet, the spring constant, and the damping constant

Page 5: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Design Outcomes, Pt. I

Use of a “slider” to slow the speed of parachute deployment

Page 6: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Design Outcomes, Pt. II

Five parachutes, sized to bring craft in at safe landing velocity of 17 fps

“No right side” robot to avoid issues with uncertain landing orientation

Page 7: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Regression Rate Analysis

New project begun in late March with graduate students

Will attempt to predict where combustion instabilities from pressure fluctuations inside the rocket will occur

Without prediction, there will never be resolution

Page 8: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Experimental Set-Up

Pressure Transducer

Data Acquisition System

Matlab

Fourier Transform

Human Analysis

Page 9: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

The Fourier Transformfs = 960   % Sample frequency

[data fs] = csvread('data.csv'); % Reads in data from CSV filet = linspace(0,length(data)/fs,length(data)); % Time

plot(t,data)xlabel('Time (seconds)')

ylabel('Pressure Amplitude')title('Time Domain Plot of Pressure')

y = fft(data); % FFT of the dataf_Nyquist = fs/2; % Nyquist frequency

[y_max index] = max(y); % Principle frequencyf = (0:t-1)*(fs/t); % Frequency range

plot(x,y)xlabel('Frequency (Hz)')

ylabel('Pressure')title('FFT Output')

Page 10: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

Expected Outputs

Page 11: Hannah Thoreson, ASU/NASA Space Grant Mentor: Dr. James Villarreal ROAR - Robot On A Rocket

To be continued!