Skip to content
Discussion options

You must be logged in to vote

Yes, I have reproduced it.

I tested this with a local patch in COWD::EvolveToNextPhase(): following @nrsegovia suggestion from #1350

STELLAR_TYPE COWD::EvolveToNextPhase() {

    STELLAR_TYPE stellarType;

    if (m_OffCenterIgnition) {
        stellarType = STELLAR_TYPE::OXYGEN_NEON_WHITE_DWARF;
    }
    else {
        stellarType = m_HeShellDetonation ? ResolveHeSD() : ResolveSNIa();
    }
    return stellarType;
}

With 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…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@nrsegovia
Comment options

@ilyamandel
Comment options

@brettppark
Comment options

Answer selected by ilyamandel
@nrsegovia
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants