PanelThermalModel:

Path: Thermal/ThermalAnalysis

% Computes the temperatures of a panel from a CAD model.
   It always uses the side with the largest area.
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g               (1,1)  CAD data structure
   flux            (1,1)  Solar flux

   -------
   Outputs
   -------
   t               (:,4)  [t on sun, t standby sun, t on eclipse,
                          t standby eclipse]
   p               (:,2)  [p on, p standby]

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

Children:

Math: Linear/Mag

Back to the Thermal Module page