-
Notifications
You must be signed in to change notification settings - Fork 75
Description
For stars in the MZAMS range of ~6-9Msol, the Dominant_Mass_Loss_Type
variable is recording OB(main sequence) and sometimes WR mass loss along white dwarf cooling tracks. The actual mass loss is often small but nonzero after envelope ejection. The specific abnormal mass loss types vary as you change --mass-change-fraction
, and --radial-change-fraction
.
^Color indicates Dominant Mass Loss Rate, not Stellar Type.
DMLR Key:
{ MASS_LOSS_TYPE::NONE, "NONE" },
{ MASS_LOSS_TYPE::GB, "GB" },
{ MASS_LOSS_TYPE::LBV, "LBV" },
{ MASS_LOSS_TYPE::OB, "OB" },
{ MASS_LOSS_TYPE::RSG, "RSG" },
{ MASS_LOSS_TYPE::VMS, "VMS" },
{ MASS_LOSS_TYPE::WR, "WR" }



You may not see this behavior with SSE, since evolution is halted at WD formation. With default change fractions the winds go from GB to WR during the post-AGB, and do not dip into MS winds.
Label the issue
urgency_low
- This issue is not urgent
severity_minor
- This is a minor bug with minimal impact
To Reproduce
Steps to reproduce the behavior:
./COMPAS --mode BSE -n 1 --initial-mass-1 6.5 --initial-mass-2 0.1 --semi-major-axis 1e20 --detailed-output True --mass-change-fraction 0.005 --radial-change-fraction 0.005
Expected behavior
Not sure what to expect, perhaps NONE
or the new ZERO
would be most appropriate for WD, and we could set this to be the case for all remnants. For our purposes, a physically realistic way to track mass loss here is probably not important, at least not after the removal of the envelope. It has been difficult to track down why these types (OB, WR) are applied, but the WDs don't seem to have the appropriate Teff, etc. for those winds at those times either.
Also note that we've changed the variable name to MASS_LOSS_TYPE
, but in the output files it is still recorded as DOMINANT_MASS_LOSS_RATE
.
Versioning (please complete the following information):
- OS: Ventura 13.6.9
- COMPAS 3.01.05