third_body_grav_f Interface

interface
public subroutine third_body_grav_f(r, rb, mu, acc)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(3) :: r

satellite position vector [km]

real(kind=wp), intent(in), dimension(3) :: rb

third-body position vector [km]

real(kind=wp), intent(in) :: mu

third-body gravitational parameter [km^3/s^2]

real(kind=wp), intent(out), dimension(3) :: acc

gravity acceleration vector [km/s^2]

Description

for compute third-body gravity