modelTest23
Derivative of Akima extrapolation (Ticket #1465)
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[4,4] | tableR | [0, 75, 83, 88; 18, 778, 773, 769; 28, 970, -950, 938; 33, 860, 1030, 1039] | Table matrix for right extrapolation |
| Real[4,4] | tableL | [0, 75, 80, 88; 18, 1039, 1030, 860; 23, 938, -950, 970; 33, 769, 773, 778] | Table matrix for left extrapolation |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Tables.CombiTable2Dv | combiTable2D_1R | ||
| Modelica.Blocks.Continuous.Der | der_1R | ||
| Modelica.Blocks.Tables.CombiTable2Dv | combiTable2D_2R | ||
| Modelica.Blocks.Continuous.Der | der_2R | ||
| Modelica.Blocks.Sources.Sine | cosine_R | ||
| Modelica.Blocks.Sources.Sine | sine_R | ||
| Modelica.Blocks.Tables.CombiTable2Dv | combiTable2D_1L | ||
| Modelica.Blocks.Continuous.Der | der_1L | ||
| Modelica.Blocks.Tables.CombiTable2Dv | combiTable2D_2L | ||
| Modelica.Blocks.Continuous.Der | der_2L | ||
| Modelica.Blocks.Sources.Sine | cosine_L | ||
| Modelica.Blocks.Sources.Sine | sine_L |