Skip to content

Commit 0938e54

Browse files
committed
[ci skip] add v_drag and test through ppisn pulses
1 parent 8aa9d9d commit 0938e54

29 files changed

+4605
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _ppisn:
2+
3+
*****
4+
ppisn
5+
*****
6+
7+
This test case evolves a very massive helium star from the He-ZAMS
8+
up to the ocurrence of a pulsational pair-instability event (see |Marchant2019|).
9+
10+
.. |Marchant2019| replace:: `Marchant et al. 2019 <https://ui.adsabs.harvard.edu/abs/2019ApJ...882...36M/abstract>`__
11+
12+
Initialization of the model
13+
===========================
14+
The initial mass of the helium star is set in ``inlist_extra``
15+
16+
.. literalinclude:: ../../../star/test_suite/ppisn/inlist_extra
17+
18+
In this case we use a :math:`72 M_\odot`
19+
20+
Last-Updated: 2019-11-12 (mesa r12413) by Pablo Marchant
21+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Test cases with names beginning in "DEV_" are under development.
2+
This means that they are not ready for consideration by general users as a "how to" guide for research to be published.
3+
4+
Play but don't publish!
5+
6+
The situation is similar to that for options in controls_dev.defaults and star_job_dev.defaults.
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# this provides the definition of check_one
4+
# check_one
5+
source "${MESA_DIR}/star/test_suite/test_suite_helpers"
6+
7+
check_one
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
cd make
4+
make clean

star/dev_cases_test_TDC/dev_TDC_through_ppisn/he_dep.mod

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)