RadiationDisturbance:

Path: CubeSat/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.


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

Children:

CubeSat: Simulation/CubeSatEnvironment
CubeSat: Simulation/CubeSatRadiationPressure
Orbit: OrbitMechanics/Period
Orbit: OrbitSim/RVFromKepler
SC: Ephem/Eclipse
SC: Ephem/SunV1
Common: Graphics/AddFillToPlots
Common: Graphics/Plot2D
Common: Quaternion/AU2Q
Common: Time/Date2JD

Back to the CubeSat Module page