EP1878
Summary
This feature allows users to specify tabulated anisotropic thermal conductivity properties for solid thermodynamics with an optional coordinate system specification.
The transport model is called tabulatedAnIso
, and as an example, the model
is specified in thermophysicalProperties
file as follows:
thermoType
{
type heSolidThermo;
mixture pureMixture;
transport tabulatedAnIso;
thermo hTabulated;
equationOfState icoPolynomial;
specie specie;
energy sensibleEnthalpy;
}
mixture
{
specie
{
molWeight 50;
}
transport
{
kappa table
(
// T kappa
( 200 (80 80 80) )
( 400 (80 80 80) )
);
// kappa <Function1<scalar>>;
}
thermodynamics
{
Hf 0;
Cp
(
( 200 450)
( 400 450)
);
Sf 0;
}
equationOfState
{
rhoCoeffs<8> (8000 0 0 0 0 0 0 0);
}
}
coordinateSystem
{
type cylindrical;
origin (0 0 0);
rotation
{
type cylindrical;
axis (1 0 0);
}
}
Tests
-
linux64ClangDPInt32Opt
-
linux64GccDPInt32Opt
-
linux64GccSPDPInt64Debug
-
Alltest