-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Now that GWR has been implemented, further evolution of double WD systems and the overall details of WDs' response to mass transfer events should be properly assessed and improved wherever possible. I think that this should also be good for the next methods paper. I'm opening this issue to allow discussion related to WDs, though some details have already been mentioned in #1199 and #1343 .
Known problems
- Radial response to mass changes: Currently WDs' radii depend on mass, following Eqn. 91 of Hurley+ 2000:

This evidently diverges when mass gets close to 0. An improvement would be to use Eggleton's equation as quoted in Marsh+ 2004. Below you can find the equation and a comparison between the two approaches:
I would argue that using Eggleton's equation instead of Hurley+ 2000 is the way to go, but I'm open to adding it as an alternative prescription if needed.
- AIC and SNe events: Issue WD SNe are not recorded in the Supernovae output files #1350 was created some time ago, but @SimonStevenson has also commented that it has been quite difficult to find a system that undergoes AIC (meaning that we might have problems beyond recording events). While this could be expected due to the specific requirements for an AIC (ONeWD accreting until it goes over Chandrasekhar mass), these events need further testing.
- Which also brings us to mass transfer stability. The behavior of all prescriptions must be tested, though I have already noticed that the
qCrits
from theHURLEY_HJELLMING_WEBBINK
were mistakenly set to 0 (my bad), and @reinhold-willcox has commented that the Ge et al. prescription could be tweaked a bit for WDs. - And finally, @SimonStevenson also noted that a system that shows a pre-AIC configuration (or similar) does not show accretion onto the primary, even though the secondary does transfer mass. I wonder if this is related to mass transfer handling in stars with no envelope, or am I looking at the wrong code block? For these systems we are interested in stable mass transfer.
I think I have found a ONe-WD - CO WD binary that starts mass transferring (it seems to be stable too), but the ONeWD doesn't seem to accrete much (any?) mass during the mass transfer (and doesn't undergo AIC).
./COMPAS -n 1 --mode BSE --initial-mass-1 7.3 --initial-mass-2 5.7 --semi-major-axis 9.0 --evolve-double-white-dwarfs TRUE --emit-gravitational-radiation TRUE --detailed-output TRUE --evolve-unbound-systems FALSE
The secondary WD (the donor) does end up losing most of its mass and ends up with a very low mass (0.0097 Msun), so the mass-radius relation may well be an issue here as well.
Please flag any other issues related to WDs here.