Reads the electron fraction = , with electron number density and baryon number density, from the .compo file taken from the \(\mathrm{CompOSE}\) database of EoS. is given as a function of , , on a grid; the computation of on the stars is done by the SUBROUTINE compute_Ye_on_stars.
FT 1.03.2021
DEPRECATED
FT 13.03.2023
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(particles), | intent(inout) | :: | this |
particles object which this PROCEDURE is a member of |
||
character(len=*), | intent(inout), | optional | :: | namefile |
To read the file great_eos.beta in directory compose_path/GREAT_EoS, namefile="GREAT_EoS/great_eos" |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | cntr | ||||
logical, | private | :: | exist | ||||
character(len=:), | private, | ALLOCATABLE | :: | finalnamefile | |||
integer, | private | :: | itr | ||||
integer, | private, | parameter | :: | max_length_eos | = | 10000 | |
integer, | private, | parameter | :: | unit_compose | = | 56 |