get_u_sph Module Procedure

module procedure get_u_sph pure module function get_u_sph(this) result(u_sph)

Returns the array of specific internal energy computed from the \(\mathrm{SPH}\) estimate of the baryon number density in the local rest frame [c^2]

FT 25.02.2022


Arguments

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

particles object which this PROCEDURE is a member of

Return Value double precision, DIMENSION(:), ALLOCATABLE

u_sph


Called by

proc~~get_u_sph~~CalledByGraph proc~get_u_sph get_u_sph interface~get_u_sph get_u_sph interface~get_u_sph->proc~get_u_sph

Contents