N-dimensional (linear) interpolation on external table in Modelica

泪湿孤枕 提交于 2019-12-24 00:14:47

问题


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 already implemented this, see https://github.com/modelica/Modelica/issues/1516. If you do not have Dymola, you could ask Torsten Sommer (https://github.com/t-sommer) if he could make it avaible to you.

The support for the SDF-tables ships with Dymola. Support for Python and ML/SL is available on Github.



来源:https://stackoverflow.com/questions/45736504/n-dimensional-linear-interpolation-on-external-table-in-modelica

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!