Returns the mass density at the point given as argument, in units of .
FT 19.11.2021
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ejecta), | intent(in) | :: | this |
ejecta object which this PROCEDURE is a member of |
||
double precision, | intent(in), | VALUE | :: | x |
coordinate of the desired point |
|
double precision, | intent(in), | VALUE | :: | y |
coordinate of the desired point |
|
double precision, | intent(in), | VALUE | :: | z |
coordinate of the desired point |
Baryon mass density at
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
double precision, | private | :: | phi | ||||
double precision, | private | :: | r | ||||
double precision, | private | :: | theta | ||||
double precision, | private | :: | x_ell | ||||
double precision, | private | :: | y_ell | ||||
double precision, | private | :: | z_ell | ||||
double precision, | private | :: | zp |