functiontempInterpol2
Obsolete function for vectorized linear interpolation
Extends from Modelica.Icons.Function (Icon for functions), Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Input value (first column of table) | |
| Real[:,:] | table | Table to be interpolated | |
| Integer[:] | icol | Column(s) of table to be interpolated |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[1,size(icol, 1)] | y | Interpolated input value(s) (column(s) icol of table) |