get_eos_id Module Procedure

module procedure get_eos_id pure module function get_eos_id(this, i_matter) result(eos_id)

Returns the \(\mathrm{EOS}\) identifier for matter object i_matter

FT 14.04.2023


Arguments

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

particles object which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object

Return Value integer

(compose_eos)


Called by

proc~~get_eos_id~~CalledByGraph proc~get_eos_id get_eos_id interface~get_eos_id get_eos_id interface~get_eos_id->proc~get_eos_id

Contents