.BusinessSimulation.Converters.Lookup.TableFunctionVector

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

This converter uses the Modelica CombiTable format to read in a 1-D table function from file. For more explanation regarding the 1-D Modelica CombiTable interpolation see Modelica.Blocks.Tables.CombiTable1Dv.

Notes

The Modelica CombiTable format can be generated by Wolfram Mathematica using Export[]:

Export[ filename, { {"TableName1", table1}, {"TableName2", table2}, ... }, "MCTT" ]

where table1, table2, ... are 2-dimensional arrays. By default all lookup data are assumed to be included in a single file whose name is given by the global parameter lookupDataFileURI.

See also

TableFunctionLinearTimeTable

Revisions


Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos