move to f90 dir.
$ gfortran -o main tov_rk4.f90 tov.f90 -llapack -lblas
$ ./main
$ python -u tov.py
$ python -u single_processing_tov.py
- Name of EoS data file in 'eos' directory. (First column pressure, second column energy density both in MeV/fm^3 units.)
- Initial pressure and Final pressure for central pressure.
- Number of neutron stars you want to calcualte in the interval between Initial pressure and Final pressure.
- Plot of M-R
- M-R data in text file inside 'results' directory.
First column: Central pressure in MeV/fm^3
Second column: Total mass of neutron star in M_0
Third column: Total radius of neutron star in km
- Mass, radius, outer crust, inner crust length, and number of iterations of the rk4 method.
- Final, maximum mass, and maximum radius of neutron stars in interval of Initial pressure and Final pressure.
- Change functions to classes.
- Conversion to Fortran 90 is �almost!
- Comparison of computation time is planned.
- Chagne of metric: tovh.pdf, James Lattimer
- Crust EoS: Baym, 1971, inlcusion of inner and outer crust is default. (unchangeable for now!)