get_pressure_sph Module Procedure

module procedure get_pressure_sph pure module function get_pressure_sph(this) result(pressure_sph)

Returns the array of pressure computed using the \(\mathrm{SPH}\) stimate of the density [amuc2/(Msun_geo*3)]

FT


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

pressure_sph


Called by

proc~~get_pressure_sph~~CalledByGraph proc~get_pressure_sph get_pressure_sph interface~get_pressure_sph get_pressure_sph interface~get_pressure_sph->proc~get_pressure_sph

Contents