vice.singlezone.entrainment.agb

Type : dataframe

Default : All elements map to a value of 1.0

The entrainment fraction of each element from asymptotic giant branch stars.

Example Code

>>> import vice
>>> sz = vice.singlezone(name = "example")
>>> sz.entrainment.agb['c'] = 0.9
>>> sz.entrainment.agb['n'] = 0.95