Skip to main content

Sutherland

Transport model based on the work of Sutherland 75.

Dynamic viscosity, μ\mu [Pa.s]

μ=AsT1+Ts/T\mu = A_s \frac{\sqrt{T}}{1 + T_s/T}

Thermal conductivity, κ\kappa [W/mK]

κ=μcv(1.32+1.77Rcv)\kappa = \mu c_v \left( 1.32 + 1.77 \frac{R}{c_v} \right)

Thermal diffusivity, αh\alpha_h [kg/ms]

αh=κcp\alpha_h = \frac{\kappa}{c_p}

Usage

The sutherland transport model is defined using the entries:

transport
{
As <scalar>;
Ts <scalar>;
}

Where

  • As : Model coefficient []
  • Ts : Model coefficient [K]

For example, for air:

transport
{
As 1.4792e-06;
Ts 116;
}

Further information

Source code