Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_double) | :: | r | The radial coordinate of the particle (in Schwarzschild coordinates), r. |
|||
real(kind=c_double) | :: | phi | The azimuthal angle of the particle, ϕ. |
|||
real(kind=c_double) | :: | ur | The radial component of the 4-velocity, ur. |
|||
real(kind=c_double) | :: | En | The energy per unit mass of the particle, E. |
|||
real(kind=c_double) | :: | Lz | The angular momentum per unit mass of the particle Lz. |
|||
real(kind=c_double) | :: | ar | The radial component of the 4-acceleration, ar. |
|||
real(kind=c_double) | :: | aphi | The ϕ-component of the 4-acceleration, aϕ. |
|||
real(kind=c_double) | :: | dardt | The derivative of ar with respect to Schwarzschild coordinate time. |
|||
real(kind=c_double) | :: | daphidt | The derivative of aϕ with respect to Schwarzschild coordinate time. |
|||
real(kind=c_double) | :: | d2ardt2 | The second derivative of ar with respect to Schwarzschild coordinate time. |
|||
real(kind=c_double) | :: | d2aphidt2 | The second derivative of aϕ with respect to Schwarzschild coordinate time. |
|||
integer(kind=c_int) | :: | nmodes | The number of modes. |
Interface to the C++ routine set_particle that sets the particle information in the C++ effective source class.