Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
examples_aswns_kepler [2022/08/16 14:32] theoastro [Computing stars at the Kepler limit] |
examples_aswns_kepler [2022/08/16 22:02] (current) theoastro [Plotting your results] |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Computing stars at the Kepler limit ===== | ===== Computing stars at the Kepler limit ===== | ||
- | This test follows | + | It is worth pointing out that this test case takes up more runtime than the other that is provided for the computation |
- | It is worth pointing out that this test case takes up more runtime than the other that is provided for the computation of the [[ASWNS_example_nonbaro|non-barotropic configuration]], | + | ==== Theoretical Background |
- | + | ||
- | ==== Model Parameters ==== | + | |
- | + | ||
- | ==== Theoretical Background ==== | + | |
In this setup, we consider a cold rigidly rotating neutron star described by an equation of state (EOS) of the form: | In this setup, we consider a cold rigidly rotating neutron star described by an equation of state (EOS) of the form: | ||
Line 19: | Line 15: | ||
{{ASWNS_EOS_4.png|EOS4}} | {{ASWNS_EOS_4.png|EOS4}} | ||
- | ==== Changing the code input ==== | ||
The simple example that is given in the git repository looks at a cold, rigidly rotating neutron star. | The simple example that is given in the git repository looks at a cold, rigidly rotating neutron star. | ||
Line 33: | Line 28: | ||
==== A first Test ==== | ==== A first Test ==== | ||
- | After following the outlined [[installation_ASWNS|installation guide]], you can run a first test configuration | + | After following the outlined [[installation_ASWNS|installation guide]], you can run a first test configuration, but it might be worth reducing the resolution (see [[general_aswns|the discussion about the general settings]] to know how to do this). |
+ | Please remember that, in case you change the grid spacing in ASWNS.f90, you have to recompile the code, afterwards you can run it with | ||
./kepler.x | ./kepler.x | ||
Line 65: | Line 62: | ||
error flag | error flag | ||
- | This was simply the first step of the iteration and you see that the code is continuously increasing the mass and tries to find the maximum mass that you can reach at the Kepler limit. | + | This was simply the first step of the iteration, and you see that the code is continuously increasing the mass and trying |
+ | The final results will be written in the file that you provided, by default this would be kepler.dat. The individual columns refer to: | ||
+ | * the central density | ||
+ | * axial Omega | ||
+ | * the corresponding error flag (0 means no error) | ||
+ | * the gravitational mass in Msun | ||
+ | * the baryonic mass in Msun | ||
+ | * the proper mass | ||
+ | * total stellar entropy, | ||
+ | * the angular momentum | ||
+ | * the rotational energy | ||
+ | * the equatorial omega, | ||
+ | * the Keplerian Omega | ||
+ | * the equatorial radius in Msun, | ||
+ | * the equatorial radius in km | ||
+ | * radius at the pole in Msun | ||
+ | * the disk mass | ||
+ | * the derivative dm/drho | ||
+ | ==== Plotting your results ==== | ||
- | This computation can take a while, so please | + | Based on the result in kepler.dat, you could check your results. One straight forward way would be to look at m(rho) and plot this with gnuplot, e.g., |
+ | |||
+ | gnuplot | ||
+ | gnuplot> plot ' | ||
- | ==== Plotting your results ==== | + | which gives you the following plot of the gravitational mass as a function of the central density. |
+ | {{aswns_kepler_simple.png}} |
Last modified: le 2022/08/16 14:32