Path: SC/Actuator
% Size a battery given an orbit and planet. Effectively sizes the battery to account for eclipses. -------------------------------------------------------------------------- Form: BatteryDesign; [mass, vol, powerAve] = BatteryDesign( type, el, planet, jD, powerMax ) -------------------------------------------------------------------------- ------ Inputs ------ type (1,:) Battery type 'lion' only el (1,6) Elements vector [a,i,W,w,e,M] or structure planet (1,:) Name of planet jD (1,1) Julian date (days) powerMax (1,1) Maximum power from the solar panels (W) ------- Outputs ------- mass (1,1) Mass vol (1,1) Volume powerAve (1,1) Average power --------------------------------------------------------------------------
AC: ACData/ACTConstants SC: BasicOrbit/E2Nu SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Period SC: BasicOrbit/RVFromKepler SC: Ephem/Eclipse SC: Ephem/Planets SC: Ephem/SolarSys SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/NPlot Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TextS Common: Graphics/TimeLabl Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Common: Time/JD2T Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag
Back to the SC Module page