Changes between Version 7 and Version 8 of u/erica/scratch5
- Timestamp:
- 04/12/16 14:25:39 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/scratch5
v7 v8 47 47 == Run 1 == 48 48 49 de/dt=7.73246e+ 549 de/dt=7.73246e+21 50 50 51 51 I calculated the diffusion time assuming the scale-height was = box radius (which also equals the mean free path). Because of this, I thought I was in the optically thick limit everywhere in my box, so chose the flux limiter to be constant... =1/3 in the data file. From this, I calculate the diffusion time to be 24 days. Is this a good estimate? 52 52 53 A diffusion wave is the time is take a signal to spread out over some length scale. Imagine a delta source spreading out. When its width equals its half max, is roughly a diffusion time. 54 55 Here is Erad over time: 56 57 [[Image(erad_hugedetdt.gif, 50%)]] 58 53 59 Why do the wings leave the grid faster than the speed of light? 54 60 55 This has to do with the fact I am not 'limiting' the diffusion through the limiter, when I should be doing that. Show plots of R.61 This has to do with the fact I am not 'limiting' the diffusion through the limiter, when I should be doing that. Instead, I am using a constant lambda, which I thought at the time might be appropriate. However, as this plot of R shows, that is not the case: 56 62 57 However, the scale height is not the same as the mean free path in actuality, and so it is curious then what it means to calculate a diffusion time in the FLD approximation. 63 [[Image(rlimiter_hugedetdt.png, 50%)]] 58 64 59 I f my entire box was optically thick, I would expect the t_diff=24 days. But since it is not, the wave should diffuse through some parts65 In some regions, the limiter should be smaller than 3, so as to limit the diffusion wave in optically thin regions -- so that it is below the speed of light. Because that is not happening, I am getting superluminal signal. (This should be fixed by tracking lambda dynamically through the grid). 60 66 61 Now knowing that my signal is propagating through my medium at an unphysical speed, 67 Here is a [[attachment: movie]] of R_limiter. 68 69 And an image of the inverse scale height: 70 71 [[Image(scaleheight_hugededt.png, 50%)]] 72 73 74 Since, the scale height is not the same as the mean free path in actuality, getting unphysical diffusion speeds on the wings. However, given this does not represent a diffusion time, not sure it effects my prediction for a diffusion time. 75 76 Here is a movie of the temperatures over time: 77 78 [[Image(temps_hugededt.gif)]] 79 80 62 81 63 82 == Run 2 ==