This icon shall be used for a package that contains internal classes not to be directly utilized by a user.
Extends from Modelica.Icons.InternalPackage
(Icon for an internal package (indicating that the package should not be directly utilized by user)).
Name | Description |
---|---|
CombiTable2DBase | Base class for variants of CombiTable2D |
getDerTable1DValue | Derivative of interpolated 1-dim. table defined by matrix |
getDerTable2DValue | Derivative of interpolated 2-dim. table defined by matrix |
getDerTimeTableValue | Derivative of interpolated 1-dim. table where first column is time |
getNextTimeEvent | Return next time event value of 1-dim. table where first column is time |
getTable1DAbscissaUmax | Return maximum abscissa value of 1-dim. table defined by matrix |
getTable1DAbscissaUmin | Return minimum abscissa value of 1-dim. table defined by matrix |
getTable1DValue | Interpolate 1-dim. table defined by matrix |
getTable1DValueNoDer | Interpolate 1-dim. table defined by matrix (but do not provide a derivative function) |
getTable2DAbscissaUmax | Return maximum abscissa value of 2-dim. table defined by matrix |
getTable2DAbscissaUmin | Return minimum abscissa value of 2-dim. table defined by matrix |
getTable2DValue | Interpolate 2-dim. table defined by matrix |
getTable2DValueNoDer | Interpolate 2-dim. table defined by matrix (but do not provide a derivative function) |
getTimeTableTmax | Return maximum abscissa value of 1-dim. table where first column is time |
getTimeTableTmin | Return minimum abscissa value of 1-dim. table where first column is time |
getTimeTableValue | Interpolate 1-dim. table where first column is time |
getTimeTableValueNoDer | Interpolate 1-dim. table where first column is time (but do not provide a derivative function) |
readTable1DData | Read table data from text or MATLAB MAT-file |
readTable2DData | Read table data from text or MATLAB MAT-file |
readTimeTableData | Read table data from text or MATLAB MAT-file |
Type | Name | Default | Description |
---|---|---|---|
Boolean | tableOnFile | false | = true, if table is defined on file or in function usertab |
Real | table[:,:] | fill(0, 0, 2) | Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0, 0; 0, 1]) |
String | tableName | "NoName" | Table name on file or in function usertab (see docu) |
String | fileName | "NoName" | File where matrix is stored |
Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
Smoothness | smoothness | Modelica.Blocks.Types.Smoothness.LinearSegments | Smoothness of table interpolation |
Extrapolation | extrapolation | Modelica.Blocks.Types.Extrapolation.LastTwoPoints | Extrapolation of data outside the definition range |
Boolean | verboseExtrapolation | false | = true, if warning messages are to be printed if table input is outside the definition range |
final Real | u_min[2] | getTable2DAbscissaUmin(tableID) | Minimum abscissa value defined in table |
final Real | u_max[2] | getTable2DAbscissaUmax(tableID) | Maximum abscissa value defined in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Boolean | forceRead | = true: Force reading of table data; = false: Only read, if not yet read. |
Boolean | verboseRead | = true: Print info message; = false: No info message |
Type | Name | Description |
---|---|---|
Real | readSuccess | Table read success |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Integer | icol |   |
Real | timeIn |   |
Real | nextTimeEvent |   |
Real | pre_nextTimeEvent |   |
Type | Name | Description |
---|---|---|
Real | y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Integer | icol |   |
Real | timeIn |   |
Real | nextTimeEvent |   |
Real | pre_nextTimeEvent |   |
Type | Name | Description |
---|---|---|
Real | y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Integer | icol |   |
Real | timeIn |   |
Real | nextTimeEvent |   |
Real | pre_nextTimeEvent |   |
Real | der_timeIn |   |
Type | Name | Description |
---|---|---|
Real | der_y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Type | Name | Description |
---|---|---|
Real | timeMin | Minimum abscissa value in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Type | Name | Description |
---|---|---|
Real | timeMax | Maximum abscissa value in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable1D | tableID |   |
Boolean | forceRead | = true: Force reading of table data; = false: Only read, if not yet read. |
Boolean | verboseRead | = true: Print info message; = false: No info message |
Type | Name | Description |
---|---|---|
Real | readSuccess | Table read success |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTimeTable | tableID |   |
Real | timeIn |   |
Type | Name | Description |
---|---|---|
Real | nextTimeEvent | Next time event in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable1D | tableID |   |
Integer | icol |   |
Real | u |   |
Type | Name | Description |
---|---|---|
Real | y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable1D | tableID |   |
Integer | icol |   |
Real | u |   |
Type | Name | Description |
---|---|---|
Real | y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable1D | tableID |   |
Integer | icol |   |
Real | u |   |
Real | der_u |   |
Type | Name | Description |
---|---|---|
Real | der_y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable1D | tableID |   |
Type | Name | Description |
---|---|---|
Real | uMin | Minimum abscissa value in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable1D | tableID |   |
Type | Name | Description |
---|---|---|
Real | uMax | Maximum abscissa value in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable2D | tableID |   |
Boolean | forceRead | = true: Force reading of table data; = false: Only read, if not yet read. |
Boolean | verboseRead | = true: Print info message; = false: No info message |
Type | Name | Description |
---|---|---|
Real | readSuccess | Table read success |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable2D | tableID |   |
Real | u1 |   |
Real | u2 |   |
Type | Name | Description |
---|---|---|
Real | y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable2D | tableID |   |
Real | u1 |   |
Real | u2 |   |
Type | Name | Description |
---|---|---|
Real | y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable2D | tableID |   |
Real | u1 |   |
Real | u2 |   |
Real | der_u1 |   |
Real | der_u2 |   |
Type | Name | Description |
---|---|---|
Real | der_y |   |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable2D | tableID |   |
Type | Name | Description |
---|---|---|
Real | uMin[2] | Minimum abscissa value in table |
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function
(Icon for functions).
Type | Name | Description |
---|---|---|
ExternalCombiTable2D | tableID |   |
Type | Name | Description |
---|---|---|
Real | uMax[2] | Maximum abscissa value in table |
Generated 2018-12-12 12:09:57 EST by MapleSim.