Path: Thermal/ThermalProperties
% Temperature of a flat plate.
--------------------------------------------------------------------------
Form:
t = TempFP( alpha, epsilon, S, n, u )
--------------------------------------------------------------------------
------
Inputs
------
alpha (1,1) Absorptivity
epsilon (1,1) Emissivity
S (1,1) Heat flux (watts)
n (3,1) Outward unit vector
u (3,:) Unit vector to flux source
-------
Outputs
-------
t (1,:) Temperature (°K)
--------------------------------------------------------------------------
References: Van Vliet, R. M., Passive Temperature Control in the
Space Environment, MacMillan, 1965, p. 6.
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Thermal Module page