You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the stellarPopulationProperties class (and related code) allows tracking of different elements as they are produced by star formation. This could be generalized to allow tracking of any product of star formation, e.g. Type Ia SNe.
This would require generalizing/modifying the abundances class to allow it to handle non-abundances. Or, probably better (since abundances are often needed for other things), just create a new class, e.g. stellarRemnants, to track these quantities.
The text was updated successfully, but these errors were encountered:
Currently, the
stellarPopulationProperties
class (and related code) allows tracking of different elements as they are produced by star formation. This could be generalized to allow tracking of any product of star formation, e.g. Type Ia SNe.This would require generalizing/modifying the
abundances
class to allow it to handle non-abundances. Or, probably better (since abundances are often needed for other things), just create a new class, e.g.stellarRemnants
, to track these quantities.The text was updated successfully, but these errors were encountered: