SolarCellPower:

Path: CubeSat/Power

% Compute the power for a solar power system.
 Has a built-in demo. Can also return the default data structure.

 Type SolarCellPower for a demo.

------------------------------------------------------------------------
   Form:
   power = SolarCellPower( d, pSun )
   d = SolarCellPower
------------------------------------------------------------------------

   ------
   Inputs
   ------
   d       (.)      Data structure
                    .solarCellEff       (1,1) Efficiency of the cells
                    .effPowerConversion (1,1) Efficiency of the power
                                              conversion
                    .solarCellArea      (1,:) Total cell area (m^2)
                    .solarCellNormal    (3,:) Unit normal vector to the
                                              cell face
   pSun   (3,1)     Solar power flux vector (W)

   -------
   Outputs
   -------
   power  (1,1)     Power (W)

------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the CubeSat Module page