tabulatedSolidTransport: New tabulated solid thermal conductivity model

Description
    Transport properties package using non-uniformly-spaced tabulated data for
    thermal conductivity vs temperature.

Usage
    \table
        Property        | Description
        kappa           | Thermal conductivity vs temperature table
    \endtable

    Example of the specification of the transport properties:
    \verbatim
    transport
    {
        kappa
        {
            values
            (
                (200 380)
                (350 400)
                (400 450)
            );
        }
    }
    \endverbatim
This commit is contained in:
Henry Weller
2021-09-22 19:23:50 +01:00
parent 1ca8ff74a9
commit 3466d8f58c
13 changed files with 450 additions and 37 deletions

View File

@ -39,6 +39,7 @@ transport
constAnIsoSolid
exponentialSolid
polynomialSolid
tabulatedSolid
);
thermo