Wolfram Computation Meets Knowledge

Heat Transfer Coefficient

The heat transfer coefficient is the proportionality constant between the heat flux and the thermodynamic driving force for the flow of heat.

The heat transfer coefficient equals the heat transferred divided by the transfer surface area, the time interval and the temperature difference.

Formula

QuantityVariable["h", "HeatTransferCoefficient"] == QuantityVariable["Δ​Q", "Heat"]/(QuantityVariable["A", "Area"]*QuantityVariable["Δ​t", "Time"]*QuantityVariable["Δ​T", "TemperatureDifference"])

symbol description physical quantity
h heat transfer coefficient "HeatTransferCoefficient"
A heat transfer surface area "Area"
Δ​Q heat transferred "Heat"
Δ​t time interval "Time"
Δ​T temperature difference "TemperatureDifference"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Heat Transfer Coefficient"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Heat Transfer Coefficient"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Heat Transfer Coefficient"], {QuantityVariable[
   "\[CapitalDelta]\[InvisibleSpace]Q","Heat"] -> 
   Quantity[1, "Joules"], 
  QuantityVariable["A","Area"] -> Quantity[1, ("Meters")^2], 
  QuantityVariable["h","HeatTransferCoefficient"] -> 
   Quantity[1, ("Watts")/("KelvinsDifference" ("Meters")^2)]}]
Out[3]=

Publisher Information