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]
|

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

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)
|

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)
|