N-dimensional (linear) interpolation on external table in Modelica
问题 I would like to extend the functionality provided by Modelica Standard Library's types ExternalCombiTable1D and ExternalCombiTable2D , to implement an N-dimensional (linear) interpolation (with "N" up to at least 4, possibly getting up to 8) on external data tables (saved on txt data files). What would be the best way to do that? 回答1: You might wanna have a look at the current list of ideas for future extensions: https://github.com/modelica/Modelica/issues/1153 回答2: Dassault Systems has