A namespace to isolate all MESA related entities, in order to avoid conflicts with other StellarEvolution implentations (e.g. YREC). More...
Classes | |
class | CompareAges |
Used as comparison when sorting quantities by age. More... | |
class | EvolutionIterator |
An iterator over the list of extracted tracks. More... | |
class | Header |
A class which parses the header of a MESA evolution track. More... | |
class | Interpolator |
A stellar evolution interpolator based on the MESA tracks. More... | |
Enumerations | |
enum | Column { MTRACK, AGE, LOG_RSTAR, RSTAR, LOG_LSTAR, LSTAR, MRAD, RRAD, ICONV, IRAD, NUM_COLUMNS } |
Names for the interesting columns in a MESA track. More... | |
Functions | |
double | metallicity_from_feh (double feh) |
Return the metallicity interpolation parameter corresponding to the given [Fe/H] value. More... | |
double | feh_from_metallicity (double metallicity) |
Return the [Fe/H] value corresponding to the given metallicity. More... | |
Variables | |
const double | scaling = Yprotosun - Yprimordial + Zprotosun |
A scaling constant used when transforming between different metallicity quantities. More... | |
const double | Yprimordial = 0.249 |
The primordial Helium fraction of the universe. More... | |
const double | Yprotosun = 0.2612 |
The Helium fraction with which the Sun formed. More... | |
const double | Zprotosun = 0.0150 |
The metal fraction with which the Sun formed. More... | |
const double | Xprotosun = 1.0 - Yprotosun - Zprotosun |
The hydrogen fraction with which the Sun formed. More... | |
A namespace to isolate all MESA related entities, in order to avoid conflicts with other StellarEvolution implentations (e.g. YREC).
Names for the interesting columns in a MESA track.
const double StellarEvolution::MESA::scaling = Yprotosun - Yprimordial + Zprotosun |
A scaling constant used when transforming between different metallicity quantities.
Definition at line 26 of file MESAIO.cpp.
const double StellarEvolution::MESA::Yprimordial = 0.249 |
const double StellarEvolution::MESA::Yprotosun = 0.2612 |