12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- ---
- name: elliptical_nohalo
- orbit:
- e: 0.5
- R0: 3
- galaxy1:
- orientation: [240, 0]
- centralMass: 0
- bulge:
- totalMass: 0.5
- particles: 500
- disk:
- model: 'exp'
- totalMass: 0.5
- galaxy2:
- orientation: [180, 0]
- ---
- name: hyperbolic_nohalo
- orbit:
- e: 1.0
- R0: 10
- galaxy1:
- orientation: [240, 0]
- centralMass: 0
- bulge:
- totalMass: 0.5
- particles: 500
- disk:
- model: 'exp'
- totalMass: 0.5
- galaxy2:
- orientation: [180, 0]
- ---
- name: elliptical_halo
- orbit:
- e: 0.5
- R0: 3
- galaxy1:
- orientation: [240, 0]
- centralMass: 0
- bulge:
- totalMass: 0.05
- particles: 500
- disk:
- totalMass: 0.15
- particles: 2000
- halo:
- totalMass: 0.8
- particles: 2000
- galaxy2:
- orientation: [180, 0]
- ---
- name: hyperbolic_halo
- orbit:
- e: 1.0
- R0: 10
- galaxy1:
- orientation: [240, 0]
- centralMass: 0
- bulge:
- totalMass: 0.05
- particles: 500
- disk:
- totalMass: 0.15
- particles: 2000
- halo:
- totalMass: 0.8
- particles: 2000
- galaxy2:
- orientation: [180, 0]
|