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~3~~UsesGraph proc~get_eos_parameters~3 get_eos_parameters module~utility utility proc~get_eos_parameters~3->module~utility constants constants module~utility->constants matrix matrix module~utility->matrix

Returns the \(\mathrm{EOS}\) parameters of the DRS

FT 2.11.2021


Arguments

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

diffstarlorene 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 DRS


Called by

proc~~get_eos_parameters~3~~CalledByGraph proc~get_eos_parameters~3 get_eos_parameters interface~get_eos_parameters~3 get_eos_parameters interface~get_eos_parameters~3->proc~get_eos_parameters~3

Contents