hamers / mse

Multiple Stellar Evolution -- A Population Synthesis Code for Multiple-Star Systems
GNU General Public License v3.0
9 stars 4 forks source link

mse.py -- Internal error with code 6 occurred -- stopping simulation. #2 #43

Closed pavanvyn closed 3 years ago

pavanvyn commented 3 years ago

Version e4ba786d8d5dea217257758f1699cbb85f19b6d8

configuration = "[2,2]"
N_bodies = 4
masses = [8.932593431368586, 9.61377558081899, 10.389622413272619, 11.381783486114147]
metallicities = [0.02, 0.02, 0.02, 0.02]
semimajor_axes = [2.9955454269732003, 2.565151620608462, 536.6209259454847]
eccentricities = [0.3366875609652914, 0.1713143428375245, 0.7263038653127867]
inclinations = [2.4586523682892047, 1.5943050547546478, 0.6791199653107841]
arguments_of_pericentre = [3.923983927349352, 4.340222121054781, 3.832341057029352]
longitudes_of_ascending_node = [0.284556890984554, 3.4728930794221284, 2.3879167043330285]
tend = 1.400000E+10
N_steps = 100000
stellar_types = [1, 1, 1, 1]
object_types = [1, 1, 1, 1]
hamers commented 3 years ago

Invalid collision outcome; CE should have been invoked in handle_mass_transfer_cases() after immediate merger following RLOF. Fixed in d3340f5.