Changes between Version 48 and Version 49 of 1DPulsedJets


Ignore:
Timestamp:
03/30/12 13:05:46 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 1DPulsedJets

    v48 v49  
    224224The shock jump equations for a stationary shock are used to solve for the initial post-shock values.  The post-shock velocity v,,2,, can be written as:
    225225
    226 
    227 where v,,1,, is the ambient velocity, and M is the ambient mach number.  Remember that the mach number M = v,,1,,/c where c is the ambient sound speed, and [[latex($c = \sqrt{\frac{\gamma P_{1}}{\rho_{1}}}$)]] where P,,1,, is ambient pressure, and [[latex($\rho_{1}$)]] is ambient density.
    228 
    229 The post-shock density and pressure ([[latex($\rho_{2}$)]] and P,,2,, respectively) can be found by using mass flux and momentum flux conservation across the shock:
     226[[latex($v_2 = v_1 \frac{(\gamma - 1)M^2 + 2}{(\gamma + 1)M^2} $)]]
     227
     228where v,,1,, is the ambient velocity, and M is the ambient mach number.  Remember that the mach number M = v,,1,,/c where c is the ambient sound speed, and [[latex($c = \sqrt{\frac{\gamma P_{1}}{\rho_{1}}}$)]] where P,,1,, is ambient pressure, and [[latex($\rho_{1}$)]] is ambient density.  The post-shock density and pressure ([[latex($\rho_{2}$)]] and P,,2,, respectively) can be found by using mass flux and momentum flux conservation across the shock:
     229
     230[[latex($\rho_1 v_1 = \rho_2 v_2$)]]
     231
     232[[latex($\rho_1 v_1 ^2 + P_1 = \rho_2 v_2 ^2 + P_2$)]]
    230233
    231234These post-shock values become the boundary conditions for the fluid equations in the cooling region:
     235
     236[[latex($\rho v = \rho_2 v_2$)]]
     237
     238[[latex($\rho v ^2 + P = \rho_2 v_2 ^2 + P_2$)]]
     239
     240[[latex($\frac{d}{dx}(\frac{1}{2}\rho v ^3 + P v) = -\Lambda$)]]
    232241
    233242where [[latex($\rho$)]], v, and P represent the density, velocity, and pressure in the cooling region as functions of x, and [[latex($\Lambda$)]] is the cooling rate.