from_rsw_to_lvlh Interface

public interface from_rsw_to_lvlh

Conversion from RSW to LVLH

Calls

interface~~from_rsw_to_lvlh~~CallsGraph interface~from_rsw_to_lvlh relative_motion_module::from_rsw_to_lvlh proc~from_rsw_to_lvlh_rv relative_motion_module::from_rsw_to_lvlh_rv interface~from_rsw_to_lvlh->proc~from_rsw_to_lvlh_rv

Module Procedures

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

Author
Jacob Williams
Date
8/23/2014

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

Arguments

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

Chaser RSW position vector relative to target [km]

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

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

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

Chaser LVLH position vector relative to target [km]

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

Chaser LVLH position vector relative to target [km]