modelGenericCombiTable2D
Parameterized version of MSL's CombiTable with 2 Dimensions
Extends from TransiEnt.Basics.Icons.TableIcon.
Information
1. Purpose of model
Generates a table from 2D 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: u1
Modelica RealInput: u2
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" | |
| 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 | u1 | ||
| Modelica.Blocks.Interfaces.RealInput | u2 | ||
| Modelica.Blocks.Interfaces.RealOutput | y |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Tables.CombiTable2Ds | combiTable2D |