SmoothnessEnumeration defining the smoothness of table interpolation |
LinearSegments |
Table points are linearly interpolated |
---|---|
ContinuousDerivative |
Table points are interpolated (by Akima splines) such that the first derivative is continuous |
ConstantSegments |
Table points are not interpolated, but the value from the previous abscissa point is returned |
MonotoneContinuousDerivative1 |
Table points are interpolated (by Fritsch-Butland splines) such that the monotonicity is preserved and the first derivative is continuous |
MonotoneContinuousDerivative2 |
Table points are interpolated (by Steffen splines) such that the monotonicity is preserved and the first derivative is continuous |
Modelica.Blocks.Sources Table look-up with respect to time and linear/periodic extrapolation methods (data from matrix/file) |
|
Modelica.Blocks.Tables Table look-up in one dimension (matrix/file) with n inputs and n outputs |
|
Modelica.Blocks.Tables Table look-up in one dimension (matrix/file) with one input and n outputs |
|
Modelica.Blocks.Tables.Internal Base class for variants of CombiTable2D |