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.
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.
TableFunction, LinearTimeTable