Changes between Version 45 and Version 46 of 1DPulsedJets
- Timestamp:
- 03/30/12 12:31:53 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
1DPulsedJets
v45 v46 215 215 216 216 == 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: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: 218 218 219 219 [http://www.pas.rochester.edu/~bearclaw/delamarterplots.html AstroBEAR 1.0 test page] … … 222 222 223 223 === Equations === 224 224 The 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 227 where 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 229 The post-shock density and pressure (rho2 and p2 respectively) can be found by using mass flux and momentum flux conservation across the shock: 230 231 These post-shock values become the boundary conditions for the fluid equations in the cooling region: 232 233 where 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]] 225 236 === Initial Parameters === 226 237 n1 = 60 particles/cc 238 v1 = 10^7^ cm/s 239 T1 = 10^4^ K 240 241 For analytic cooling, 242 [[latex($\Lambda = n^{2}*\alpha*T^{\beta}$)]] 243 where n and T and the number density and temperature in the post-shock region respectively. 244 245 For these simulations, 246 247 beta = 2 248 alpha = 1.2345 * 10^-34^ erg*cm^3^/s/K^2^ 249 250 cell length = 10^18^ cm 251 problem domain = 400 cells 252 final time ~ 4000 years 253 254 [[BR]] 227 255 === Results === 228 256