space shuttle matlab code
#1

launch of a space shuttle into orbitlaunch of a space shuttle into orbitlaunch of a space shuttle into orbitlaunch of a space shuttle into orbitlaunch of a space shuttle into orbitlaunch of a space shuttle into orbitlaunch of a space shuttle into orbitlaunch of a space shuttle into orbit
Reply
#2

space shuttle matlab code

! APMonitor Modeling Language
! http://apmonitor.com

! Endeavor shuttle launch simulation
! The shuttle rises to 380 km and has a
! velocity of 7.68 km/sec at the final state
Model endeavor

Parameters
! cross-sectional area of shuttle
! solid rocket booster (srb)
! cross-sectional area 10.8 m^2
! diameter 3.71 m
! 1st stage
! cross-sectional area 55.4 m^2
! diameter 8.4 m
! orbiter
! cross-sectional area ~ 20 m^2
d0 = 100.0 ! 1st drag constant (N/(m/s)^2)
e0 = 1.0 ! 2nd drag constant (dimensionless)
g0 = 9.8 ! gravity at launch (m/s^2)
m0 = 2029203 ! mass of shuttle at launch
h0 = 1000 ! initial height from earth's center (m)
c = 1.5e7 ! impulse of rocket fuel (N/(kg/sec))
t_srb = 12.5e6 ! 2 solid rocket boosters (HMX)
! each have 12.5e6 N of thrust at lift-off
! they burn for 124 sec to height of 45.7 km
! they are released at 126 sec
t_1st = 5.25e6 ! 1st stage fuel tank (liq H2/O2) has
! 5.25e6 N of thrust at lift-off
! it fires for 480 sec when it is released
t_orb = 53.0e3 ! orbiter (MMH/N2O4) has 53e3 N of
! thrust at lift-off
! it fires for 1250 sec
n_srb = 2 ! number of solid rocket boosters
n_1st = 1 ! number of 1st stage thrusters
n_orb = 1 ! number of orbiter thrusters
End Parameters

Variables
t ! thrust force (N)
! 0 < t < t_max
m = m0 ! mass of shuttle and fuel (kg)
! m_shuttle < m < m_full
g = g0 ! gravitational force
h = h0 ! altitude from earth's center (m)
! h > h0
d = 1 ! drag force (N)
v = 0 ! velocity (m/s)
a = 0 ! acceleration (m/s^2)
End Variables

Equations
! thrust
t = n_srb * t_srb + n_1st * t_1st + n_orb * t_orb

! gravitational variation with height
g = g0 * (h0/h)^2

! velocity
$h = v

! acceleration
$v = a

! force balance
! inertial + gravitational + drag = thrust
m*a + m*g + d = t

! aerodynamic drag force
d = d0 * v^2 * exp(-e0*(h-h0)/h0)

! mass loss due to burn-off of fuel
c * $m = -t + 0*m
End Equations

End Model
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: power electronics applications in space shuttle, recovery system of space shuttle, space shuttle and its advancement ppt seminars, space shuttle gujrati, lastest space shuttle launched in 2012 ppt, abstract of space shuttle its advancement, space shuttle its advancement wikipedia,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  image encryption and decryption using rsa algorithm in matlab 2 7,910 29-05-2017, 04:17 PM
Last Post: Priyanka Bidikar
  download liver tumor ct scan image in matlab with source code 4 8,067 21-05-2017, 09:54 PM
Last Post: abdulrahmanmashaal
  MATLAB codes needed for powerline communication 1 8,078 12-04-2017, 05:00 PM
Last Post: jaseela123d
  matlab code for wavelet based ofdm transmitter 1 923 24-02-2017, 11:18 AM
Last Post: ijasti
  code to extract brain tumor detection using matlab 2 1,067 17-10-2016, 04:32 PM
Last Post: girish123ak
  f5 algorithm steganography matlab code 2 868 04-10-2016, 03:00 AM
Last Post: [email protected]
  color image segmentation using jseg algorithm in matlab code 2 866 29-09-2016, 12:07 PM
Last Post: Guest
  matlab code for retinal hemorrhage detection in fundus images 2 857 24-08-2016, 01:10 AM
Last Post: [email protected]
  matlab code of directional filter bank 1 855 13-08-2016, 11:27 AM
Last Post: jaseela123d
  matlab xy routing algorithm 2 830 12-08-2016, 09:16 PM
Last Post: khant

Forum Jump: