pure functiongetDerTable2DValueNoDer
Derivative of interpolated 2-dim. table defined by matrix (but do not provide a second derivative function)
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Types.ExternalCombiTable2D | tableID | External table object | |
| Real | u1 | Value of first independent variable | |
| Real | u2 | Value of second independent variable | |
| Real | der_u1 | Derivative of first independent variable | |
| Real | der_u2 | Derivative of second independent variable |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | der_y | Derivative of interpolated value |