ENH: new tabulated anisotropic solid transport model
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
Edited by Kutalmış Berçin
Merge request reports
Activity
changed milestone to %v2206
requested review from @Sergio
assigned to @Mattijs
added 47 commits
-
fa4d3b9f...05ca60cf - 43 commits from branch
develop
- 853f2fca - ENH: solidThermos: add icoTabulated-solidThermo option
- c54ea62a - ENH: InterfaceCompositionModels: add tabulated (fluid) - icoTabulated (solid) options
- 9cf6ac41 - ENH: new tabulated anisotropic solid transport model
- 2a21da85 - TUT: simplify setups.orig cases
Toggle commit list-
fa4d3b9f...05ca60cf - 43 commits from branch
mentioned in commit cf3c4f26
Please register or sign in to reply