Path: SC/SystemDesign
% Sizes the battery and solar array Only the type fields are needed on input. Type PowerDesign for a demo. Creates a plot and prints output data to the command window. -------------------------------------------------------------------------- Form: PowerDesign; % demo [battery, solarArray] = PowerDesign( el, jD, power, battery, solarArray ) -------------------------------------------------------------------------- ------ Inputs ------ el (1,6) Orbital elements jD (1,1) Julian date power (1,1) Average power battery (.) Battery data structure .type (1,:) Battery type .capacity (1,1) Capacity .mass (1,1) Mass of the battery .volume (1,1) Volume of the battery solarArray (.) Solar array datastructure .tracking (1,:) '1 DOF' '2 DOF' 'fixed' .type (1,:) Array type .power (1,1) Required power .area (1,1) Solar array area ------- Outputs ------- battery (.) Battery data structure solarArray (.) Solar array data structure --------------------------------------------------------------------------
AerospaceUtils: Coord/QLVLH SC: BasicOrbit/Period SC: BasicOrbit/RVFromKepler SC: Ephem/Eclipse SC: Ephem/SunV1 Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/IsVersionAfter Common: General/MatToCell Common: General/StringToTokens Common: General/Watermark Common: Graphics/NPlot Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Quaternion/Mat2Q Common: Quaternion/QForm Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/FindSolsticeOrEquinox Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag Math: Linear/Product Math: Linear/Unit Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SC Module page