I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com

Radiation

Energy

Computes the total energy radiated by a body with given parameters.
double energy (double T, double e = 1.0)[inline]

Flow Noshield

Computes the radiative heat flow between two plane surfaces that are separated by a non-absorptive medium.
double flow_noshield (double T1, double T2, double e1, double e2)[inline]
Icon

Flow Shield

Computes the radiative heat flow between two plane surfaces that are separated by a number of absorptive thin shields.
double flow_shield (double T1, double T2, double e1, double e2, int n, double *es)[inline]
Icon

Flow Enclosed

Computes the radiative heat flow between an enclosing surface and a body found inside it.
double flow_enclosed (double A1, double A2, double T1, double T2, double e1, double e2)[inline]
Icon