High-energy emission
All high-energy emission is computed from the instantaneous rotation state in physicalmodel.ExtendedQuantities. Throughout this section, surface fluxes are evaluated at the stellar surface (in erg s\(^{-1}\) cm\(^{-2}\)) and luminosities are in erg s\(^{-1}\).
Wavelength band definitions
Following Johnstone et al. (2021) 1:
- XUV: 0.1โ92 nm
- X-ray: 0.517โ12.4 nm (2.4โ0.1 keV)
- EUV (total): 10โ92 nm
- EUV1: 10โ36 nm
- EUV2: 36โ92 nm
- Ly-\(\alpha\): 121.6 nm
1. X-ray emission
The ratio \(R_X = L_X / L_\mathrm{bol}\) is related to the Rossby number by a broken power law constrained using the sample of Wright et al. (2011) 2 with convective turnover times from Spada et al. (2013) 3:
The constants \(C_1\) and \(C_2\) are derived from the requirement that the two power laws are equal at the saturation point (\(R_{X,\mathrm{sat}} = C_1 Ro_\mathrm{sat}^{\beta_1} = C_2 Ro_\mathrm{sat}^{\beta_2}\)). The fitted parameters are:
| Parameter | Symbol | Value |
|---|---|---|
| Saturation Rossby number | \(Ro_\mathrm{sat}\) | \(0.0605\) |
| Saturation \(R_X\) | \(R_{X,\mathrm{sat}}\) | \(5.135 \times 10^{-4}\) |
| Saturated power-law index | \(\beta_1\) | \(-0.135\) |
| Unsaturated power-law index | \(\beta_2\) | \(-1.889\) |
The \(R_X\) relation is shallower in the unsaturated regime than many previous estimates, consistent with the Sun being less X-ray active than other stars with similar parameters 4. The X-ray luminosity and surface flux then follow as:
Implementation: physicalmodel._Xray.
X-ray variability
Real stellar X-ray emission varies around the average relation. The observed scatter in the \(Ro\)โ\(R_X\) distribution can be described as a log-normal centred on zero with standard deviation \(\sigma = 0.359\) dex (params['sigmaXray']), meaning stars spend approximately 90% of their time within one standard deviation of the average 1. This scatter can be sampled with physicalmodel.XrayScatter or physicalmodel.XUVScatter, which apply correlated random offsets consistently across all XUV bands.
2. Coronal temperature
Stars with higher X-ray surface fluxes have hotter coronae. The emission-measure-weighted average coronal temperature is estimated from \(F_X\) following Johnstone & Gรผdel (2015) 5:
This relation is mass-independent when expressed in surface fluxes. Since coronae dominate emission at wavelengths below \(\sim\)40 nm, stars with higher \(F_X\) emit a larger fraction of their XUV at shorter wavelengths. Implementation: physicalmodel._Tcor.
3. EUV emission
EUV emission is empirically related to \(F_X\) rather than to \(L_X\) or \(R_X\), since \(F_X\) best captures the physical state of the emitting plasma 5. The relations are derived from EUVE observations of nearby F, G, K, and M stars 6 and solar spectra.
EUV band 1 (10โ36 nm)
Constrained from the EUVE stellar sample using the OLS Bisector method (Johnstone et al. 2021 1 Eq. 19):
which gives
Implementation: physicalmodel._EUV1.
EUV band 2 (36โ92 nm)
Constrained using solar spectra only, considering solar values with \(L_X > 10^{27}\) erg s\(^{-1}\) (Johnstone et al. 2021 1 Eq. 21):
which gives
This relation is less reliable than the \(F_X\)โ\(F_\mathrm{EUV,1}\) relation since it is derived from the Sun alone, which samples only a small fraction of the parameter space. Implementation: physicalmodel._EUV2.
Total EUV
Implementation: physicalmodel._EUV.
4. Ly-\(\alpha\) emission
The Ly-\(\alpha\) line at 121.6 nm is formed in the transition region and upper chromosphere 7 and is often more luminous than the entire X-ray and EUV combined. Although most of the line is absorbed by the ISM, reconstructions of the intrinsic line flux are available for a large number of stars 8.
The Ly-\(\alpha\) surface flux is related to \(F_X\) following Wood et al. (2005) 8 and Linsky et al. (2013) 9. When expressed in surface fluxes (rather than luminosities or 1 AU fluxes), the relation becomes mass-independent (Johnstone et al. 2021 1 Eq. 23):
which gives
where both fluxes are in erg s\(^{-1}\) cm\(^{-2}\). Implementation: physicalmodel._Lymanalpha.
5. Habitable zone fluxes
\(F_X\), \(F_\mathrm{EUV,1}\), \(F_\mathrm{EUV,2}\), \(F_\mathrm{EUV}\), and \(F_\mathrm{Ly\alpha}\) are all also computed at the habitable zone distance (FxHZ, Feuv1HZ, Feuv2HZ, FeuvHZ, FlyHZ) and stored on every evolutionary track. The habitable zone distance is defined as half-way between the moist and maximum greenhouse limits, calculated at 5 Gyr stellar properties. See Habitable Zone for details.
-
Johnstone, C. P., Bartel, M., & Gรผdel, M. (2021). The active lives of stars: a complete description of the rotation and XUV evolution of F, G, K, and M dwarfs. Astronomy & Astrophysics, 649, A96. https://doi.org/10.1051/0004-6361/202038407 ↩↩↩↩↩
-
Wright, N. J., Drake, J. J., Mamajek, E. E., & Henry, G. W. (2011). The stellar-activityโrotation relationship and the evolution of stellar dynamos. The Astrophysical Journal, 743(1), 48. https://doi.org/10.1088/0004-637X/743/1/48 ↩
-
Spada, F., Demarque, P., Kim, Y.-C., & Sills, A. (2013). The radius discrepancy in low-mass stars: single versus binaries. The Astrophysical Journal, 776(2), 87. https://doi.org/10.1088/0004-637X/776/2/87 ↩
-
Reinhold, T., Shapiro, A. I., Solanki, S. K., et al. (2020). The Sun is less active than other solar-like stars. Science, 368(6490), 518โ521. https://doi.org/10.1126/science.aay3821 ↩
-
Johnstone, C. P., & Gรผdel, M. (2015). The coronal temperatures of solar-type stars. Astronomy & Astrophysics, 578, A129. https://doi.org/10.1051/0004-6361/201526164 ↩↩
-
Craig, N., Abbott, M., Finley, D., et al. (1997). The extreme ultraviolet explorer stellar spectral atlas. The Astrophysical Journal Supplement Series, 113(1), 131. https://doi.org/10.1086/313052 ↩
-
Avrett, E. H., & Loeser, R. (2008). Models of the solar chromosphere and transition region from SUMER and HRTS observations. The Astrophysical Journal Supplement Series, 175(1), 229. https://doi.org/10.1086/523671 ↩
-
Wood, B. E., Redfield, S., Linsky, J. L., Mรผller, H.-R., & Zank, G. P. (2005). Stellar Ly-ฮฑ emission lines in the Hubble Space Telescope archive. The Astrophysical Journal Supplement Series, 159(1), 118. https://doi.org/10.1086/430523 ↩↩
-
Linsky, J. L., France, K., & Ayres, T. (2013). Computing intrinsic Ly-ฮฑ fluxes of F5 V to M5 V stars. The Astrophysical Journal, 766(2), 69. https://doi.org/10.1088/0004-637X/766/2/69 ↩