FRotatingPlanet:
--------------------------------------------------------------------------
Sail orbit RHS in a planet-centered cylindrical rotating frame.
The equations are nondimensionalized.
See also SphOrb and FOrb.
Since version 7.
--------------------------------------------------------------------------
Form:
xDot = FRotatingPlanet( t, x, theta, accel )
--------------------------------------------------------------------------
------
Inputs
------
t (1,1) Time
x (6,1) state [rho;theta;z;drho/dt;dtheta/dt;dz/dt]
theta (1,1) Sail control angle
accel (1,1) Sail acceleration
-------
Outputs
-------
xDot (6,1) state derivative
--------------------------------------------------------------------------
Reference: Colin McInnes, Solar Sailing, Springer-Praxis 1999.
--------------------------------------------------------------------------