nonUniformTable Class Reference

Non-uniform tabulated property function that linearly interpolates between the values. More...

Inheritance diagram for nonUniformTable:
[legend]

Detailed Description

Non-uniform tabulated property function that linearly interpolates between the values.

To speed-up the search of the non-uniform table a uniform jump-table is created on construction which is used for fast indirect addressing into the table.

Usage
\nonUniformTable Property | Description values | List of (temperature property) value pairs \endnonUniformTable

Example for the density of water between 280 and 350K

rho
{
    type    nonUniformTable;

    values
    (
        (280 999.87)
        (300 995.1)
        (350 973.7)
    );
}

The documentation for this class was generated from the following file: