from_lvlh_to_rsw Interface

public interface from_lvlh_to_rsw

Conversion from LVLH to RSW

Calls

interface~~from_lvlh_to_rsw~~CallsGraph interface~from_lvlh_to_rsw relative_motion_module::from_lvlh_to_rsw proc~from_lvlh_to_rsw_rv relative_motion_module::from_lvlh_to_rsw_rv interface~from_lvlh_to_rsw->proc~from_lvlh_to_rsw_rv

Module Procedures

private subroutine from_lvlh_to_rsw_rv(dr_lvlh, dv_lvlh, dr_rsw, dv_rsw)

Author
Jacob Williams
Date
8/23/2014

Transform a position (and optionally velocity) vector from LVLH to RSW.

Arguments

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

Chaser LVLH position vector relative to target [km]

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

Chaser LVLH position vector relative to target [km]

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

Chaser RSW position vector relative to target [km]

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

Chaser RSW velocity vector relative to target [km/s]