halo_analysis.yml 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ---
  2. name: elliptical_nohalo
  3. orbit:
  4. e: 0.5
  5. R0: 3
  6. galaxy1:
  7. orientation: [240, 0]
  8. centralMass: 0
  9. bulge:
  10. totalMass: 0.5
  11. particles: 500
  12. disk:
  13. model: 'exp'
  14. totalMass: 0.5
  15. galaxy2:
  16. orientation: [180, 0]
  17. ---
  18. name: hyperbolic_nohalo
  19. orbit:
  20. e: 1.0
  21. R0: 10
  22. galaxy1:
  23. orientation: [240, 0]
  24. centralMass: 0
  25. bulge:
  26. totalMass: 0.5
  27. particles: 500
  28. disk:
  29. model: 'exp'
  30. totalMass: 0.5
  31. galaxy2:
  32. orientation: [180, 0]
  33. ---
  34. name: elliptical_halo
  35. orbit:
  36. e: 0.5
  37. R0: 3
  38. galaxy1:
  39. orientation: [240, 0]
  40. centralMass: 0
  41. bulge:
  42. totalMass: 0.05
  43. particles: 500
  44. disk:
  45. totalMass: 0.15
  46. particles: 2000
  47. halo:
  48. totalMass: 0.8
  49. particles: 2000
  50. galaxy2:
  51. orientation: [180, 0]
  52. ---
  53. name: hyperbolic_halo
  54. orbit:
  55. e: 1.0
  56. R0: 10
  57. galaxy1:
  58. orientation: [240, 0]
  59. centralMass: 0
  60. bulge:
  61. totalMass: 0.05
  62. particles: 500
  63. disk:
  64. totalMass: 0.15
  65. particles: 2000
  66. halo:
  67. totalMass: 0.8
  68. particles: 2000
  69. galaxy2:
  70. orientation: [180, 0]