Skip to main content

Tabulated

Dynamic viscosity, μ\mu [Pa.s]

μ=f(p,T)\mu = f(p, T)

Thermal conductivity, κ\kappa [W/mK]

κ=f(p,T)\kappa = f(p, T)

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

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

Usage

The tabulated transport model is defined using the entries:

transport
{
mu
(
(<T0> <mu0>)
(<T1> <mu1>)
(<T2> <mu2>)
...
(<TN> <muN>)
);

kappa
(
(<T0> <kappa0>)
(<T1> <kappa1>)
(<T2> <kappa2>)
...
(<TN> <kappaN>)
);
}

Where

  • mu : List of tuples of (temperature viscosity) values describing the dynamic viscosity table
  • kappa : List of tuples of (temperature conductivity) values describing the thermal conductivity table

Further information

Source code