BatterySize:

--------------------------------------------------------------------------
   Battery sizing
--------------------------------------------------------------------------
   Form:
   [m, v, b] = BatterySize( sma, inc, power, jD, dOD, rhoM, rhoV )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   sma      (1,1) Semi-major axis (km)
   inc      (1,1) Inclination (rad)
   power    (1,1) Solar array power (W)
   jD       (1,1) Start Julian day number (day)
   dOD      (1,1) Depth of discharge (0 to 1)
   rhoM     (1,1) Specific power (W-h/kg)
   rhoV     (1,1) Energy density (W-h/L)

   -------
   Outputs
   -------
   m        (1,1) Mass (kg)
   v        (1,1) Volume (L)
   b        (1,1) Battery capacity (W-h)

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

Children:

Common: Graphics/Plot2D
Common: Time/Date2JD
Common: Time/JD2T
Orbit: OrbitMechanics/RVOrbGen
SC: Ephem/Eclipse
SC: Ephem/SunV1