Path: SC/Disturbances
% Compute the solar force on a set of elemental areas. Since version 1. -------------------------------------------------------------------------- Form: f = SolarF( p, rho, normal, source, area ) -------------------------------------------------------------------------- ------ Inputs ------ p (1,1) Solar pressure (flux/speed of light) rho (3,n) Coefficient fraction, may also be (3,1) [absorbed;specular;diffuse] normal (3,n) Surface normal vector source (3,1) Unit vector to source area (n) Elemental area ------- Outputs ------- f (3,n) Solar force ------------------------------------------------------------------------- Reference: Hughes, P. C., "Spacecraft Attitude Dynamics" John Wiley and Sons, 1986, pp. 260-263. --------------------------------------------------------------------------
Back to the SC Module page