vice.singlezone.entrainment.ccsne

Type : dataframe

Default : All recognized elements map to a value of 1.0

The entrainment fraction of each element from core collapse supernovae.

Example Code

>>> import vice
>>> sz = vice.singlezone(name = "example")
>>> sz.entrainment.ccsne['o'] = 0.8
>>> sz.entrainment.ccsne['mg'] = 0.85