Changes between Version 45 and Version 46 of 1DPulsedJets


Ignore:
Timestamp:
03/30/12 12:31:53 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 1DPulsedJets

    v45 v46  
    215215
    216216== 1D Radiative Shock Simulations ==
    217 These simulations follow Ch. 4 of Delamarter '01 and his treatment of the 1D "steady" radiative shock problem.  The purpose of this problem is to check that the cooling source terms are being handled correctly.  Here are some useful links:
     217These simulations follow Ch. 4 of Delamarter '01 and his treatment of the 1D steady radiative shock problem.  The purpose of this problem is to check that the cooling source terms are being handled correctly.  Here are some useful links:
    218218
    219219[http://www.pas.rochester.edu/~bearclaw/delamarterplots.html AstroBEAR 1.0 test page]
     
    222222
    223223=== Equations ===
    224 
     224The shock jump equations for a stationary shock are used to solve for the initial post-shock values.  The post-shock velocity v2 can be written as:
     225
     226
     227where v1 is the ambient velocity, and M is the ambient mach number.  Remember that the mach number M = v1/c where c is the ambient sound speed, and c = sqrt(gamma*p1/rho1) where p1 is ambient pressure, and rho1 is ambient density.
     228
     229The post-shock density and pressure (rho2 and p2 respectively) can be found by using mass flux and momentum flux conservation across the shock:
     230
     231These post-shock values become the boundary conditions for the fluid equations in the cooling region:
     232
     233where rho, v, and p represent the density, velocity, and pressure in the cooling region as functions of x, and lambda is the cooling rate.
     234
     235[[BR]]
    225236=== Initial Parameters ===
    226 
     237n1 = 60 particles/cc
     238v1 = 10^7^ cm/s
     239T1 = 10^4^ K
     240
     241For analytic cooling,
     242[[latex($\Lambda = n^{2}*\alpha*T^{\beta}$)]]
     243where n and T and the number density and temperature in the post-shock region respectively.
     244
     245For these simulations,
     246
     247beta = 2
     248alpha = 1.2345 * 10^-34^ erg*cm^3^/s/K^2^
     249
     250cell length = 10^18^ cm
     251problem domain = 400 cells
     252final time ~ 4000 years
     253
     254[[BR]]
    227255=== Results ===
    228256