Yonsei HEP-COSMO
@ 16th Saga-Yonsei Joint Workshop
2019.12.23
What is a star?
How to describe a star?
Stellar structure equation
+ Equation of State
Conservation of Mass
Hydrostatic Equilibrium
If \( \ddot{r} \) = 0
Total Energy
From 1st law of thermodynamics,
Equation becomes...
Integrate with some tricks
For NS, \(\dot{K},\dot{\Omega},L_{nuc}=0\)
For static, non-rotating and spherical symmetric star, we can write metric as follows
Consider perfect fluid matter.
From energy-momentum conservation (\(\nabla_\nu T^{\mu\nu} = 0 \)), we can obtain next equation.
From Einstein equation, we can get below relations.
Combine all equations of previous slides, then we can get next equations.
These equation is called TOV equation. (already appeared in Prof. Tachibana's lecture)
Newtonian
General Relativity
It seems to be easy to implement.
NSCool (D. Page)
dStar (E. F. Brown)
Cons
Too old (Fortran 77)
Contains some errors
Contains deprecated codes
No any documentation
Now, I'm working with NSCool. But hard to customize & still some errors.
\(\Rightarrow \) Porting to effective modern platform with some modification - Rust
- Much side-effects, not pure subroutine
Raw coding
- Not much side-effects, pure subroutine
extern
ffi
Brief_plan.py
research = ResearchStatus.get()
while True:
while research != "porting complete":
research.more()
time.sleep(0)
# Is it valid with observation data?
if research.valid_with_data():
research.go_to_next_phase()
break
else:
research = ResearchStatus.error()
continue
Describe Neutron star
via TOV
Understand Fermi gas theory
Complete porting of NSCool
Test with observed data
Start particle physics related research
Current status
Potekhin, Alexander Y., José A. Pons, and Dany Page. Neutron Stars—Cooling and Transport. Space Science Reviews 191.1-4 (2015): 239–291. Crossref. Web.