pauleaster/rns.rs

Possibly wrong log return in polytope with make_center

Opened this issue · 1 comments

There appears to be some inconsistency with make_center, for a tabulated equation of state (p,h) is returned whereas, for the polytropic equation of state, it looks like p and the natural log of h is returned! I haven't got the EoS relationships at hand so this needs to be checked later.

The log has been removed from the return value for h for polytropic equations of state. make_center returns (p,h) same as the tabulated EoS.

...Note that these values are non-dimensionalised.
See load_eos to see what the scaling is.