Radiation

View factors
Analytic Functions
Numerical Functions
Examples

 Home

Analytic Functions
Planck's spectral hemispherical blackbody emission
Eb = Eblkl (lrow,Tcol)    ...    
Wien's law
val = lMax (T)    ...    
The Stefan-Boltzmann constant
val = sig ( )    ...    
Total hemispherical black emissive flux
Eb = Eblk (T)    ...    
Surface temperature from blackbody emissive flux
T = InvEblk (Eb)    ...    
Fractional function (req: RK4)
val = FlT (lT)    ...    
Banded fractional function (req: FlT, RK4)
val = FlTb (bands,T)    ...    
Total radiative property calculated from spectral data (req: FlT, RK4)
[tot Fb] = Total (varargin)    ...    
Banded radiosity equation solver (req: FlTb, FlT, RK4, Eblk)
[qtot_out, q_out, J_out] = SolveBandRadEqs (Tin,F,e,varargin)


Examples
Planck's distribution
Total emissivity calculation
Radiosity equation analysis
Radiation network analysis
Banded radiation solver

 Home