RHSIsothermal:

Path: Thermal/ThermalAnalysis

% Model a spacecraft as an isothermal radiator.
 This model works only in Earth orbit.

 * alpha is the absorptivity (0 to 1)
 * epsilon is the emissivity (0 to  )
 * m is the mass (kg)
 * cp is the specific heat
 * a_r is the radiator area
 * a_s is the surface area
--------------------------------------------------------------------------
   Form:
   xDot = RHSIsothermal( x, t, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x        (1,1) Temperature
   t        (1,1) Time
   d         (.)  Data structure
                  .a1    (1,1) epsilon*a_r/cp*m
                  .a2    (1,1) alpha*a_s/cp*m
                  .a3    (1,1) 1/cp*m
                  .p     (1,1) Internal power
                  .jD0   (1,1) Julian date at t = 0
                  .rECI  (3,1) ECI Position vector
   jD       (1,n) Julian dates

   -------
   Outputs
   -------
   xDot     (1,1) Temperatures (deg-K)

--------------------------------------------------------------------------
   References:	Agrawal, B. ,"Design of Geosynchronous Spacecraft,"
               Prentice-Hall, 1986, pp. 281-283
--------------------------------------------------------------------------

Children:

SC: BasicOrbit/Period
SC: BasicOrbit/RVFromKepler
SC: Environs/EarthAlb
SC: Environs/EarthRad
SC: Environs/SolarFlx
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: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/FindSolsticeOrEquinox
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the Thermal Module page