thermalconductivity

pychemengg.physicalproperties.watervaporproperties.thermalconductivity(T=None)[source]

Provides thermal conductivity of water vapor at a temperature T.

Parameters
Tint or float

Temperature in ‘Celsius’ at which thermal conductivity is required.

Returns
Thermal conductivityint or float

Thermal conductivity (W/mK) at temperature T.

Notes

Look up table adapted from ref [1].

Linear interpolation is performed when the temperature lies between tabulated entries.

References

[1] Yunus A. Cengel and Afshin J. Ghajar, “Heat And Mass Transfer Fundamentals and Applications”, 6th Edition. New York, McGraw Hill Education, 2020.

Examples

First import the module watervaporproperties.

>>> from pychemengg.physicalproperties import watervaporproperties as wvp
>>> wvp.thermalconductivity(T=42.5)
0.019799999999999998