get_eos_parameters Module Procedure

module procedure get_eos_parameters module subroutine get_eos_parameters(this, i_matter, eos_params)

Uses

  • proc~~get_eos_parameters~2~~UsesGraph proc~get_eos_parameters~2 get_eos_parameters module~utility utility proc~get_eos_parameters~2->module~utility constants constants module~utility->constants matrix matrix module~utility->matrix

Returns the \(\mathrm{EOS}\) parameters of the i_matter-s star

FT


Arguments

Type IntentOptional Attributes Name
class(bnsfuka), intent(in) :: this

bnsfuka object which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object whose parameter is to return

double precision, intent(out), DIMENSION(:), ALLOCATABLE :: eos_params

Array containing the parameters of the \(\mathrm{EOS}\) for the i_matter-th matter object


Called by

proc~~get_eos_parameters~2~~CalledByGraph proc~get_eos_parameters~2 get_eos_parameters interface~get_eos_parameters~2 get_eos_parameters interface~get_eos_parameters~2->proc~get_eos_parameters~2

Contents