| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in) | :: | rji2 |
Square of distance between the test particle and massive body |
||
| real(kind=DP), | intent(in) | :: | xr |
Distances between the two bodies in x, y, and z directions |
||
| real(kind=DP), | intent(in) | :: | yr |
Distances between the two bodies in x, y, and z directions |
||
| real(kind=DP), | intent(in) | :: | zr |
Distances between the two bodies in x, y, and z directions |
||
| real(kind=DP), | intent(in) | :: | Gmpl |
G*mass of massive body |
||
| real(kind=DP), | intent(inout) | :: | ax |
Acceleration vector components of test particle |
||
| real(kind=DP), | intent(inout) | :: | ay |
Acceleration vector components of test particle |
||
| real(kind=DP), | intent(inout) | :: | az |
Acceleration vector components of test particle |