Path: SC/Environs
% Computes the heat absorbed per unit area due to albedo. aF and w can be scalars even if r is not. -------------------------------------------------------------------------- Form: q = EarthAlb( r, u, uS, alpha, aF, w ) -------------------------------------------------------------------------- ------ Inputs ------ r (:) Ratio of satellite radius to planet radius u (3,:) Unit vector to satellite uS (3,1) Unit vector to sun alpha (1,:) Absorptivity (should be specific for albedo)* aF (1,:) Albedo fraction (uses 0.34 if no input)* w (1,:) Flux (uses 1367 w/m^2 if no input)* *optional ------- Outputs ------- q (1,:) Absorbed flux (watts/m^2) -------------------------------------------------------------------------- References: Van Vliet, R. M., Passive Temperature Control in the Space Environment, MacMillan, 1965, pp. 10-13. --------------------------------------------------------------------------
SC: BasicOrbit/Period SC: BasicOrbit/RVFromKepler 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/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/FindSolsticeOrEquinox Math: Linear/Dot Math: Linear/Mag Math: Linear/Unit Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SC Module page