Changes between Version 54 and Version 55 of u/ehansen
- Timestamp:
- 06/19/12 14:41:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/ehansen
v54 v55 5 5 = Projects = 6 6 [[BR]] 7 7 8 === My Library === 8 9 Here I have been collecting the important literature relative to my research. Most of these papers are about or related to radiative, magnetized jets and shocks. I will also include notes/summary for each paper. 9 10 10 11 [wiki:u/ehansen/EddiesLibrary Eddie's Library] 12 [[BR]] 13 14 === 3D Cooling Jets === 15 Using Martin's CRL618 jet module, I have been testing 3D jets with different cooling strengths. 16 17 [wiki:3dcoolingjets] 18 [[BR]] 19 20 === Z Cooling === 21 The 5th type of cooling implemented in astrobear. This includes forbidden line emission, and uses Pat Hartigan's tables. 22 23 [wiki:zcooling] 11 24 [[BR]] 12 25 … … 17 30 [[BR]] 18 31 19 === Z Cooling ===20 The 5th type of cooling implemented in astrobear. This includes forbidden line emission, and uses Pat Hartigan's tables.21 22 [wiki:zcooling]23 [[BR]]24 25 32 === Building a 1D Hydro Code === 26 33 The best way to learn how to write a hydro code is to build your own. I've created a separate page on the wiki to document the important aspects of fluid dynamics and numerical methods as I learn how to build my own 1D hydro code: [wiki:ehansen/buildcode Building a 1D Hydro Code] 27 34 [[BR]] 35 28 36 === Rayleigh-Taylor Instability === 29 37 The RT Instability...a dense fluid sitting on top of a light fluid. When slightly perturbed the light fluid rises upwards, and the heavy fluid sinks downwards. See this page for more details on the problem analysis and simulations: [wiki:ehansen/RT My Rayleigh-Taylor Page] 30 38 || [[Image(density_image0000.png, height=400, width=300)]] || [[Image(density_image0040.png, height=400, width=300)]] || [[Image(density_image0125.png, height=400, width=300)]] || 31 39 [[BR]] 40 32 41 === Field Loop Advection === 33 42 This is from when I was first learning how to run AstroBEAR.