get_eos_parameters Module Procedure

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

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

FT 19.11.2021


Arguments

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

ejecta 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~4~~CalledByGraph proc~get_eos_parameters~4 get_eos_parameters interface~get_eos_parameters~4 get_eos_parameters interface~get_eos_parameters~4->proc~get_eos_parameters~4

Contents