Tabulated
Dynamic viscosity, [Pa.s]
Thermal conductivity, [W/mK]
Thermal diffusivity, [kg/ms]
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 tablekappa: List of tuples of (temperature conductivity) values describing the thermal conductivity table
Further information
Source code