Declared in ThermalModel
Declaration
double Lookup(
int column,
double value
);
Description
Looks up some independent variable in the lookup table based on the thermal node reference column. This will also perform a LERP on the value based on the closest two values.
Parameters
Name | Description |
---|---|
column | [-] The column index to lookup the value from |
value | [-] The value in which to compare to |