Wolfram Computation Meets Knowledge

Sutherland's Formula

Sutherland's formula can be used to derive the dynamic viscosity of an ideal gas as a function of the temperature.

The dynamic viscosity equals the product of the sum of Sutherland's constant and the reference temperature divided by the sum of Sutherland's constant and the temperature, the reference viscosity and the ratio to the 3/2 power of the temperature to reference temperature.

Formula

QuantityVariable["η", "DynamicViscosity"] == ((QuantityVariable["T", "Temperature"]/QuantityVariable[Subscript["T", "0"], "Temperature"])^(3/2)*(QuantityVariable["C", "Temperature"] + QuantityVariable[Subscript["T", "0"], "Temperature"])*QuantityVariable[Subscript["μ", "0"], "DynamicViscosity"])/(QuantityVariable["C", "Temperature"] + QuantityVariable["T", "Temperature"])

symbol description physical quantity
η dynamic viscosity "DynamicViscosity"
C Sutherland's constant "Temperature"
T temperature "Temperature"
T0 reference temperature "Temperature"
μ0 reference viscosity "DynamicViscosity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Sutherland's Formula"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Sutherland's Formula"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Sutherland's Formula"], {QuantityVariable[
   "\[Eta]","DynamicViscosity"] -> None}]
Out[3]=

Publisher Information