modelGenericCombiTable1Ds
Parameterized version of MSL's CombiTable with 1 dimension.
Extends from TransiEnt.Basics.Icons.TableIcon.
Information
1. Purpose of model
Generates a table from 1D input data and gives an 1D output.
2. Level of detail, physical effects considered, and physical insight
(Description)
3. Limits of validity
(Description)
4. Interfaces
Modelica RealInput: u
Modelica RealOutput: y
5. Nomenclature
(no elements)
6. Governing Equations
(no equations)
7. Remarks for Usage
(none)
8. Validation
(no validation or testing necessary)
9. References
(none)
10. Version History
(no remarks)
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | complete_relative_path | Modelica.Utilities.Files.fullPathName(Modelica.Utilities.System.getEnvironmentVariable(environment_variable_name) + relativepath) | |
| String | genericFileName | complete_relative_path | |
| String | tablename | "default" | |
| Integer[:] | columns | 2:size(combiTable1Ds.table, 2) | columns of table to be interpolated (has to be modified before usage!) |
| Data location | |||
| TransiEnt.Basics.Tables.DataPrivacy | datasource | DataPrivacy.isPublic | Source of table data |
| String | environment_variable_name | if datasource == DataPrivacy.isPublic then Types.PUBLIC_DATA else Types.PRIVATE_DATA | |
| String | relativepath | "" | Path relative to source directory |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u | ||
| Modelica.Blocks.Interfaces.RealOutput[size(columns, 1)] | y |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Tables.CombiTable1Ds | combiTable1Ds |