|
7594 | 7594 |
|
7595 | 7595 | ! get_delta_nu_from_scaled_solar
|
7596 | 7596 | ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| 7597 | + ! If ``get_delta_nu_from_scaled_solar`` is ``.false.``, the |
| 7598 | + ! large separation ``delta_nu`` is the inverse of the sound |
| 7599 | + ! crossing time from one side of the star to the other, through |
| 7600 | + ! the center. This is sometimes called the "asymptotic" large |
| 7601 | + ! separation. |
7597 | 7602 |
|
7598 |
| - ! use scaled solar values |
| 7603 | + ! Otherwise, ``delta_nu`` is calculated from the asteroseismic |
| 7604 | + ! scaling relations (see `Ulrich 1986`_, `Brown et al. 1991`_ |
| 7605 | + ! and `Kjeldsen & Bedding 1995`_) using solar reference values |
| 7606 | + ! ``nu_max_sun``, ``delta_nu_sun`` and ``astero_Teff_sun``. |
| 7607 | + |
| 7608 | + ! ``nu_max`` is always computed from the scaling relation. |
| 7609 | + |
| 7610 | + ! .. _Ulrich 1986: https://ui.adsabs.harvard.edu/abs/1986ApJ...306L..37U |
| 7611 | + ! .. _Brown et al. 1991: https://ui.adsabs.harvard.edu/abs/1991ApJ...368..599B |
| 7612 | + ! .. _Kjeldsen & Bedding 1995: https://ui.adsabs.harvard.edu/abs/1995A%26A...293...87K |
7599 | 7613 |
|
7600 | 7614 | ! ::
|
7601 | 7615 |
|
7602 | 7616 | get_delta_nu_from_scaled_solar = .false.
|
7603 | 7617 |
|
7604 |
| - |
7605 | 7618 | ! nu_max_sun
|
7606 | 7619 | ! ~~~~~~~~~~
|
7607 |
| - |
7608 |
| - ! solar value of ``nu_max`` |
7609 |
| - |
7610 |
| - ! :: |
7611 |
| - |
7612 |
| - nu_max_sun = 3100d0 |
7613 |
| - |
7614 |
| - |
7615 | 7620 | ! delta_nu_sun
|
7616 | 7621 | ! ~~~~~~~~~~~~
|
| 7622 | + ! astero_Teff_sun |
| 7623 | + ! ~~~~~~~~~~~~~~~ |
7617 | 7624 |
|
7618 |
| - ! solar value of ``delta_nu`` |
| 7625 | + ! Solar reference values used in the asteroseismic scaling relations |
| 7626 | + ! for ``delta_nu`` (if ``get_delta_nu_from_scaled_solar`` is ``.false.``) |
| 7627 | + ! and ``nu_max`` (always). |
7619 | 7628 |
|
7620 |
| - ! :: |
| 7629 | + ! The default ``nu_max_sun`` is the Sun-as-as-star value reported by `Lund |
| 7630 | + ! et al. (2017)`_, which is consistent with but conceptually |
| 7631 | + ! different from the result of 3073.59 ± 0.18 μHz by `Kiefer et |
| 7632 | + ! al. (2018)`_. |
7621 | 7633 |
|
7622 |
| - delta_nu_sun = 135d0 |
| 7634 | + ! The default ``delta_nu_sun`` is also taken from `Lund et al. (2017)`_. |
7623 | 7635 |
|
| 7636 | + ! The default ``astero_Teff_sun`` is the value adopted in IAU 2015 Resolution B3. |
| 7637 | + ! This should not be confused with the constant ``Teffsun``, which is always |
| 7638 | + ! equal to the IAU value and not controlled by a parameter. The "asteroseismic" |
| 7639 | + ! value can be changed in case one needs to reproduce previous calculations |
| 7640 | + ! using the scaling relations. |
7624 | 7641 |
|
7625 |
| - ! Teff_sun |
7626 |
| - ! ~~~~~~~~ |
7627 |
| - |
7628 |
| - ! solar value of Teff |
| 7642 | + ! .. _Lund et al. (2017): https://ui.adsabs.harvard.edu/abs/2017ApJ...835..172L |
| 7643 | + ! .. _Kiefer et al. (2018): https://ui.adsabs.harvard.edu/abs/2018SoPh..293..151K |
7629 | 7644 |
|
7630 | 7645 | ! ::
|
7631 | 7646 |
|
7632 |
| - Teff_sun = 5777d0 |
7633 |
| - |
| 7647 | + nu_max_sun = 3078d0 ! μHz |
| 7648 | + delta_nu_sun = 134.91d0 ! μHz |
| 7649 | + astero_Teff_sun = 5772d0 ! kelvin |
7634 | 7650 |
|
7635 | 7651 | ! delta_Pg_mode_freq
|
7636 | 7652 | ! ~~~~~~~~~~~~~~~~~~
|
|
0 commit comments