experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Compute the solar force on a set of elemental areas.
-------------------------------------------------------------------------------
   Form:
   f = SolarF( p, rho, normal, source, area )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   p             (1,1) Solar pressure
   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.
-------------------------------------------------------------------------------