.. _high_z:

******
high_z
******

.. tags:: star, high-metallicity, intermediate-mass, pre-main-sequence, core-helium-burning

This test case checks the capability of evolving high metallicity models through core helium depletion with a 7 |Msun|, Z=0.07 metallicity model.

This test case has 2 parts. Click to see a larger version of a plot.

* Part 1 (``inlist_zams``) creates a 7 |Msun|, Z=0.07 metallicity, pre-main sequence model and evolves it to the zero-age main sequence.

* Part 2 (``inlist_high_z``) continues the evolution until the central helium mass fraction drops below 1e-6:

.. image:: ../../../star/test_suite/high_z/docs/hr000438.svg
   :width: 100%

.. image:: ../../../star/test_suite/high_z/docs/kipp000438.svg
   :width: 100%


pgstar commands used for the plots above:


.. code-block:: console

 &pgstar

  file_white_on_black_flag = .true. ! white_on_black flags -- true means white foreground color on black background
  !file_device = 'png'            ! png

  file_device = 'vcps'          ! postscript

   pgstar_interval = 10

  HR_win_flag = .true.
  HR_win_width = 12
  HR_win_aspect_ratio = 1.2 ! aspect_ratio = height/width
  HR_title = 'inlist_high_mass'

  HR_logT_min = 3.4
  HR_logT_max = 4.4
  HR_logL_min = 3.0
  HR_logL_max = 4.0

  HR_file_flag = .true.
  HR_file_dir = 'pgstar_out'
  HR_file_prefix = 'hr'
  HR_file_interval = 100000 ! output when mod(model_number,HR_file_interval)==0
  HR_file_width = 12 ! negative means use same value as for window
  HR_file_aspect_ratio = -1 ! negative means use same value as for window

  Kipp_win_flag = .true.
  Kipp_win_width = 12
  Kipp_win_aspect_ratio = 0.75
  Kipp_txt_scale = 0.9
  Kipp_title = ''

  Kipp_mass_max = 7.0
  Kipp_mass_min = 0.0
  Kipp_xmax = -101
  Kipp_xmin = 0

  Kipp_show_mass_boundaries = .true.
  Kipp_show_mixing = .true.
  Kipp_show_burn = .true.
  Kipp_show_luminosities = .true.

  Kipp_file_flag = .true.
  Kipp_file_dir = 'pgstar_out'
  Kipp_file_prefix = 'kipp_'
  Kipp_file_interval = 100000     ! output when mod(model_number,file_interval)==0
  Kipp_file_width = 12        ! (inches) negative means use same value as for window
  Kipp_file_aspect_ratio = -1 ! negative means use same value as for window


 / ! end of pgstar namelist


Last-Updated: 13Jun2021 (MESA 5be9e57) by fxt.
