SolarFlux:

Path: SC/Environs

% Solar flux from the sun as a function of distance including sunspots
 Inverse quadratic formula scales anywhere in the solar system. The nominal
 value at 1 AU is 1367 W/m2. Either n or r can be arrays but if either is
 > length(1) they must have the same length.

 Type SolarFlux for a demo.

--------------------------------------------------------------------------
   Form:
   flux = SolarFlux( r, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r     (1,:) Astronomical units from the sun (AU)
   n     (1,:) Number of sunspots (default is 0)

   -------
   Outputs
   -------
   flux	(1,:) Solar flux (watts/m^2)

--------------------------------------------------------------------------
   See also SolarFlx and TerrestrialSolarFlux.
--------------------------------------------------------------------------
   Reference:  Ambelu T, Falayi E.O., Elemo, E.O., Oladosu O., 
               "Estimation of total solar irradiance from sunspot number,"
               Lat. Am. J. Phys. Educ. Vol. 5, No. 4, Dec. 2011.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the SC Module page