Skip to main content

Williams-Landel-Ferry

Transport model based on the work of Williams et. al. 89.

Dynamic viscosity, μ\mu [Pa.s]

μ=μ0exp(C1(TTr)C2+TTr)\mu = \mu_0 \exp \left( - \frac{C_1 ( T - T_r )}{C_2 + T - T_r} \right)

Thermal conductivity, κ\kappa [W/mK]

κ=cpμPr\kappa = \frac{c_p \mu}{Pr}

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

αh=μPr\alpha_h = \frac{\mu}{Pr}

Usage

The WLF transport model is defined using the entries:

transport
{
mu0 <scalar>;
Tr <scalar>;
C1 <scalar>;
C2 <scalar>;
Pr <scalar>;
}

Where

  • mu0 : Dynamic viscosity at the reference temperature [Pa.s]
  • Tr : Reference temperature [K]
  • C1 : Model coefficient []
  • C2 : Model coefficient [K]
  • Pr : Prandtl number

Further information

Source code