RadiationDisturbance:

Path: CubeSat/Demos/Simulation

% Radiation pressure disturbance demo.
 Compute the radiation pressure force and torque for a complete orbit in
 LEO, assuming an offset from LVLH pointing. The disturbances are calculated
 both with and without the planetary components (albedo and radiation).

 Things to try:

   1. Change the optical coefficients
   2. Different center of mass
   3. Higher or lower orbital altitude.

 Since version 2014.1

  ----------------------------------------------------------------------
  See also CubeSatRadiationPressure, Eclipse
  ----------------------------------------------------------------------
%
------------------------------------------------------------------------
   Copyright (c) 2009, 2014 Princeton Satellite Systems, Inc.
   All rights reserved.
------------------------------------------------------------------------
 2016.0.1 - Initialize p from CubeSatEnvironment to have correct fields 
 including q
------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Quaternion/AU2Q
Common: Time/Date2JD
CubeSat: Simulation/CubeSatEnvironment
CubeSat: Simulation/CubeSatRadiationPressure
SC: BasicOrbit/Period
SC: BasicOrbit/RVFromKepler
SC: Ephem/Eclipse
SC: Ephem/SunV1

Back to the CubeSat Module page