New approach to external potential

This commit is contained in:
Yohai Meiron 2020-03-25 16:37:55 -04:00
parent 562ea9618a
commit 23d32c6dcf
2 changed files with 105 additions and 123 deletions

View file

@ -40,13 +40,13 @@ norm_length = 10
# Notice that if physical units are used, the "a" and "b" parameters are in kiloparsec, not parsec!
ext_m_bulge = 1e5
ext_b_bulge = 20
ext_m_disk = 1e6
ext_a_disk = 80
ext_b_disk = 70
ext_m_halo_plummer = 1e6
ext_b_halo_plummer = 200.
ext_m_bulge = 0
ext_b_bulge = 0
ext_m_disk = 1e9
ext_a_disk = 0.8
ext_b_disk = 0.2
ext_m_halo_plummer = 0
ext_b_halo_plummer = 0
####################################