Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USING TRACE VS MERCURIUS #810

Open
byrdeloor9 opened this issue Dec 21, 2024 · 2 comments
Open

USING TRACE VS MERCURIUS #810

byrdeloor9 opened this issue Dec 21, 2024 · 2 comments
Labels

Comments

@byrdeloor9
Copy link

Hello, I'm currently using rebound for my Tesis of my Master's Degree, and i'm currently using MERCURIUS as a Integrador in C to simulate a fragmentation model for the collisions, i saw that there is a new version called TRACE that is an improvement on MERCURIUS available on Python, so i tried to use it in my project, but i get this message in the console when using it:

Error! TRACE does not support adding particles mid-timestep

So my question is if TRACE can be used to simulate fragmentation problems? and if so? how would it be possible to do so?
Thank u so much for ur time, and thank u in advance for your response.

Best Regards,
Byron De Loor

@hannorein
Copy link
Owner

Hi Byron,

The message is correct. Right now TRACE does not support adding particles during a timestep. So if your fragmentation algorithm produces particles during collisions, then it will not work with TRACE. This is a feature that could in principle be added, there just hasn't been a need for it yet. @tigerchenlu98, do you have a feeling for how complicated it would be to do this?

Hanno

@tigerchenlu98
Copy link
Contributor

Hi all,

Sorry for the late response, the holidays have been rather hectic. @hannorein, I don't think this should be very difficult -- we'd just have to make every step in which particles are added an irreversible step a la collisions. I can take a stab at it this week.

Tiger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants