.. _wd_aic:

******
wd_aic
******

.. tags:: star, compact-remnant, white-dwarf, oxygen-neon-white-dwarf, accretion, electron-capture, accretion-induced-collapse

This test case evolves an accreting ONeMg WD up to the point of
thermal runaway in the core (see |Schwab2015|).

It exercises the special weak rate implementation detailed in that
paper and in Section 8 of |MESA III|.  These capabilities are
activated via the options::

    use_special_weak_rates = .true.
    special_weak_states_file = 'aic.states'
    special_weak_transitions_file = 'aic.transitions'
    ion_coulomb_corrections = 'PCR2009'
    electron_coulomb_corrections = 'Itoh2002'

This computes the key reaction rates (electron capture on 24Mg and
20Ne) on-the-fly from nuclear data specified in the indicated input
files.  This is significantly more costly than using tabulated rates,
so in many applications tabulated rates for these reactions should be
preferred (see ``use_suzuki_weak_rates``).  However, these on-the-fly
rates are more accurate at low temperatures (below 1e8 K) and allow
explicit updating of nuclear physics.

The density-driven weak reactions that occur in this example mean that
the composition (and electron fraction) deep in the degenerate WD
interior change.  It is critical that composition changes be included
in the energy equation via::

    include_composition_in_eps_grav = .true.

Similarly, it is critical to use the Ledoux criterion::

    use_Ledoux_criterion = .true.

so that the stabilizing effects of the composition gradient is
included.

The test succeeds if the 20Ne electron captures cause a temperature
spike at the center of the model.

.. image:: ../../../star/test_suite/wd_aic/docs/grid1000492.png

.. |Schwab2015| replace:: `Schwab et al. 2015 <https://ui.adsabs.harvard.edu/abs/2015MNRAS.453.1910S/abstract>`__


Last-Updated: 2020-10-30 (mesa r14735) by Josiah Schwab
