Sub-Mch SN Ia records #1464
-
|
Hi everyone, just a quick clarification question regarding the unresolved HeSD issue mentioned in #1350. Looking at the code (e.g., COWD::EvolveToNextPhase()), it seems that even when the physical conditions for a sub-Chandrasekhar explosion are met and the m_HeShellDetonation flag is triggered, the code bypasses ResolveHeSD() and falls back to calling ResolveSNIa(). Does this mean that sub-Mch explosions are physically occurring in the simulation but are simply being mislabeled and recorded as standard SNIA? If so, I assume the current SN Ia output data is actually a mix of both near-Mch and sub-Mch events rather than purely near-Mch ones. Could anyone confirm if this understanding is correct? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hi @brettppark , |
Beta Was this translation helpful? Give feedback.
-
|
I think there is an issue, but my belief is a result of code inspection - I don't have the results of any test runs. I was planning to resolve any issues in the COMPAS v4 - that's probably 2-3 months away by the time we debug and validate the new version. If there are particular runs that confirm there is a problem, and we need a fix before v4, then let me know the commandline, yaml file, grid file, etc. to reproduce the problem and I'll see if we can fix it before v4. EDIT: if this can be reproduced, maybe open a new issue as @ilyamandel suggests. |
Beta Was this translation helpful? Give feedback.
-
|
@nrsegovia , @SimonStevenson , @brettppark -- can you reproduce this unresolved HeSD situation? If so, it would be great to create an issue; even if it's not sorted before v4, this will be good to have as a future test. |
Beta Was this translation helpful? Give feedback.
Yes, I have reproduced it.
I tested this with a local patch in
COWD::EvolveToNextPhase(): following @nrsegovia suggestion from #1350With this patch, events that were previously recorded as standard SNIA (SN_Type = 64) are instead recorded as HeSD (SN_Type = 128), consistent with He-shell detonations previously bypassing
ResolveHeSD()and falling through the standard SNIa branch.Here are the yaml file I…