<< CL_cw_meanChaser Relative motion CL_cw_propagateMan >>

CelestLab >> Relative motion > CL_cw_propagate

CL_cw_propagate

Propagation using Clohessy-Whiltshire model

Calling Sequence

pv = CL_cw_propagate(t0,pv0,t,alt [,acc,er,mu])

Description

Parameters

t0:

Initial time [days] (1x1 or 1xN)

pv0:

Initial (relative) position and velocity vectors in reference frame [m,m/s] (6x1 or 6xN)

t:

Final time [days] (1xN or 1x1)

alt:

Reference altitude (= altitude of target) [m] (1x1 or 1xN)

acc:

(optional) Differential (constant) acceleration in reference frame (m/s^2). Default is []. (3x1 or 3xN)

er:

(optional) Equatorial radius [m]. Default is %CL_eqRad

mu:

(optional) Gravitational constant [m^3/s^2]. Default value is %CL_mu

pv:

Relative position and velocity vectors at time t in reference frame [m,m/s] (6xN)

Authors

See also

Bibliography

Examples

alt = 450.e3;
t0 = 0;
pv0 = [1;0;0;1;0;0];
t = (100:100:500)/86400;
pv = CL_cw_propagate(t0, pv0, t, alt)

Report an issue
<< CL_cw_meanChaser Relative motion CL_cw_propagateMan >>