var fDesc=new Array(); fDesc[0] = "THERMO-PROP database contains intrinsic results of research works and endeavours that were undertaken by experimentalists, physicists and metallurgists (i.e. materials scientists) over a period of nearly 25 years.

The software creates the basic scientific and engineering platforms in the field of thermophysics and thermochemistry; and uses experimental approaches to provide consistent thermal data.

Main features:
- The most reliable thermophysical and physicochemical property calculations available.
- Automatic calculation of thermophysical and physicochemical properties; thus access to a wide range of critically assessed thermophysical and physicochemical data.
- The database covers thermophysical properties (Gibbs energy, enthalpy, entropy, specific heat capacity, thermal conductivity and density) for all the metallic elements in the periodic table; and alloys, namely aluminium, copper and ferrous alloys.
- Likewise, physicochemical properties (viscosity and surface tension) for all the metallic elements and their corresponding binary alloys are also covered.
- Heat transfer module, which incorporates inverse methodology to determine parameters of heat transfer coefficient in actual experiments, is also available.
- All the benefits that Windows bestows, such as context-sensitive help, multi-tasking and print formatting are automatically available.
- Flexible and powerful database management."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }