This SUBMODULE contains the implementation of the methods of TYPE particles that compute on the particles, using the data from the \(\mathrm{CompOSE}\) database
FT 12.07.2021
Interpolates the electron fraction = at the particle positions, using the data read by read_compose_composition.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(particles), | intent(inout) | :: | this |
particles object which this PROCEDURE is a member of |
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.
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" |