Wolfram Computation Meets Knowledge

Thermal Deformation

Thermal deformation refers to any changes in the shape or size of an object due to a change in temperature.

The deformation equals the product of the length, linear coefficient of thermal expansion and the difference between the equilibrium temperature and the temperature.

Formula

QuantityVariable["δ", "Length"] == QuantityVariable["L", "Length"]*QuantityVariable["α", "LinearThermalExpansionCoefficient"]*(-QuantityVariable["T", "Temperature"] + QuantityVariable[Subscript["T", "2"], "Temperature"])

symbol description physical quantity
δ deformation "Length"
L length "Length"
α linear coefficient of thermal expansion "LinearThermalExpansionCoefficient"
T temperature "Temperature"
T2 equilibrium temperature "Temperature"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Thermal Deformation"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Thermal Deformation"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Thermal Deformation"], {QuantityVariable["\[Delta]","Length"] -> 
   Quantity[0.115`, "Millimeters"], 
  QuantityVariable["L","Length"] -> Quantity[100, "Millimeters"], 
  QuantityVariable["T","Temperature"] -> 
   Quantity[25, "DegreesCelsius"], 
  QuantityVariable["\[Alpha]","LinearThermalExpansionCoefficient"] -> 
   Quantity[0.000023`, 1/("KelvinsDifference")]}]
Out[3]=

Publisher Information