I have forgotten
my Password

Or login with:

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

Conduction

Hm Plane

Computes the temperature at a given distance within a thin planar homogeneous wall.
double hm_plane (double x, double delta, double t1, double t2)[inline]
Icon

Hm Sphere

Computes the temperature inside a thin homogeneous spherical wall.
double hm_sphere (double r, double d1, double d2, double t1, double t2)[inline]
Icon

Nhm Plane

Computes the temperatures at contact surfaces between the layers of a planar non-homogeneous wall.
std::vector<double> nhm_plane (int n, double t1, double t2, double *delta, double *lambda)
Icon

Nhm Sphere

Computes the temperatures at contact surfaces between the layers of a spherical non-homogeneous wall.
std::vector<double> nhm_sphere (int n, double t1, double t2, double *d, double *lambda)
Icon