@@ -8,60 +8,11 @@ Changes in main
8
8
9
9
.. note :: This describes changes present in the development version of MESA (``main`` branch) relative to the most recent release.
10
10
11
- .. _New Features main :
12
-
13
- New Features
14
- ------------
15
-
16
- White Dwarf C/O Phase Separation
17
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
-
19
- An option to include carbon-oxygen phase separation for crystallizing C/O white dwarfs is now available,
20
- using the phase diagram of `Blouin et al. (2021) <https://ui.adsabs.harvard.edu/abs/2021PhRvE.103d3204B/abstract >`_.
21
- The MESA implementation is described in `Bauer (2023) <https://ui.adsabs.harvard.edu/abs/2023arXiv230310110B/abstract >`_.
22
- More documentation and associated controls can be found at :ref: `reference/controls:do_phase_separation `.
23
- This option is off by default, but it is on in the ``wd_cool_0.6M `` test case.
24
-
25
- Hooks
26
- ~~~~~
27
-
28
- A new other_close_gaps hook has been added. Provided by Simon Guichandut
29
-
30
-
31
11
.. _Backwards-incompatible changes main :
32
12
33
13
Backwards-incompatible changes
34
14
------------------------------
35
15
36
- Module enhancement: ``pgbinary ``
37
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
-
39
- When running ``./binary `` models it is useful to have graphical
40
- output to 'see' what's going on.
41
- Previously, this was only possible on the ``pgstar `` level, meaning you would
42
- need to setup two ``pgstar `` windows if you are evolving two stars in the
43
- binary.
44
-
45
- Here we introduce ``pgbinary ``, which acts much like ``pgstar ``. You enable it
46
- with the ``&binary_job `` inlist with ``pgbinary_flag = .true. ``. Then you
47
- select windows and/or files to be plotted in the ``&pgbinary `` inlist.
48
- Currently the following plot types can be created:
49
-
50
- * History_Track[1-9],
51
- * Summary_History,
52
- * History_Panels[1-9],
53
- * Text_Summary[1-9],
54
- * Grid[1-9],
55
-
56
- analogous to their ``pgstar `` equivalents, and two ``pgbinary ``-only plots:
57
-
58
- * Star[1-2], to plot a star window through ``&pgstar `` controls, within ``pgbinary ``.
59
- * Orbit, a visual representation of the stars' sizes to their separation
60
-
61
- Main use case is to have a single window containing both stars' ``pgstar `` info,
62
- through using ``Grid `` at the ``pgbinary `` level, populating it with ``Star1 ``
63
- and ``Star2 ``, and have each plot profile info, Kipp diagrams etc...
64
-
65
16
Renamed controls for upper limits
66
17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
18
@@ -155,6 +106,49 @@ species to ``X``, ``Y`` or ``Z``, in which case the checks are applied
155
106
*individually * to all isotopes of hydrogen, helium or metals,
156
107
respectively.
157
108
109
+ .. _New Features main :
110
+
111
+ New Features
112
+ ------------
113
+
114
+ White Dwarf C/O Phase Separation
115
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
+
117
+ An option to include carbon-oxygen phase separation for crystallizing C/O white dwarfs is now available,
118
+ using the phase diagram of `Blouin et al. (2021) <https://ui.adsabs.harvard.edu/abs/2021PhRvE.103d3204B/abstract >`_.
119
+ The MESA implementation is described in `Bauer (2023) <https://ui.adsabs.harvard.edu/abs/2023arXiv230310110B/abstract >`_.
120
+ More documentation and associated controls can be found at :ref: `reference/controls:do_phase_separation `.
121
+ This option is off by default, but it is on in the ``wd_cool_0.6M `` test case.
122
+
123
+ Module enhancement: ``pgbinary ``
124
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125
+
126
+ When running ``./binary `` models it is useful to have graphical
127
+ output to 'see' what's going on.
128
+ Previously, this was only possible on the ``pgstar `` level, meaning you would
129
+ need to setup two ``pgstar `` windows if you are evolving two stars in the
130
+ binary.
131
+
132
+ Here we introduce ``pgbinary ``, which acts much like ``pgstar ``. You enable it
133
+ with the ``&binary_job `` inlist with ``pgbinary_flag = .true. ``. Then you
134
+ select windows and/or files to be plotted in the ``&pgbinary `` inlist.
135
+ Currently the following plot types can be created:
136
+
137
+ * History_Track[1-9],
138
+ * Summary_History,
139
+ * History_Panels[1-9],
140
+ * Text_Summary[1-9],
141
+ * Grid[1-9],
142
+
143
+ analogous to their ``pgstar `` equivalents, and two ``pgbinary ``-only plots:
144
+
145
+ * Star[1-2], to plot a star window through ``&pgstar `` controls, within ``pgbinary ``.
146
+ * Orbit, a visual representation of the stars' sizes to their separation
147
+
148
+ Main use case is to have a single window containing both stars' ``pgstar `` info,
149
+ through using ``Grid `` at the ``pgbinary `` level, populating it with ``Star1 ``
150
+ and ``Star2 ``, and have each plot profile info, Kipp diagrams etc...
151
+
158
152
Resolution control convective_bdy_weight has been reintroduced
159
153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160
154
@@ -179,6 +173,11 @@ newest MESA version.
179
173
180
174
See `gh-503 <https://github.com/MESAHub/mesa/issues/503 >`_
181
175
176
+ Hooks
177
+ ~~~~~
178
+
179
+ A new other_close_gaps hook has been added. Provided by Simon Guichandut
180
+
182
181
183
182
Changes in r22.11.1
184
183
===================
0 commit comments